From a75af3d4c30af050dd15c0f875142f6328874fe4 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 12 Oct 2017 02:51:17 +0200 Subject: reclass: baremetal: Factor out common code While at it, add .yamllint file (copied from releng repo). Change-Id: I39630c0043fe2fd601510969c401e6cc9efbf69a Signed-off-by: Alexandru Avadanii --- .../classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml (limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv') diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml new file mode 100644 index 000000000..56d227e9d --- /dev/null +++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml @@ -0,0 +1,11 @@ +--- +parameters: + _param: + reclass_config_master: 10.20.0.2 + opnfv_maas_mcp_address: 10.20.0.3 + + # These should be moved to pod_config.yml and read based on PDF admin net + opnfv_maas_pxe_network_address: 192.168.11.0 + opnfv_maas_pxe_address: 192.168.11.3 + opnfv_maas_pxe_start_address: 192.168.11.5 + opnfv_maas_pxe_end_address: 192.168.11.250 -- cgit 1.2.3-korg