diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-10-22 12:36:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-22 12:36:23 +0000 |
commit | b6d00190ea2d1cc166b39f1db59912b3f572f248 (patch) | |
tree | e5b4765a08ca6d3cc6bcab92e580a7d65966f664 /mcp/reclass/classes/cluster/mcp-common-ha | |
parent | d176f3e13ad34afb2c292710ddb513fb33b55339 (diff) | |
parent | 6160264a0bd6d01552e120d2ea9dc11629fe4088 (diff) |
Merge "[ha] Run OpenDaylight in cluster mode"
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-ha')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 index 7322378eb..bb76fdb10 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 @@ -110,16 +110,6 @@ parameters: openstack_compute_node01_hostname: cmp001 openstack_compute_node02_hostname: cmp002 - # opendaylight options -{%- if conf.MCP_VCP %} - opendaylight_server_node01_hostname: odl01 - opendaylight_server_node01_single_address: ${_param:opnfv_opendaylight_server_node01_single_address} -{%- else %} - opendaylight_control_hostname: ${_param:openstack_control_node02_hostname} - opendaylight_server_node01_hostname: ${_param:opendaylight_control_hostname} - opendaylight_server_node01_single_address: ${_param:opnfv_openstack_control_node02_address} -{%- endif %} - openstack_region: RegionOne admin_email: root@localhost db_connection_recycle_time: 300 |