From 5c56cbad4b65d69ec0b23042ee194e30d1234200 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 16 Nov 2017 15:39:11 +0400 Subject: Bring in ovn based scenario OVN based scenario doesn't require conventional gateway node since connectivity to external networks and routing occurs on compute nodes. Change-Id: I81e0d497170d5ffb067adf13b0e46290525f26a6 Signed-off-by: Michael Polenchuk --- mcp/config/states/neutron_gateway | 12 ++++++++++++ mcp/config/states/openstack_noha | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100755 mcp/config/states/neutron_gateway (limited to 'mcp/config/states') diff --git a/mcp/config/states/neutron_gateway b/mcp/config/states/neutron_gateway new file mode 100755 index 000000000..77b1167de --- /dev/null +++ b/mcp/config/states/neutron_gateway @@ -0,0 +1,12 @@ +#!/bin/bash -e +############################################################################## +# Copyright (c) 2017 Mirantis Inc., Enea AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +CI_DEBUG=${CI_DEBUG:-0}; [[ "${CI_DEBUG}" =~ (false|0) ]] || set -x + +salt -I 'neutron:gateway' state.sls neutron diff --git a/mcp/config/states/openstack_noha b/mcp/config/states/openstack_noha index 1578dcffc..0a278760d 100755 --- a/mcp/config/states/openstack_noha +++ b/mcp/config/states/openstack_noha @@ -39,7 +39,6 @@ salt -I 'cinder:controller' state.sls cinder salt -I 'cinder:volume' state.sls cinder salt -I 'neutron:server' state.sls neutron -salt -I 'neutron:gateway' state.sls neutron salt -I 'nova:compute' state.sls nova -- cgit 1.2.3-korg