[odl] Remove unused connecter/port from proxy 55/57055/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Sat, 28 Apr 2018 09:40:53 +0000 (13:40 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 4 May 2018 11:46:29 +0000 (11:46 +0000)
Change-Id: I7a880c0a011d6f5f4a7e2d8c8309871b1c290235
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit d97b19bdde59600f588b1e6aca52a6d1962f8778)

mcp/reclass/classes/cluster/mcp-pike-odl-ha/openstack/proxy.yml
mcp/reclass/classes/cluster/mcp-pike-odl-noha/openstack/control.yml

index cd1ae90..3c6b3a2 100644 (file)
@@ -14,18 +14,6 @@ parameters:
   nginx:
     server:
       site:
-        nginx_proxy_opendaylight_web:
-          enabled: true
-          type: nginx_proxy
-          name: opendaylight_web
-          check: false
-          proxy:
-            host: ${_param:opendaylight_service_host}
-            port: 8181
-            protocol: http
-          host:
-            name: ${_param:nginx_proxy_openstack_api_host}
-            port: 8181
         nginx_proxy_opendaylight_rest:
           enabled: true
           type: nginx_proxy
index 5bc0f24..4c48d07 100644 (file)
@@ -14,17 +14,6 @@ parameters:
   haproxy:
     proxy:
       listen:
-        opendaylight-web:
-          type: general-service
-          service_name: opendaylight
-          binds:
-            - address: ${_param:cluster_vip_address}
-              port: 8181
-          servers:
-            - name: odl01
-              host: ${_param:opendaylight_service_host}
-              port: 8181
-              params: ${_param:haproxy_check}
         opendaylight-rest:
           type: general-service
           service_name: opendaylight