diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-09-28 16:02:30 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-10-22 14:23:47 +0400 |
commit | 6160264a0bd6d01552e120d2ea9dc11629fe4088 (patch) | |
tree | b916fa8bda3dfcf4e2e9873c04f952dcc4a2bc5a /mcp/reclass/classes/cluster/mcp-odl-noha/init.yml | |
parent | ec817180eece7be6e161e4633e08f41ea94cb903 (diff) |
[ha] Run OpenDaylight in cluster mode
Change-Id: Id75fbee34a6cfc6e7fc60df053cccaaff21cb15a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-odl-noha/init.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-odl-noha/init.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/init.yml b/mcp/reclass/classes/cluster/mcp-odl-noha/init.yml index e0c642a9f..64b2a16f9 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-noha/init.yml +++ b/mcp/reclass/classes/cluster/mcp-odl-noha/init.yml @@ -13,4 +13,4 @@ classes: parameters: _param: - opendaylight_service_host: ${_param:opnfv_opendaylight_server_node01_single_address} + opendaylight_service_host: ${_param:opnfv_opendaylight_server_node01_address} |