summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-01-24 16:17:48 -0500
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-01-24 16:17:48 -0500
commit710309dafcd0f207ec7e19cb0e17c20381dd6506 (patch)
tree418cde9b0da310599e061913b65c555a1b92c200 /kubernetes
parentedc898536f7fdc28f532dda7b69d8d120c364403 (diff)
Update comment in onap-parameters.yaml
Change-Id: I9e7796e3ea3fccce473d79f16de9b322b0d3b2fb Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-615
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/config/onap-parameters-sample.yaml4
-rw-r--r--kubernetes/config/onap-parameters.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/config/onap-parameters-sample.yaml b/kubernetes/config/onap-parameters-sample.yaml
index 2f694ca3ea..2ce5a1c614 100644
--- a/kubernetes/config/onap-parameters-sample.yaml
+++ b/kubernetes/config/onap-parameters-sample.yaml
@@ -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"
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"