Skip to content

Commit

Permalink
test 6 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiccini committed May 5, 2024
1 parent 0137575 commit 5507ad3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
20 changes: 20 additions & 0 deletions examples/va/pidone/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@ data:
tenant_ip: 172.19.0.7
ctlplane_ip: 192.168.122.12
storage_ip: 172.18.0.7
node_3:
name: ostest-worker-0
internalapi_ip: 172.17.0.8
tenant_ip: 172.19.0.8
ctlplane_ip: 192.168.122.13
storage_ip: 172.18.0.8
node_4:
name: ostest-worker-1
internalapi_ip: 172.17.0.9
tenant_ip: 172.19.0.9
ctlplane_ip: 192.168.122.14
storage_ip: 172.18.0.9
node_5:
name: ostest-worker-2
internalapi_ip: 172.17.0.10
tenant_ip: 172.19.0.10
ctlplane_ip: 192.168.122.15
storage_ip: 172.18.0.10


# networks
ctlplane:
Expand Down Expand Up @@ -207,3 +226,4 @@ data:
lbServiceType: LoadBalancer
storageClass: local-storage
bridgeName: ospbr

21 changes: 21 additions & 0 deletions lib/nncp/ocp_nodes_nncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,24 @@ metadata:
name: node-2
labels:
osp/nncm-config-type: standard
---
apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
name: node-3
labels:
osp/nncm-config-type: standard
---
apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
name: node-4
labels:
osp/nncm-config-type: standard
---
apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
name: node-5
labels:
osp/nncm-config-type: standard

0 comments on commit 5507ad3

Please sign in to comment.