From c7410f20ae678809c9cf91af284f8c07deb4ead9 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 22 Aug 2017 11:05:41 -0500 Subject: removing the public gateway addition code as it was added because ealier juju was not supported with multiple network space. Change-Id: I9fc3017c90b8ecdf9a6a1563056dad37d995ca0e Signed-off-by: Narinder Gupta --- ci/config_tpl/public-api-proxy.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ci/config_tpl/public-api-proxy.yaml (limited to 'ci/config_tpl/public-api-proxy.yaml') diff --git a/ci/config_tpl/public-api-proxy.yaml b/ci/config_tpl/public-api-proxy.yaml deleted file mode 100644 index 02299aec..00000000 --- a/ci/config_tpl/public-api-proxy.yaml +++ /dev/null @@ -1,14 +0,0 @@ - haproxy: - charm: "local:{{ opnfv.distro }}/haproxy" - num_units: 1 - options: - services: |- -{% for service in public_api_services.values() %} - - service_name: {{ service.name }} - service_host: {{ public_api_ip }} - service_port: {{ service.port }} - service_options: [mode http, balance leastconn] - servers: [[{{ service.name }}, {{ service.ip }}, {{ service.port }}, 'maxconn 100 cookie S0 check']] -{% endfor %} - to: - - "nodes=0" -- cgit 1.2.3-korg