Skip to content

Commit 9211479

Browse files
Merge pull request #504 from eduolivares/cleanup-bgp
Remove unused BGP configuration Configurations under the "bgp" directory implemented the first approach to test BGP on Podified setups, with all OCP nodes running on a single rack and EDPM nodes running on separate racks. This configuration was replaced by bgp_dt01, which deploys OCP nodes and EDPM nodes splitted in 3 racks. The content of "bgp" became obsole and it is removed with this patch. Depends-On: openstack-k8s-operators/ci-framework#2736 Reviewed-by: Andrew Bays <[email protected]>
2 parents 09f1a9a + 970d639 commit 9211479

Some content is hidden

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

47 files changed

+28
-1445
lines changed

automation/vars/bgp.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

automation/vars/bgp_dt01.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ vas:
5252
resource_name: openshift-no-reapply-sysctl
5353
namespace: openshift-cluster-node-tuning-operator
5454
state: present
55-
path: examples/dt/bgp/bgp_dt01/control-plane/nncp
55+
path: examples/dt/bgp_dt01/control-plane/nncp
5656
wait_conditions:
5757
- >-
5858
oc -n openstack wait nncp
@@ -65,7 +65,7 @@ vas:
6565
build_output: nncp.yaml
6666

6767
- # stage_1
68-
path: examples/dt/bgp/bgp_dt01/control-plane
68+
path: examples/dt/bgp_dt01/control-plane
6969
wait_conditions:
7070
- >-
7171
oc -n openstack wait openstackcontrolplane
@@ -90,7 +90,7 @@ vas:
9090
state: present
9191

9292
- # stage_2
93-
path: examples/dt/bgp/bgp_dt01/edpm/computes/r0
93+
path: examples/dt/bgp_dt01/edpm/computes/r0
9494
wait_conditions:
9595
- >-
9696
oc -n openstack wait openstackdataplanenodeset
@@ -103,7 +103,7 @@ vas:
103103
build_output: edpm-r0-compute-nodeset.yaml
104104

105105
- # stage_3
106-
path: examples/dt/bgp/bgp_dt01/edpm/computes/r1
106+
path: examples/dt/bgp_dt01/edpm/computes/r1
107107
wait_conditions:
108108
- >-
109109
oc -n openstack wait openstackdataplanenodeset
@@ -116,7 +116,7 @@ vas:
116116
build_output: edpm-r1-compute-nodeset.yaml
117117

118118
- # stage_4
119-
path: examples/dt/bgp/bgp_dt01/edpm/computes/r2
119+
path: examples/dt/bgp_dt01/edpm/computes/r2
120120
wait_conditions:
121121
- >-
122122
oc -n openstack wait openstackdataplanenodeset
@@ -129,7 +129,7 @@ vas:
129129
build_output: edpm-r2-compute-nodeset.yaml
130130

131131
- # stage_5
132-
path: examples/dt/bgp/bgp_dt01/edpm/networkers/r0
132+
path: examples/dt/bgp_dt01/edpm/networkers/r0
133133
wait_conditions:
134134
- >-
135135
oc -n openstack wait openstackdataplanenodeset
@@ -142,7 +142,7 @@ vas:
142142
build_output: edpm-r0-networker-nodeset.yaml
143143

144144
- # stage_6
145-
path: examples/dt/bgp/bgp_dt01/edpm/networkers/r1
145+
path: examples/dt/bgp_dt01/edpm/networkers/r1
146146
wait_conditions:
147147
- >-
148148
oc -n openstack wait openstackdataplanenodeset
@@ -155,7 +155,7 @@ vas:
155155
build_output: edpm-r1-networker-nodeset.yaml
156156

157157
- # stage_7
158-
path: examples/dt/bgp/bgp_dt01/edpm/networkers/r2
158+
path: examples/dt/bgp_dt01/edpm/networkers/r2
159159
wait_conditions:
160160
- >-
161161
oc -n openstack wait openstackdataplanenodeset
@@ -168,7 +168,7 @@ vas:
168168
build_output: edpm-r2-networker-nodeset.yaml
169169

170170
- # stage_8
171-
path: examples/dt/bgp/bgp_dt01/edpm/deployment
171+
path: examples/dt/bgp_dt01/edpm/deployment
172172
wait_conditions:
173173
- >-
174174
oc -n openstack wait openstackdataplanedeployment

examples/dt/bgp/README.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

examples/dt/bgp/control-plane.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

examples/dt/bgp/control-plane/kustomization.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/dt/bgp/control-plane/nncp/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)