From eb4645206d6d74992fca3b8726ee2eebca97205f Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 10 Nov 2017 16:58:06 +0400 Subject: Apply apache state on proxy nodes Apache module will take care of ports.conf file to prevent bind socket conflict between apache & nginx services. Change-Id: Ia76ec356002e1db0dabd20d8f355a1b16fc07b30 Signed-off-by: Michael Polenchuk --- mcp/config/states/openstack_ha | 1 + 1 file changed, 1 insertion(+) (limited to 'mcp/config/states/openstack_ha') diff --git a/mcp/config/states/openstack_ha b/mcp/config/states/openstack_ha index e816a9dcc..c3a51a85a 100755 --- a/mcp/config/states/openstack_ha +++ b/mcp/config/states/openstack_ha @@ -63,6 +63,7 @@ salt -I 'ceilometer:server' state.sls ceilometer salt -I 'ceilometer:agent' state.sls ceilometer salt -I 'horizon:server' state.sls horizon +salt -I 'apache:server' state.sls apache salt -I 'nginx:server' state.sls nginx clstr_vip_addr=$(salt -C 'I@nginx:server and *01*' --out=yaml \ -- cgit 1.2.3-korg