diff options
author | Guillermo Herrero <guillermo.herrero@enea.com> | 2017-09-13 14:15:07 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-21 23:34:26 +0200 |
commit | 5c0a09fbd0f377df56bfcfe94b262225a34f98ff (patch) | |
tree | edd044eb9a40424ce56dc61653886c7ecc32fe57 /mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template | |
parent | 80024618fbda8422ba758d667073ad07c6f69542 (diff) |
Pod Descriptor File compatible reclass structure
Implementation for baremetal-mcp-ocata-ovs-ha scenario
JIRA: FUEL-275
Change-Id: Id6ab5697f993ac9faa019c3c10ba4ed4b7b6db01
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
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 | 10 |
1 files changed, 5 insertions, 5 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 121f70663..b07ae13bd 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 @@ -2,8 +2,8 @@ parameters: _param: reclass_config_master: ${SALT_MASTER} - opnfv_fuel_maas_mcp_address: ${MAAS_IP} - opnfv_fuel_maas_pxe_network: ${MAAS_PXE_NETWORK} - opnfv_fuel_maas_pxe_address: ${MAAS_PXE_NETWORK_ROOTSTR}.3 - opnfv_fuel_maas_pxe_iprange_start: ${MAAS_PXE_NETWORK_ROOTSTR}.5 - opnfv_fuel_maas_pxe_iprange_end: ${MAAS_PXE_NETWORK_ROOTSTR}.250 + opnfv_maas_mcp_address: ${MAAS_IP} + opnfv_maas_pxe_network: ${MAAS_PXE_NETWORK} + opnfv_maas_pxe_address: ${MAAS_PXE_NETWORK_ROOTSTR}.3 + opnfv_maas_pxe_iprange_start: ${MAAS_PXE_NETWORK_ROOTSTR}.5 + opnfv_maas_pxe_iprange_end: ${MAAS_PXE_NETWORK_ROOTSTR}.250 |