|
2 | 2 | vas: |
3 | 3 | nova04delta: |
4 | 4 | stages: |
5 | | - - path: examples/dt/nova/nova04delta/nncp |
| 5 | + - name: nncp-configuration |
| 6 | + path: examples/dt/nova/nova04delta/control-plane/networking/nncp |
6 | 7 | wait_conditions: |
7 | 8 | - >- |
8 | 9 | oc -n openstack wait nncp |
9 | 10 | -l osp/nncm-config-type=standard |
10 | 11 | --for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured |
11 | | - --timeout=60s |
| 12 | + --timeout=5m |
12 | 13 | values: |
13 | 14 | - name: network-values |
14 | 15 | src_file: values.yaml |
15 | 16 | build_output: nncp.yaml |
16 | 17 |
|
17 | | - - path: examples/dt/nova/nova04delta |
| 18 | + - name: network-configuration |
| 19 | + path: examples/dt/nova/nova04delta/control-plane/networking |
18 | 20 | wait_conditions: |
19 | 21 | - >- |
20 | | - oc -n openstack wait osctlplane controlplane --for condition=Ready |
21 | | - --timeout=600s |
| 22 | + oc -n metallb-system wait pod |
| 23 | + -l app=metallb -l component=speaker |
| 24 | + --for condition=Ready |
| 25 | + --timeout=5m |
22 | 26 | values: |
23 | 27 | - name: network-values |
24 | 28 | src_file: nncp/values.yaml |
25 | | - - name: service-values |
| 29 | + build_output: network.yaml |
| 30 | + |
| 31 | + - name: control-plane |
| 32 | + path: examples/dt/nova/nova04delta/control-plane |
| 33 | + wait_conditions: |
| 34 | + - >- |
| 35 | + oc -n openstack wait osctlplane controlplane |
| 36 | + --for condition=Ready |
| 37 | + --timeout=60m |
| 38 | + values: |
| 39 | + - name: network-values |
| 40 | + src_file: networking/nncp/values.yaml |
| 41 | + - name: service-values.yaml |
26 | 42 | src_file: service-values.yaml |
27 | 43 | build_output: control-plane.yaml |
28 | 44 |
|
29 | | - - path: examples/dt/nova/nova04delta/edpm/nodeset |
| 45 | + - name: nodeset 1 |
| 46 | + path: examples/dt/nova/nova04delta/edpm/nodeset |
30 | 47 | wait_conditions: |
31 | 48 | - >- |
32 | 49 | oc -n openstack wait |
|
37 | 54 | src_file: values.yaml |
38 | 55 | build_output: nodeset.yaml |
39 | 56 |
|
40 | | - - path: examples/dt/nova/nova04delta/edpm/nodeset2 |
| 57 | + - name: nodeset 2 |
| 58 | + path: examples/dt/nova/nova04delta/edpm/nodeset2 |
41 | 59 | wait_conditions: |
42 | 60 | - >- |
43 | 61 | oc -n openstack wait |
|
48 | 66 | src_file: values.yaml |
49 | 67 | build_output: nodeset2.yaml |
50 | 68 |
|
51 | | - - path: examples/dt/nova/nova04delta/edpm/deployment |
| 69 | + - name: deployment |
| 70 | + path: examples/dt/nova/nova04delta/edpm/deployment |
52 | 71 | wait_conditions: |
53 | 72 | - >- |
54 | 73 | oc -n openstack wait |
|
59 | 78 | src_file: values.yaml |
60 | 79 | build_output: deployment.yaml |
61 | 80 |
|
62 | | - - path: examples/dt/nova/nova04delta/edpm-post-driver/deployment |
| 81 | + - name: post deployment |
| 82 | + path: examples/dt/nova/nova04delta/edpm-post-driver/deployment |
63 | 83 | wait_conditions: |
64 | 84 | - >- |
65 | 85 | oc -n openstack wait |
|
0 commit comments