diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-10-08 14:13:25 +0300 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-10-12 08:13:49 +0000 |
commit | 504ca267fc2c17326ea31a280c4d6d91e2914e11 (patch) | |
tree | 97e5917aa20822a2f209a06cc52a4dd6365fb186 /config/installers/fuel | |
parent | 754f994c0337402e7983a0cb12a6ed692a1a1cca (diff) |
Provide opendaylight server with a public ip
JIRA: FUEL-393
This patch reserves a public ip for opendaylight. This ip is needed
for running the test-case 3 of sdnvpn test-cases, which run as part
of the bgpvpn scenario.
Change-Id: I57288bbb42f4c75af19f3807f8f15b44482c066c
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'config/installers/fuel')
-rw-r--r-- | config/installers/fuel/net_map.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/installers/fuel/net_map.j2 b/config/installers/fuel/net_map.j2 index 81efca38..8a0e58d1 100644 --- a/config/installers/fuel/net_map.j2 +++ b/config/installers/fuel/net_map.j2 @@ -168,7 +168,8 @@ 'opnfv_openstack_gateway_node03_external_address', 'opnfv_openstack_control_node01_external_address', 'opnfv_openstack_control_node02_external_address', - 'opnfv_openstack_control_node03_external_address'] %} + 'opnfv_openstack_control_node03_external_address', + 'opnfv_opendaylight_server_external_address'] %} {%- set net_private_hosts = [ 'opnfv_openstack_gateway_node01_tenant_address', |