From f021e694f6cae29d245f8455daad8d608d6af1ae Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 22 Aug 2017 15:22:34 +0400 Subject: Configure neutron gateway Change-Id: I01744bd5728d6fc4c8cd3792aee9759434d18645 Signed-off-by: Michael Polenchuk --- .../openstack/gateway.yml | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/openstack/gateway.yml (limited to 'mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/openstack/gateway.yml') diff --git a/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/openstack/gateway.yml b/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/openstack/gateway.yml deleted file mode 100644 index b9dcf724b..000000000 --- a/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/openstack/gateway.yml +++ /dev/null @@ -1,54 +0,0 @@ -classes: -- system.linux.system.repo.mcp.openstack -- system.linux.system.repo.mcp.extra -- system.linux.system.repo.saltstack.xenial -- system.neutron.gateway.cluster -- cluster.baremetal-mcp-ocata-ovs-ha.infra -parameters: - _param: - interface_mtu: 1500 - cluster_vip_address: ${_param:openstack_control_address} - - linux_system_codename: xenial - keepalived_vip_interface: br-ctl - keepalived_vip_virtual_router_id: 69 - primary_first_nic: eno2 - linux: - network: - bridge: openvswitch - interface: - primary_first_nic: - enabled: true - type: slave - proto: manual - name: ${_param:primary_first_nic} - master: bond0 - bond0: - enabled: true - proto: manual - ovs_bridge: br-floating - ovs_type: OVSPort - type: bond - use_interfaces: - - ${_param:primary_first_nic} - slaves: ${_param:primary_first_nic} - mode: active-backup - br-floating: - enabled: true - type: ovs_bridge - br-ctl: - enabled: true - type: ovs_port - bridge: br-floating - proto: static - ovs_options: tag=2408 - address: ${_param:single_address} - netmask: 255.255.255.0 - br-mesh: - enabled: true - type: ovs_port - bridge: br-floating - proto: static - ovs_options: tag=2409 - address: ${_param:tenant_address} - netmask: 255.255.255.0 -- cgit 1.2.3-korg