From fc614ec1a3a6d10d75af46cd7915fbc0e45ffcc3 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 17 Aug 2016 17:12:26 +0200 Subject: Ironic: add missing haproxy and firewall configuration Make sure Ironic API listens on a different IP than HAProxy. Also open firewall ports for Ironic API and TFTP. Change-Id: I9d843e76adcdb1085fd1e9fb7408a2387909382b --- puppet/services/haproxy.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/services/haproxy.yaml') diff --git a/puppet/services/haproxy.yaml b/puppet/services/haproxy.yaml index 8ac669a9..c0e1c113 100644 --- a/puppet/services/haproxy.yaml +++ b/puppet/services/haproxy.yaml @@ -75,6 +75,7 @@ outputs: tripleo::haproxy::heat_cloudwatch: true tripleo::haproxy::heat_cfn: true tripleo::haproxy::horizon: true + tripleo::haproxy::ironic: true tripleo::haproxy::haproxy_log_address: {get_param: HAProxySyslogAddress} tripleo::haproxy::haproxy_stats_user: {get_param: HAProxyStatsUser} tripleo::haproxy::haproxy_stats_password: {get_param: HAProxyStatsPassword} -- cgit 1.2.3-korg