Skip to content

Commit 482c345

Browse files
committed
[BGP] Run bootstrap before download-cache
The BGP jobs were the only ones running download-cache EDPM service before bootstrap. This worked well until [1]. The bootstrap service has to run first, in order to generate the bootc fact. [1] openstack-k8s-operators/edpm-ansible#1018
1 parent 8b04b60 commit 482c345

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

examples/dt/bgp-l3-xl/edpm/computes/r0/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ data:
189189
subnetName: subnet0
190190
fixedIP: f00d:f00d:f00d:f00d:f00d:f00d:f00d:0013
191191
services:
192-
- download-cache
193192
- bootstrap
193+
- download-cache
194194
- configure-network
195195
- install-os
196196
- configure-os

examples/dt/bgp-l3-xl/edpm/computes/r1/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ data:
189189
name: BgpMainNetV6
190190
subnetName: subnet1
191191
services:
192-
- download-cache
193192
- bootstrap
193+
- download-cache
194194
- configure-network
195195
- install-os
196196
- configure-os

examples/dt/bgp-l3-xl/edpm/computes/r2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ data:
189189
name: BgpMainNetV6
190190
subnetName: subnet2
191191
services:
192-
- download-cache
193192
- bootstrap
193+
- download-cache
194194
- configure-network
195195
- install-os
196196
- configure-os

examples/dt/bgp-l3-xl/edpm/networkers/r0/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ data:
153153
subnetName: subnet1
154154
fixedIP: f00d:f00d:f00d:f00d:f00d:f00d:f00d:0014
155155
services:
156-
- download-cache
157156
- bootstrap
157+
- download-cache
158158
- configure-network
159159
- install-os
160160
- configure-os

examples/dt/bgp-l3-xl/edpm/networkers/r1/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ data:
153153
subnetName: subnet1
154154
fixedIP: f00d:f00d:f00d:f00d:f00d:f00d:f00d:0024
155155
services:
156-
- download-cache
157156
- bootstrap
157+
- download-cache
158158
- configure-network
159159
- install-os
160160
- configure-os

examples/dt/bgp-l3-xl/edpm/networkers/r2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ data:
153153
subnetName: subnet1
154154
fixedIP: f00d:f00d:f00d:f00d:f00d:f00d:f00d:0034
155155
services:
156-
- download-cache
157156
- bootstrap
157+
- download-cache
158158
- configure-network
159159
- install-os
160160
- configure-os

examples/dt/bgp_dt01/edpm/computes/r0/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ data:
152152
subnetName: subnet1
153153
fixedIP: f00d:f00d:f00d:f00d:f00d:f00d:f00d:0012
154154
services:
155-
- download-cache
156155
- bootstrap
156+
- download-cache
157157
- configure-network
158158
- install-os
159159
- configure-os

examples/dt/bgp_dt01/edpm/computes/r1/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ data:
152152
subnetName: subnet1
153153
fixedIP: f00d:f00d:f00d:f00d:f00d:f00d:f00d:0023
154154
services:
155-
- download-cache
156155
- bootstrap
156+
- download-cache
157157
- configure-network
158158
- install-os
159159
- configure-os

examples/dt/bgp_dt01/edpm/computes/r2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ data:
152152
subnetName: subnet1
153153
fixedIP: f00d:f00d:f00d:f00d:f00d:f00d:f00d:0033
154154
services:
155-
- download-cache
156155
- bootstrap
156+
- download-cache
157157
- configure-network
158158
- install-os
159159
- configure-os

examples/dt/bgp_dt01/edpm/networkers/r0/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ data:
152152
subnetName: subnet1
153153
fixedIP: f00d:f00d:f00d:f00d:f00d:f00d:f00d:0013
154154
services:
155-
- download-cache
156155
- bootstrap
156+
- download-cache
157157
- configure-network
158158
- install-os
159159
- configure-os

0 commit comments

Comments
 (0)