summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-09-28 14:15:39 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-09-28 14:16:21 +0200
commit754f994c0337402e7983a0cb12a6ed692a1a1cca (patch)
tree84a0289d358114a623676e6e1ca80955557a2878
parentca6c6e7ef7c5fe463a8df66dcf741728b35dad62 (diff)
[fuel] IA: Reserve IP addresses for 3 ODL nodes
Change-Id: Ifcfd806d568c3cda375166b9c63381f66ee375c4 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r--config/installers/fuel/net_map.j27
1 files changed, 6 insertions, 1 deletions
diff --git a/config/installers/fuel/net_map.j2 b/config/installers/fuel/net_map.j2
index a12159ea..81efca38 100644
--- a/config/installers/fuel/net_map.j2
+++ b/config/installers/fuel/net_map.j2
@@ -101,6 +101,8 @@
'opnfv_openstack_control_node02_pxe_admin_address',
'opnfv_openstack_control_node03_pxe_admin_address',
'opnfv_opendaylight_server_node01_pxe_admin_address',
+ 'opnfv_opendaylight_server_node02_pxe_admin_address',
+ 'opnfv_opendaylight_server_node03_pxe_admin_address',
'opnfv_stacklight_monitor_node01_pxe_admin_address',
'opnfv_stacklight_monitor_node02_pxe_admin_address',
'opnfv_stacklight_monitor_node03_pxe_admin_address',
@@ -140,7 +142,10 @@
'opnfv_openstack_control_node01_address',
'opnfv_openstack_control_node02_address',
'opnfv_openstack_control_node03_address',
- 'opnfv_opendaylight_server_node01_single_address',
+ 'opnfv_opendaylight_server_address',
+ 'opnfv_opendaylight_server_node01_address',
+ 'opnfv_opendaylight_server_node02_address',
+ 'opnfv_opendaylight_server_node03_address',
'opnfv_stacklight_monitor_address',
'opnfv_stacklight_monitor_node01_address',
'opnfv_stacklight_monitor_node02_address',