Skip to content

Commit

Permalink
more storagemgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiccini committed May 3, 2024
1 parent 45325dd commit 0137575
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/va/pidone/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ data:
"range_end": "172.18.0.70"
}
}
storagemgmt: # used on RHEL, not used on OpenShift
dnsDomain: storagemgmt.example.com
subnets:
- allocationRanges:
- end: 172.20.0.250
start: 172.20.0.100
cidr: 172.20.0.0/24
name: subnet1
vlan: 23
mtu: 9000
tenant:
dnsDomain: tenant.example.com
subnets:
Expand Down
6 changes: 6 additions & 0 deletions examples/va/pidone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ data:
subnetName: subnet1
- name: storage
subnetName: subnet1
- name: storagemgmt
subnetName: subnet1
- name: tenant
subnetName: subnet1
edpm-compute-1:
Expand All @@ -128,6 +130,8 @@ data:
subnetName: subnet1
- name: storage
subnetName: subnet1
- name: storagemgmt
subnetName: subnet1
- name: tenant
subnetName: subnet1
edpm-compute-2:
Expand All @@ -143,6 +147,8 @@ data:
subnetName: subnet1
- name: storage
subnetName: subnet1
- name: storagemgmt
subnetName: subnet1
- name: tenant
subnetName: subnet1
services:
Expand Down

0 comments on commit 0137575

Please sign in to comment.