|
2 | 2 | vas: |
3 | 3 | uni04delta: |
4 | 4 | stages: |
5 | | - - path: examples/dt/uni04delta/control-plane/networking/nncp |
| 5 | + - name: nncp-configuration |
| 6 | + path: examples/dt/uni04delta/control-plane/networking/nncp |
6 | 7 | wait_conditions: |
7 | 8 | - >- |
8 | 9 | oc -n openstack wait nncp |
|
14 | 15 | src_file: values.yaml |
15 | 16 | build_output: nncp.yaml |
16 | 17 |
|
17 | | - - path: examples/dt/uni04delta/control-plane/networking |
| 18 | + - name: network-configuration |
| 19 | + path: examples/dt/uni04delta/control-plane/networking |
18 | 20 | wait_conditions: |
19 | 21 | - >- |
20 | 22 | oc -n metallb-system wait pod |
|
26 | 28 | src_file: nncp/values.yaml |
27 | 29 | build_output: network.yaml |
28 | 30 |
|
29 | | - - path: examples/dt/uni04delta/control-plane |
| 31 | + - name: control-plane |
| 32 | + path: examples/dt/uni04delta/control-plane |
30 | 33 | wait_conditions: |
31 | 34 | - >- |
32 | 35 | oc -n openstack wait osctlplane controlplane |
|
39 | 42 | src_file: service-values.yaml |
40 | 43 | build_output: control-plane.yaml |
41 | 44 |
|
42 | | - - path: examples/dt/uni04delta/edpm-pre-ceph/nodeset |
| 45 | + - name: edpm-nodeset-pre-ceph |
| 46 | + path: examples/dt/uni04delta/edpm-pre-ceph/nodeset |
43 | 47 | wait_conditions: |
44 | 48 | - >- |
45 | 49 | oc -n openstack wait |
|
50 | 54 | src_file: values.yaml |
51 | 55 | build_output: nodeset-pre-ceph.yaml |
52 | 56 |
|
53 | | - - path: examples/dt/uni04delta/edpm-pre-ceph |
| 57 | + - name: edpm-deployment-pre-ceph |
| 58 | + path: examples/dt/uni04delta/edpm-pre-ceph |
54 | 59 | wait_conditions: |
55 | 60 | - >- |
56 | 61 | oc -n openstack wait |
|
66 | 71 | source: "../../playbooks/ceph.yml" |
67 | 72 | inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml" |
68 | 73 |
|
69 | | - - path: examples/dt/uni04delta |
| 74 | + - name: edpm-nodeset |
| 75 | + path: examples/dt/uni04delta |
70 | 76 | wait_conditions: |
71 | 77 | - >- |
72 | 78 | oc -n openstack wait osdpns |
|
80 | 86 | src_file: values.yaml |
81 | 87 | build_output: edpm-nodeset.yaml |
82 | 88 |
|
83 | | - - path: examples/dt/uni04delta/deployment |
| 89 | + - name: edpm-deployment |
| 90 | + path: examples/dt/uni04delta/deployment |
84 | 91 | wait_conditions: |
85 | 92 | - >- |
86 | 93 | oc -n openstack wait osdpd |
|
0 commit comments