summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-25 18:33:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-25 18:33:54 +0000
commitd8cf4a9b8fb25af7fed10b8b9e69f70b601ccbce (patch)
tree907e9f0452a4e057c8b7b11241124b5f090b1438 /mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example
parent03e9296cebe0f38f459f7ae225ab7843fc37480e (diff)
parent7c79115c2a1b6716f23f73be244bd1840a9e6f82 (diff)
Merge "Add support for different public network netmask"
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example')
-rw-r--r--mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example b/mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example
index 3a70e5f83..628aeba83 100644
--- a/mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example
+++ b/mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example
@@ -64,7 +64,11 @@ parameters:
opnfv_opendaylight_server_node01_single_address: 10.167.4.111
+ opnfv_net_public: 172.30.10.0/24
+ opnfv_net_public_mask: 255.255.255.0
opnfv_net_public_gw: 172.30.10.1
+ opnfv_net_public_pool_start: 172.30.10.80
+ opnfv_net_public_pool_end: 172.30.10.100
opnfv_name_servers: ['8.8.8.8', '8.8.4.4']
opnfv_dns_server01: '8.8.8.8'