diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-02 05:30:39 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-02 05:58:01 +0100 |
commit | 29c64b73f749364867be78a474410fe062eba99e (patch) | |
tree | 91fb9a9f6dcc9f9b8eb817e2d002eb17181487e2 /mcp/reclass/classes/cluster/all-mcp-arch-common | |
parent | bb3a642e783b59ae2decb3b73d91f5bfca3afaef (diff) |
[baremetal] prx: Add management network VIP
Include `openstack_web_public_vip` class for setting up the
old VIP in the public network, use old class for mgmt VIP.
Also change the generic hostname 'prx' to point inside mgmt net.
Change-Id: Iff69394f16ede290d149a26b054a85371f00f8e0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-arch-common')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-arch-common/opnfv/pod_config.yml.example | 1 |
1 files changed, 1 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 a2cdabbf3..3a70e5f83 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 @@ -31,6 +31,7 @@ parameters: opnfv_openstack_proxy_address: 172.30.10.103 opnfv_openstack_proxy_node01_address: 172.30.10.104 opnfv_openstack_proxy_node02_address: 172.30.10.105 + opnfv_openstack_proxy_control_address: 10.167.4.103 opnfv_openstack_proxy_node01_control_address: 10.167.4.104 opnfv_openstack_proxy_node02_control_address: 10.167.4.105 opnfv_openstack_control_address: 10.167.4.10 |