From: Michael Polenchuk Date: Thu, 21 Sep 2017 13:49:56 +0000 (+0400) Subject: [virtual] Alter haproxy entry type of odl rest api X-Git-Tag: opnfv-6.0.0~360 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=80024618fbda8422ba758d667073ad07c6f69542;p=fuel.git [virtual] Alter haproxy entry type of odl rest api Change-Id: Iedb9a57f7ed4b7483bf629225fb2f3470e7de97e Signed-off-by: Michael Polenchuk --- diff --git a/mcp/reclass/classes/cluster/virtual-mcp-ocata-odl-router/openstack/control.yml b/mcp/reclass/classes/cluster/virtual-mcp-ocata-odl-router/openstack/control.yml index 5358db4db..729b2f903 100644 --- a/mcp/reclass/classes/cluster/virtual-mcp-ocata-odl-router/openstack/control.yml +++ b/mcp/reclass/classes/cluster/virtual-mcp-ocata-odl-router/openstack/control.yml @@ -17,18 +17,18 @@ parameters: - address: ${_param:cluster_vip_address} port: 8181 servers: - - name: ctl01 + - name: odl01 host: ${_param:opendaylight_service_host} port: 8181 params: ${_param:haproxy_check} opendaylight-rest: - type: openstack-service + type: general-service service_name: opendaylight binds: - address: ${_param:cluster_vip_address} port: 8282 servers: - - name: ctl01 + - name: odl01 host: ${_param:opendaylight_service_host} port: 8282 params: ${_param:haproxy_check}