diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-07 23:24:37 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-09 18:22:11 +0100 |
commit | d5dacf7b42b2839ca743520d8e845bb1e6bb67b9 (patch) | |
tree | fa26c1f3fbd44ab3a23f3d52cc7022453277268a /mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml.template | |
parent | e770336f88637e6c0b51ba230b54837f9258414d (diff) |
[baremetal] PDF: Use net_admin for MaaS PXE net
While at it, fix another small issue where a variable
(parameters__param_opnfv_maas_pxe_address) was used without being
populated (defined in 'runtime.yml', which is not read using
`parse_yaml`, like the scenario yml or the PDF expanded class,
pod_config.yml).
JIRA: FUEL-313
Change-Id: Iee88601d5420f55572bf90c8cf330afbedfb2e21
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 9136aef95f77a1f26175929caedfe6ae662bbbd8)
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, 1 insertions, 1 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 1445917e6..342dc77aa 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 @@ -13,7 +13,7 @@ parameters: 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 + # These should be moved to pod_config.yml and MAAS_PXE_NETWORK dropped opnfv_maas_pxe_network_address: ${MAAS_PXE_NETWORK} opnfv_maas_pxe_address: ${MAAS_PXE_NETWORK%.*}.3 opnfv_maas_pxe_start_address: ${MAAS_PXE_NETWORK%.*}.5 |