diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-12 02:51:17 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-15 01:54:58 +0000 |
commit | ef570e8954b44fd608cf1ff5e50b5cbc3d0d178f (patch) | |
tree | 8525a35700873d3ccdeb30d6e997ab4c24e486d9 /mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml | |
parent | cfd0fcc90fa3a3c67289ca4fba26e725f317e4c2 (diff) |
reclass: baremetal: Factor out common code
While at it, add .yamllint file (copied from releng repo).
Change-Id: I39630c0043fe2fd601510969c401e6cc9efbf69a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit a75af3d4c30af050dd15c0f875142f6328874fe4)
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/runtime.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |