summaryrefslogtreecommitdiffstats
path: root/config/installers
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2017-12-11 18:03:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-11 18:03:20 +0000
commita24e1a788afd96f8ce4ee2f3b4d888d7e39dfce1 (patch)
tree76adb327f0d2a791868f48dfb1f53b28b84418cd /config/installers
parentb40dbb24ff47979ce6b795f37482193fd6d99c0a (diff)
parent5aae093570a37ea91b8c11fa8e116deb1773abc2 (diff)
Merge "[fuel] Add MaaS PXE network to installer adapter"
Diffstat (limited to 'config/installers')
-rw-r--r--config/installers/fuel/pod_config.yml.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/config/installers/fuel/pod_config.yml.j2 b/config/installers/fuel/pod_config.yml.j2
index 19f97476..eccdf5cd 100644
--- a/config/installers/fuel/pod_config.yml.j2
+++ b/config/installers/fuel/pod_config.yml.j2
@@ -41,6 +41,11 @@ parameters:
opnfv_infra_kvm_node02_address: {{ net_mgmt | ipaddr_index('142') }}
opnfv_infra_kvm_node03_address: {{ net_mgmt | ipaddr_index('143') }}
+ opnfv_infra_maas_pxe_network_address: {{ net_admin }}
+ opnfv_infra_maas_pxe_address: {{ net_admin | ipaddr_index('3') }}
+ opnfv_infra_maas_pxe_start_address: {{ net_admin | ipaddr_index('5') }}
+ opnfv_infra_maas_pxe_end_address: {{ net_admin | ipaddr_index('250') }}
+
opnfv_openstack_gateway_node01_address: {{ net_mgmt | ipaddr_index('124') }}
opnfv_openstack_gateway_node02_address: {{ net_mgmt | ipaddr_index('125') }}
opnfv_openstack_gateway_node03_address: {{ net_mgmt | ipaddr_index('126') }}