diff options
author | 2018-09-28 14:15:39 +0200 | |
---|---|---|
committer | 2018-09-28 14:16:21 +0200 | |
commit | 754f994c0337402e7983a0cb12a6ed692a1a1cca (patch) | |
tree | 84a0289d358114a623676e6e1ca80955557a2878 | |
parent | ca6c6e7ef7c5fe463a8df66dcf741728b35dad62 (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.j2 | 7 |
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', |