diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-23 16:47:17 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-23 21:54:20 +0000 |
commit | 1e7d57ed87857c65613f83532d46b5d3721174ef (patch) | |
tree | 58d66bdaa11c9844cf5f29523bacc73cad1f4923 /mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv | |
parent | 3a6f5b7ace228900218f2833905872356ed9ae03 (diff) |
reclass: Drop MaaS public IP and interface
MaaS node does not need to be exposed to the public network; instead
the management IP should be enough to access the MaaS dashboard.
So, drop 'infra_maas_node01_external_address' reclass param, together
with its OPNFV PDF param, 'opnfv_infra_maas_node01_external_address'.
This allows us to move compute public IPs back to .{2,3} instead of
.{101,102}, where we moved them during 'pod_config.yml' addition.
While at it, fix a minor duplicate 'name' param for 'br-mgmt' bridge
on kvm nodes.
Change-Id: Ie9fcf5924d7aa37b666f42c968687d73b51a8278
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit ee4d89f2803085bdd4a7f3b365e40ec9366c25a9)
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml index 9f1ee1da1..b17816fe5 100644 --- a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml +++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml @@ -5,7 +5,6 @@ parameters: opnfv_infra_config_deploy_address: 10.20.0.2 opnfv_infra_maas_node01_address: 10.167.4.3 opnfv_infra_maas_node01_deploy_address: 192.168.11.3 - opnfv_infra_maas_node01_external_address: 172.30.10.3 opnfv_infra_compute_node01_address: 10.167.4.141 opnfv_infra_compute_node02_address: 10.167.4.142 opnfv_infra_compute_node03_address: 10.167.4.143 @@ -48,8 +47,8 @@ parameters: opnfv_openstack_compute_node01_tenant_address: 10.1.0.101 opnfv_openstack_compute_node02_tenant_address: 10.1.0.102 opnfv_openstack_compute_node03_tenant_address: 10.1.0.103 - opnfv_openstack_compute_node01_external_address: 172.30.10.101 - opnfv_openstack_compute_node02_external_address: 172.30.10.102 + opnfv_openstack_compute_node01_external_address: 172.30.10.2 + opnfv_openstack_compute_node02_external_address: 172.30.10.3 opnfv_name_servers: ['8.8.8.8', '8.8.4.4'] |