Skip to content

Commit 408c010

Browse files
Merge pull request #530 from eduolivares/frr-after-configure-os
[BGP] Deploy frr after configure-os After openstack-k8s-operators/edpm-ansible#897, due to the nft rules applied during the installation of frr on the EDPM nodes, ssh traffic is blocked. That is resolved by the configure-os service, which adds nft rules to allow ssh traffic again. Hence, the configure-os service has to be deployed before the frr service to avoid blocking ssh. Reviewed-by: Andrew Bays <[email protected]>
2 parents efebd37 + 1d57241 commit 408c010

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ data:
157157
- bootstrap
158158
- configure-network
159159
- validate-network
160-
- frr
161160
- install-os
162161
- configure-os
162+
- frr
163163
- run-os
164164
- reboot-os
165165
- install-certs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ data:
157157
- bootstrap
158158
- configure-network
159159
- validate-network
160-
- frr
161160
- install-os
162161
- configure-os
162+
- frr
163163
- run-os
164164
- reboot-os
165165
- install-certs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ data:
157157
- bootstrap
158158
- configure-network
159159
- validate-network
160-
- frr
161160
- install-os
162161
- configure-os
162+
- frr
163163
- run-os
164164
- reboot-os
165165
- install-certs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ data:
157157
- bootstrap
158158
- configure-network
159159
- validate-network
160-
- frr
161160
- install-os
162161
- configure-os
162+
- frr
163163
- ssh-known-hosts
164164
- run-os
165165
- reboot-os

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ data:
157157
- bootstrap
158158
- configure-network
159159
- validate-network
160-
- frr
161160
- install-os
162161
- configure-os
162+
- frr
163163
- ssh-known-hosts
164164
- run-os
165165
- reboot-os

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ data:
157157
- bootstrap
158158
- configure-network
159159
- validate-network
160-
- frr
161160
- install-os
162161
- configure-os
162+
- frr
163163
- ssh-known-hosts
164164
- run-os
165165
- reboot-os

0 commit comments

Comments
 (0)