From: Juan Antonio Osorio Robles Date: Wed, 21 Oct 2015 10:28:35 +0000 (+0300) Subject: Resolve repeated ports for ssl frontends X-Git-Tag: opnfv-6.0.0~834^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=608fc01920bbabc23a6c2c5dde11170b98f92774;p=apex-puppet-tripleo.git Resolve repeated ports for ssl frontends keystone and heat_cfn were listening on the same port if SSL is enabled inm the load balancer. Change-Id: I099119198ebf3322a783581f0c6758417e705a2e --- diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 2bfc83b..fe76083 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -586,7 +586,7 @@ class tripleo::loadbalancer ( } $heat_cfn_bind_opts = { "${heat_api_vip}:8000" => [], - "${public_virtual_ip}:13000" => ['ssl', 'crt', $heat_bind_certificate], + "${public_virtual_ip}:13800" => ['ssl', 'crt', $heat_bind_certificate], } } else { $heat_bind_opts = {