[fuel] Add MaaS PXE network to installer adapter 17/49017/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 8 Dec 2017 01:03:30 +0000 (02:03 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 14 Dec 2017 23:31:53 +0000 (23:31 +0000)
JIRA: FUEL-313

Change-Id: I046ea732e1047f793f1b3bc6f7fc31cfcee9ff40
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 5aae093570a37ea91b8c11fa8e116deb1773abc2)

config/installers/fuel/pod_config.yml.j2

index b412885..82dd239 100644 (file)
@@ -37,6 +37,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') }}