aboutsummaryrefslogtreecommitdiffstats
path: root/mcp
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-09-21 17:49:56 +0400
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-22 16:00:27 +0000
commit0448121a5e0a3c1667e1af61fcfb8a51b17fdcfd (patch)
tree42ffafbe32539fde9b6ef1bd69ff77f4a494cd3a /mcp
parent2e9fbb20072005831fe96af94b8d1495f5eb30ab (diff)
[virtual] Alter haproxy entry type of odl rest api
Change-Id: Iedb9a57f7ed4b7483bf629225fb2f3470e7de97e Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 80024618fbda8422ba758d667073ad07c6f69542)
Diffstat (limited to 'mcp')
-rw-r--r--mcp/reclass/classes/cluster/virtual-mcp-ocata-odl-router/openstack/control.yml6
1 files changed, 3 insertions, 3 deletions
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}