summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/onap-parameters.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/onap-parameters.yaml')
-rw-r--r--kubernetes/config/onap-parameters.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/config/onap-parameters.yaml b/kubernetes/config/onap-parameters.yaml
index 0e5031f5ea..5a66d2ec97 100644
--- a/kubernetes/config/onap-parameters.yaml
+++ b/kubernetes/config/onap-parameters.yaml
@@ -93,8 +93,8 @@ DCAE_OS_PUBLIC_NET_ID: ""
# The name of the public network.
DCAE_OS_PUBLIC_NET_NAME: ""
# This is the private network that will be used by DCAE VMs. The network will be created during the DCAE boostrap process,
-# and will the subnet created will use this CIDR. (/28 provides 16 IPs, DCAE requires 15.)
-DCAE_OS_OAM_NETWORK_CIDR: "10.99.0.0/28"
+# and will the subnet created will use this CIDR.
+DCAE_OS_OAM_NETWORK_CIDR: "10.99.0.0/27"
# This will be the private ip of the DCAE boostrap VM. This VM is responsible for spinning up the whole DCAE stack (14 VMs total)
DCAE_IP_ADDR: "10.99.0.2"