diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-11-26 18:03:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-26 18:03:16 +0000 |
commit | f7ce946f865fa4172748d85a335a811e6546355d (patch) | |
tree | 05e77608207adaafdc58373b775c64780af84654 /mcp | |
parent | 01fcac4addbba9276a54845e385c7bcdd8a140df (diff) | |
parent | 7def8805687caef0fedc34fe0c27ce7a01b110bc (diff) |
Merge "[ha] odl: Set _param:cluster_vip_address"
Diffstat (limited to 'mcp')
-rw-r--r-- | mcp/salt-formulas/salt-formula-opendaylight/metadata/service/server/cluster.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/salt-formulas/salt-formula-opendaylight/metadata/service/server/cluster.yml b/mcp/salt-formulas/salt-formula-opendaylight/metadata/service/server/cluster.yml index a310fa3e8..3b57ea332 100644 --- a/mcp/salt-formulas/salt-formula-opendaylight/metadata/service/server/cluster.yml +++ b/mcp/salt-formulas/salt-formula-opendaylight/metadata/service/server/cluster.yml @@ -14,8 +14,8 @@ classes: parameters: _param: opendaylight_version: fluorine + cluster_vip_address: ${_param:opendaylight_service_host} keepalived_vip_virtual_router_id: 199 - keepalived_vip_address: ${_param:opendaylight_service_host} keepalived_vip_password: ${_param:opnfv_main_password} keepalived_vip_interface: ${_param:single_nic} haproxy_odl_api_check_params: check inter 20s fastinter 2s |