Skip to content

Commit

Permalink
Merge branch 'main' into nfs2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmount authored Oct 2, 2024
2 parents 791929c + cd2734a commit cb262ff
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 300 deletions.
2 changes: 1 addition & 1 deletion examples/va/hci/control-plane/nncp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ transformers:
create: true
components:
- ../../../../../va/hci/nncp
- ../../../../../lib/nncp

resources:
- values.yaml
33 changes: 0 additions & 33 deletions examples/va/hci/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,18 @@ data:
tenant_ip: 172.19.0.5
ctlplane_ip: 192.168.122.10
storage_ip: 172.18.0.5
swift_ip: 172.22.0.5
node_1:
name: ostest-master-1
internalapi_ip: 172.17.0.6
tenant_ip: 172.19.0.6
ctlplane_ip: 192.168.122.11
storage_ip: 172.18.0.6
swift_ip: 172.22.0.6
node_2:
name: ostest-master-2
internalapi_ip: 172.17.0.7
tenant_ip: 172.19.0.7
ctlplane_ip: 192.168.122.12
storage_ip: 172.18.0.7
swift_ip: 172.22.0.7

# networks
ctlplane:
Expand Down Expand Up @@ -175,36 +172,6 @@ data:
gateway: 10.0.0.1
name: subnet1
mtu: 1500
swift:
dnsDomain: swift.example.com
subnets:
- allocationRanges:
- end: 172.22.0.250
start: 172.22.0.100
cidr: 172.22.0.0/24
gateway: 172.22.0.1
name: subnet1
vlan: 25
mtu: 1500
prefix-length: 24
iface: swift
vlan: 25
base_iface: enp6s0
lb_addresses:
- 172.22.0.80-172.22.0.90
net-attach-def: |
{
"cniVersion": "0.3.1",
"name": "swift",
"type": "macvlan",
"master": "swift",
"ipam": {
"type": "whereabouts",
"range": "172.22.0.0/24",
"range_start": "172.22.0.100",
"range_end": "172.22.0.250"
}
}
datacentre:
net-attach-def: |
{
Expand Down
3 changes: 0 additions & 3 deletions lib/nncp/ocp_nodes_nncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@ metadata:
name: node-0
labels:
osp/nncm-config-type: standard
osp/nncm-node: "0"
---
apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
name: node-1
labels:
osp/nncm-config-type: standard
osp/nncm-node: "1"
---
apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
name: node-2
labels:
osp/nncm-config-type: standard
osp/nncm-node: "2"
1 change: 0 additions & 1 deletion va/hci/edpm-post-ceph/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ transformers:
components:
- ../../../../lib/control-plane
- ../../../../lib/dataplane/nodeset
- ../../../../va/hci/nodeset

resources:
- ceph_secret.yaml
Expand Down
1 change: 0 additions & 1 deletion va/hci/edpm-pre-ceph/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ transformers:
components:
- ../../../../lib/dataplane/nodeset
- ../../../../va/hci/nodeset
3 changes: 0 additions & 3 deletions va/hci/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ transformers:
components:
- ../../lib/networking/metallb
- networking/metallb
- ../../lib/networking/netconfig
- networking/netconfig
- ../../lib/networking/nad
- networking/nad
- ../../lib/control-plane

# Add storagemgmt network template, as it is needed for CephHCI
Expand Down
36 changes: 0 additions & 36 deletions va/hci/networking/metallb/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions va/hci/networking/metallb/metallb_l2advertisement.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions va/hci/networking/metallb/ocp_ip_pools.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions va/hci/networking/nad/kustomization.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions va/hci/networking/nad/ocp_networks_netattach.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions va/hci/networking/netconfig/kustomization.yaml

This file was deleted.

111 changes: 0 additions & 111 deletions va/hci/nncp/kustomization.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions va/hci/nodeset/kustomization.yaml

This file was deleted.

0 comments on commit cb262ff

Please sign in to comment.