Skip to content

Commit 033c623

Browse files
committed
Run validate-network service one stage later
Due to some race condition, DNS service is not returning FQDN for compute nodes when validate-network pods kick in. This patch aims to start validate-network service in later stage with hope this random issue gets fixed.
1 parent fd793cf commit 033c623

File tree

46 files changed

+47
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+47
-47
lines changed

dt/bmo01/dataplane/nodesets/openstackdataplanenodesets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ spec:
5454
- download-cache
5555
- bootstrap
5656
- configure-network
57-
- validate-network
5857
- install-os
58+
- validate-network
5959
- configure-os
6060
- ssh-known-hosts
6161
- run-os
@@ -120,8 +120,8 @@ spec:
120120
- bootstrap
121121
- download-cache
122122
- configure-network
123-
- validate-network
124123
- install-os
124+
- validate-network
125125
- configure-os
126126
- ssh-known-hosts
127127
- run-os

examples/dt/dcn/edpm-pre-ceph/deployment/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ data:
1414
servicesOverride:
1515
- bootstrap
1616
- configure-network
17-
- validate-network
1817
- install-os
18+
- validate-network
1919
- ceph-hci-pre
2020
- configure-os
2121
- ssh-known-hosts

examples/dt/dcn/edpm-pre-ceph/nodeset/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ data:
168168
services:
169169
- bootstrap
170170
- configure-network
171-
- validate-network
172171
- install-os
172+
- validate-network
173173
- ceph-hci-pre
174174
- configure-os
175175
- ssh-known-hosts

examples/dt/dcn/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ data:
1313
services:
1414
- bootstrap
1515
- configure-network
16-
- validate-network
1716
- install-os
17+
- validate-network
1818
- ceph-hci-pre
1919
- configure-os
2020
- ssh-known-hosts

examples/dt/nfv/nfv-ovs-dpdk-sriov-2nodesets/edpm/nodeset/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ data:
180180
- reboot-os
181181
- configure-ovs-dpdk
182182
- configure-network
183-
- validate-network
184183
- install-os
184+
- validate-network
185185
- configure-os
186186
- ssh-known-hosts
187187
- run-os

examples/dt/nfv/nfv-ovs-dpdk-sriov-2nodesets/edpm/nodeset2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ data:
180180
- reboot-os
181181
- configure-ovs-dpdk
182182
- configure-network
183-
- validate-network
184183
- install-os
184+
- validate-network
185185
- configure-os
186186
- run-os
187187
- install-certs

examples/dt/nfv/nfv-ovs-dpdk-sriov-hci/edpm-pre-ceph/deployment/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ data:
1616
- reboot-os
1717
- configure-ovs-dpdk
1818
- configure-network
19-
- validate-network
2019
- install-os
20+
- validate-network
2121
- ceph-hci-pre
2222
- configure-os
2323
- ssh-known-hosts

examples/dt/nfv/nfv-ovs-dpdk-sriov-hci/edpm-pre-ceph/nodeset/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ data:
236236
- reboot-os
237237
- configure-ovs-dpdk
238238
- configure-network
239-
- validate-network
240239
- install-os
240+
- validate-network
241241
- ceph-hci-pre
242242
- configure-os
243243
- ssh-known-hosts

examples/dt/nfv/nfv-ovs-dpdk-sriov-hci/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ data:
1111
services:
1212
- bootstrap
1313
- configure-network
14-
- validate-network
1514
- install-os
15+
- validate-network
1616
- ceph-hci-pre
1717
- configure-os
1818
- ssh-known-hosts

examples/dt/nfv/nfv-ovs-dpdk-sriov-networker/edpm/computes/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ data:
128128
- reboot-os
129129
- configure-ovs-dpdk
130130
- configure-network
131-
- validate-network
132131
- install-os
132+
- validate-network
133133
- configure-os
134134
- ssh-known-hosts
135135
- run-os

0 commit comments

Comments
 (0)