Skip to content

Commit 1d57241

Browse files
committed
[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.
1 parent 6de554a commit 1d57241

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
@@ -158,9 +158,9 @@ data:
158158
- bootstrap
159159
- configure-network
160160
- validate-network
161-
- frr
162161
- install-os
163162
- configure-os
163+
- frr
164164
- run-os
165165
- reboot-os
166166
- 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
@@ -158,9 +158,9 @@ data:
158158
- bootstrap
159159
- configure-network
160160
- validate-network
161-
- frr
162161
- install-os
163162
- configure-os
163+
- frr
164164
- run-os
165165
- reboot-os
166166
- 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
@@ -158,9 +158,9 @@ data:
158158
- bootstrap
159159
- configure-network
160160
- validate-network
161-
- frr
162161
- install-os
163162
- configure-os
163+
- frr
164164
- run-os
165165
- reboot-os
166166
- 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
@@ -158,9 +158,9 @@ data:
158158
- bootstrap
159159
- configure-network
160160
- validate-network
161-
- frr
162161
- install-os
163162
- configure-os
163+
- frr
164164
- ssh-known-hosts
165165
- run-os
166166
- 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
@@ -158,9 +158,9 @@ data:
158158
- bootstrap
159159
- configure-network
160160
- validate-network
161-
- frr
162161
- install-os
163162
- configure-os
163+
- frr
164164
- ssh-known-hosts
165165
- run-os
166166
- 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
@@ -158,9 +158,9 @@ data:
158158
- bootstrap
159159
- configure-network
160160
- validate-network
161-
- frr
162161
- install-os
163162
- configure-os
163+
- frr
164164
- ssh-known-hosts
165165
- run-os
166166
- reboot-os

0 commit comments

Comments
 (0)