From 5952972eca70eecff6ebef363f9453a34fbb856f Mon Sep 17 00:00:00 2001 From: Maksim Malchuk Date: Tue, 7 Jun 2016 14:51:58 +0300 Subject: [PATCH] Allow api-proxy to connect glare-api port 9494 for OSTF Change-Id: Idb5e573371a620ab5ec64b8bd2332d3b6f608acc Closes-Bug: #1589739 Signed-off-by: Maksim Malchuk --- .../puppet/osnailyfacter/manifests/api_proxy/api_proxy.pp | 2 +- tests/noop/spec/hosts/api-proxy/api-proxy_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/puppet/osnailyfacter/manifests/api_proxy/api_proxy.pp b/deployment/puppet/osnailyfacter/manifests/api_proxy/api_proxy.pp index 99fa68ac45..2aba3b55b2 100644 --- a/deployment/puppet/osnailyfacter/manifests/api_proxy/api_proxy.pp +++ b/deployment/puppet/osnailyfacter/manifests/api_proxy/api_proxy.pp @@ -4,7 +4,7 @@ class osnailyfacter::api_proxy::api_proxy { $max_header_size = hiera('max_header_size', '81900') $apache_api_proxy_ports = hiera('apache_api_proxy_ports', - ['443', '563', '5000', '6385', '8000', '8003', '8004', '8042', '8080', '8082', '8386', '8773', '8774', '8776', '8777', '9292', '9696']) + ['443', '563', '5000', '6385', '8000', '8003', '8004', '8042', '8080', '8082', '8386', '8773', '8774', '8776', '8777', '9292', '9494', '9696']) # Listen directives with host required for ip_based vhosts class { '::osnailyfacter::apache': diff --git a/tests/noop/spec/hosts/api-proxy/api-proxy_spec.rb b/tests/noop/spec/hosts/api-proxy/api-proxy_spec.rb index ca8a35b946..c0b8cf2641 100644 --- a/tests/noop/spec/hosts/api-proxy/api-proxy_spec.rb +++ b/tests/noop/spec/hosts/api-proxy/api-proxy_spec.rb @@ -17,7 +17,7 @@ describe manifest do end let(:ports) do - Noop.hiera('apache_api_proxy_ports', ['443', '563', '5000', '6385', '8000', '8003', '8004', '8042', '8080', '8082', '8386', '8773', '8774', '8776', '8777', '9292', '9696']) + Noop.hiera('apache_api_proxy_ports', ['443', '563', '5000', '6385', '8000', '8003', '8004', '8042', '8080', '8082', '8386', '8773', '8774', '8776', '8777', '9292', '9494', '9696']) end it {