Skip to content

Commit cd2734a

Browse files
Merge pull request #410 from fultonj/OSPRH-10496
Revert addition of Swift network to va/hci This PR reverts the following merged PRs: #409 #404 For reasons documented in the Jira below we will not add the RGW network to va/hci. Jira: https://issues.redhat.com/browse/OSPRH-10496 Reviewed-by: Francesco Pantano <[email protected]>
2 parents 932b0d9 + 1146c8c commit cd2734a

File tree

16 files changed

+1
-367
lines changed

16 files changed

+1
-367
lines changed

dt/pidone/kustomization.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -39,37 +39,7 @@ patches:
3939
- _replaced_
4040
mtu: 1500
4141
42-
- target:
43-
kind: NetConfig
44-
patch: |-
45-
- op: add
46-
path: /spec/networks/-
47-
value:
48-
name: swift
49-
mtu: 1500
50-
dnsDomain: _replaced_
51-
subnets:
52-
- _replaced_
53-
5442
replacements:
55-
- source:
56-
kind: ConfigMap
57-
name: network-values
58-
fieldPath: data.swift.dnsDomain
59-
targets:
60-
- select:
61-
kind: NetConfig
62-
fieldPaths:
63-
- spec.networks.[name=swift].dnsDomain
64-
- source:
65-
kind: ConfigMap
66-
name: network-values
67-
fieldPath: data.swift.subnets
68-
targets:
69-
- select:
70-
kind: NetConfig
71-
fieldPaths:
72-
- spec.networks.[name=swift].subnets
7343
- source:
7444
kind: ConfigMap
7545
name: service-values

examples/dt/pidone/nncp/values.yaml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -14,49 +14,42 @@ data:
1414
tenant_ip: 172.19.0.5
1515
ctlplane_ip: 192.168.122.10
1616
storage_ip: 172.18.0.5
17-
swift_ip: 172.22.0.5
1817
node_1:
1918
name: ostest-master-1
2019
internalapi_ip: 172.17.0.6
2120
tenant_ip: 172.19.0.6
2221
ctlplane_ip: 192.168.122.11
2322
storage_ip: 172.18.0.6
24-
swift_ip: 172.22.0.6
2523
node_2:
2624
name: ostest-master-2
2725
internalapi_ip: 172.17.0.7
2826
tenant_ip: 172.19.0.7
2927
ctlplane_ip: 192.168.122.12
3028
storage_ip: 172.18.0.7
31-
swift_ip: 172.22.0.7
3229
node_3:
3330
name: ostest-worker-0
3431
internalapi_ip: 172.17.0.8
3532
tenant_ip: 172.19.0.8
3633
ctlplane_ip: 192.168.122.13
3734
storage_ip: 172.18.0.8
38-
swift_ip: 172.22.0.8
3935
node_4:
4036
name: ostest-worker-1
4137
internalapi_ip: 172.17.0.9
4238
tenant_ip: 172.19.0.9
4339
ctlplane_ip: 192.168.122.14
4440
storage_ip: 172.18.0.9
45-
swift_ip: 172.22.0.9
4641
node_5:
4742
name: ostest-worker-2
4843
internalapi_ip: 172.17.0.10
4944
tenant_ip: 172.19.0.10
5045
ctlplane_ip: 192.168.122.15
5146
storage_ip: 172.18.0.10
52-
swift_ip: 172.22.0.10
5347
node_6:
5448
name: ostest-worker-3
5549
internalapi_ip: 172.17.0.11
5650
tenant_ip: 172.19.0.11
5751
ctlplane_ip: 192.168.122.16
5852
storage_ip: 172.18.0.11
59-
swift_ip: 172.22.0.11
6053

6154
# networks
6255
ctlplane:
@@ -203,36 +196,6 @@ data:
203196
gateway: 10.0.0.1
204197
name: subnet1
205198
mtu: 1500
206-
swift:
207-
dnsDomain: swift.example.com
208-
subnets:
209-
- allocationRanges:
210-
- end: 172.22.0.250
211-
start: 172.22.0.100
212-
cidr: 172.22.0.0/24
213-
gateway: 172.22.0.1
214-
name: subnet1
215-
vlan: 25
216-
mtu: 1500
217-
prefix-length: 24
218-
iface: swift
219-
vlan: 25
220-
base_iface: enp6s0
221-
lb_addresses:
222-
- 172.22.0.80-172.22.0.90
223-
net-attach-def: |
224-
{
225-
"cniVersion": "0.3.1",
226-
"name": "swift",
227-
"type": "macvlan",
228-
"master": "swift",
229-
"ipam": {
230-
"type": "whereabouts",
231-
"range": "172.22.0.0/24",
232-
"range_start": "172.22.0.100",
233-
"range_end": "172.22.0.250"
234-
}
235-
}
236199
datacentre:
237200
net-attach-def: |
238201
{

examples/va/hci/control-plane/nncp/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ transformers:
1818
create: true
1919
2020
components:
21-
- ../../../../../va/hci/nncp
21+
- ../../../../../lib/nncp
2222

2323
resources:
2424
- values.yaml

examples/va/hci/control-plane/nncp/values.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,18 @@ data:
1414
tenant_ip: 172.19.0.5
1515
ctlplane_ip: 192.168.122.10
1616
storage_ip: 172.18.0.5
17-
swift_ip: 172.22.0.5
1817
node_1:
1918
name: ostest-master-1
2019
internalapi_ip: 172.17.0.6
2120
tenant_ip: 172.19.0.6
2221
ctlplane_ip: 192.168.122.11
2322
storage_ip: 172.18.0.6
24-
swift_ip: 172.22.0.6
2523
node_2:
2624
name: ostest-master-2
2725
internalapi_ip: 172.17.0.7
2826
tenant_ip: 172.19.0.7
2927
ctlplane_ip: 192.168.122.12
3028
storage_ip: 172.18.0.7
31-
swift_ip: 172.22.0.7
3229

3330
# networks
3431
ctlplane:
@@ -175,36 +172,6 @@ data:
175172
gateway: 10.0.0.1
176173
name: subnet1
177174
mtu: 1500
178-
swift:
179-
dnsDomain: swift.example.com
180-
subnets:
181-
- allocationRanges:
182-
- end: 172.22.0.250
183-
start: 172.22.0.100
184-
cidr: 172.22.0.0/24
185-
gateway: 172.22.0.1
186-
name: subnet1
187-
vlan: 25
188-
mtu: 1500
189-
prefix-length: 24
190-
iface: swift
191-
vlan: 25
192-
base_iface: enp6s0
193-
lb_addresses:
194-
- 172.22.0.80-172.22.0.90
195-
net-attach-def: |
196-
{
197-
"cniVersion": "0.3.1",
198-
"name": "swift",
199-
"type": "macvlan",
200-
"master": "swift",
201-
"ipam": {
202-
"type": "whereabouts",
203-
"range": "172.22.0.0/24",
204-
"range_start": "172.22.0.100",
205-
"range_end": "172.22.0.250"
206-
}
207-
}
208175
datacentre:
209176
net-attach-def: |
210177
{

lib/nncp/ocp_nodes_nncp.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@ metadata:
55
name: node-0
66
labels:
77
osp/nncm-config-type: standard
8-
osp/nncm-node: "0"
98
---
109
apiVersion: nmstate.io/v1
1110
kind: NodeNetworkConfigurationPolicy
1211
metadata:
1312
name: node-1
1413
labels:
1514
osp/nncm-config-type: standard
16-
osp/nncm-node: "1"
1715
---
1816
apiVersion: nmstate.io/v1
1917
kind: NodeNetworkConfigurationPolicy
2018
metadata:
2119
name: node-2
2220
labels:
2321
osp/nncm-config-type: standard
24-
osp/nncm-node: "2"

va/hci/edpm-post-ceph/nodeset/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ transformers:
2020
components:
2121
- ../../../../lib/control-plane
2222
- ../../../../lib/dataplane/nodeset
23-
- ../../../../va/hci/nodeset
2423

2524
resources:
2625
- ceph_secret.yaml

va/hci/edpm-pre-ceph/nodeset/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ transformers:
1919
2020
components:
2121
- ../../../../lib/dataplane/nodeset
22-
- ../../../../va/hci/nodeset

va/hci/kustomization.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ transformers:
1919
2020
components:
2121
- ../../lib/networking/metallb
22-
- networking/metallb
2322
- ../../lib/networking/netconfig
24-
- networking/netconfig
2523
- ../../lib/networking/nad
26-
- networking/nad
2724
- ../../lib/control-plane
2825

2926
# Add storagemgmt network template, as it is needed for CephHCI

va/hci/networking/metallb/kustomization.yaml

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

va/hci/networking/metallb/metallb_l2advertisement.yaml

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

0 commit comments

Comments
 (0)