Skip to content

Commit 2ebbb1f

Browse files
committed
Revert "Add Swift network for RGW to HCI scenario"
This reverts commit eaaf62b. Jira: https://issues.redhat.com/browse/OSPRH-10496
1 parent 932b0d9 commit 2ebbb1f

File tree

14 files changed

+1
-300
lines changed

14 files changed

+1
-300
lines changed

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.

va/hci/networking/metallb/ocp_ip_pools.yaml

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

va/hci/networking/nad/kustomization.yaml

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

0 commit comments

Comments
 (0)