aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control_pdf.yml.j2
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-09-27 11:52:12 +0300
committerStamatis Katsaounis <mokats@intracom-telecom.com>2018-10-16 17:25:48 +0300
commit7f41e5fde88df7c312175a90c536550763d4c271 (patch)
tree86856af6ebb811eaa5da4650d2b18f0f0baa492f /mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control_pdf.yml.j2
parentf7f3623807c6ff914b28e89b157e3c9e3578d507 (diff)
Add odl bgpvpn noha scenario to fuel
JIRA: FUEL-393 This patch adds support of os-odl-bgvpn-noha scenario to fuel installer. Change-Id: I4e053e38aac70023b0a81f9a41b415c7a1aae3af Depends-On: I57288bbb42f4c75af19f3807f8f15b44482c066c Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control_pdf.yml.j2')
-rw-r--r--mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control_pdf.yml.j211
1 files changed, 11 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control_pdf.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control_pdf.yml.j2
index 5e647d0c0..95f3ee385 100644
--- a/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control_pdf.yml.j2
+++ b/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control_pdf.yml.j2
@@ -27,6 +27,17 @@ parameters:
gateway: {{ nm.net_admin_gw }}
name_servers:
- {{ nm.net_admin_gw }}
+{%- if '-bgpvpn-' in conf.MCP_DEPLOY_SCENARIO %}
+ external:
+ enabled: true
+ name: {{ nm.ctl01.nic_public }}
+ proto: static
+ type: eth
+ address: ${_param:opnfv_opendaylight_server_external_address}
+ netmask: ${_param:opnfv_net_public_mask}
+ mtu: ${_param:interface_mtu}
+ noifupdown: true
+{%- endif %}
{#- prevent duplicates for tagged mgmt on the same physical interface as PXE/admin #}
{%- if nm.ctl01.nic_admin in nics %}