diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-11-22 14:57:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-22 14:57:52 +0000 |
commit | 9b5bffe65199af34cb089c7a782e5e4234610768 (patch) | |
tree | b148ae9f64d5ade64d7d33e7575a34f9345f1ac6 /mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template | |
parent | 322884cd6007db93ef69ac0faeaefec9f32c010c (diff) | |
parent | 33e1d84ffb71e283acc0b3f834066a0bc5837780 (diff) |
Merge "[baremetal] public gateway setup on prx nodes" into stable/euphrates
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template index cbd47ef80..1445917e6 100644 --- a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template +++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template @@ -10,6 +10,8 @@ parameters: _param: reclass_config_master: ${SALT_MASTER} opnfv_maas_mcp_address: ${MAAS_IP} + opnfv_net_mcpcontrol: ${SALT_MASTER%.*}.0 + opnfv_net_mcpcontrol_mask: 255.255.255.0 # These should be moved to pod_config.yml and read based on PDF admin net opnfv_maas_pxe_network_address: ${MAAS_PXE_NETWORK} |