Merge "AArch64: base image: pre-install salt-minion"
[fuel.git] / mcp / reclass / classes / cluster / all-mcp-arch-common / opnfv / runtime.yml.template
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 parameters:
10   _param:
11     reclass_config_master: ${SALT_MASTER}
12     opnfv_maas_mcp_address: ${MAAS_IP}
13     opnfv_net_mcpcontrol: ${SALT_MASTER%.*}.0
14     opnfv_net_mcpcontrol_mask: 255.255.255.0
15
16     # These should be moved to pod_config.yml and read based on PDF admin net
17     opnfv_maas_pxe_network_address: ${MAAS_PXE_NETWORK}
18     opnfv_maas_pxe_address: ${MAAS_PXE_NETWORK%.*}.3
19     opnfv_maas_pxe_start_address: ${MAAS_PXE_NETWORK%.*}.5
20     opnfv_maas_pxe_end_address: ${MAAS_PXE_NETWORK%.*}.250