Update comment in onap-parameters.yaml
[oom.git] / kubernetes / config / onap-parameters-sample.yaml
index 2f694ca..2ce5a1c 100644 (file)
@@ -93,8 +93,8 @@ DCAE_OS_PUBLIC_NET_ID: "d7567c9e-d26d-444d-9e1b-ffeb752e583a"
 # The name of the public network.
 DCAE_OS_PUBLIC_NET_NAME: "vlan200_net_ext"
 # 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"