From 1479237a8e84add965f2331ae1369f07dd8dafc3 Mon Sep 17 00:00:00 2001 From: Guillermo Herrero Date: Tue, 22 May 2018 14:42:02 +0200 Subject: [ha] Add OVN scenario JIRA: FUEL-329 Change-Id: I46c7dbc791441c6b069a0d56373ff98a32a57e60 Signed-off-by: Guillermo Herrero --- mcp/config/states/openstack_ha | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mcp/config/states/openstack_ha') diff --git a/mcp/config/states/openstack_ha b/mcp/config/states/openstack_ha index f08090425..99374c583 100755 --- a/mcp/config/states/openstack_ha +++ b/mcp/config/states/openstack_ha @@ -50,6 +50,9 @@ wait_for 3.0 "salt -I 'cinder:volume' state.sls cinder" salt -I 'neutron:server' state.sls neutron -b 1 salt -I 'neutron:gateway' state.sls neutron.gateway +if salt 'cmp*' match.pillar 'neutron:compute' --out yaml --static | grep -q -e "true" ; then + salt -I 'neutron:compute' state.sls neutron.compute +fi salt -I 'nova:compute' state.sls nova -- cgit 1.2.3-korg