Bring in ovn based scenario 35/47335/3
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 16 Nov 2017 11:39:11 +0000 (15:39 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 21 Dec 2017 13:57:21 +0000 (17:57 +0400)
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 <mpolenchuk@mirantis.com>
18 files changed:
mcp/config/scenario/virtual/os-nosdn-nofeature-noha.yaml
mcp/config/scenario/virtual/os-nosdn-ovs-noha.yaml
mcp/config/scenario/virtual/os-odl-nofeature-noha.yaml
mcp/config/scenario/virtual/os-ovn-nofeature-noha.yaml [new file with mode: 0644]
mcp/config/states/neutron_gateway [new file with mode: 0755]
mcp/config/states/openstack_noha
mcp/reclass/classes/cluster/virtual-mcp-pike-common-noha/openstack_compute.yml
mcp/reclass/classes/cluster/virtual-mcp-pike-odl-noha/openstack/compute.yml
mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/infra/config.yml [new file with mode: 0644]
mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/infra/init.yml [new file with mode: 0644]
mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/init.yml [new file with mode: 0644]
mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/compute.yml [new file with mode: 0644]
mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/control.yml [new file with mode: 0644]
mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/init.yml [new file with mode: 0644]
mcp/reclass/classes/cluster/virtual-mcp-pike-ovs-dpdk-noha/openstack/compute.yml
mcp/reclass/classes/cluster/virtual-mcp-pike-ovs-noha/openstack/compute.yml
mcp/reclass/classes/system
mcp/reclass/nodes/cfg01.virtual-mcp-pike-ovn-noha.local.yml [new file with mode: 0644]

index 57369a9..b35e66f 100644 (file)
@@ -10,6 +10,7 @@ cluster:
   domain: virtual-mcp-pike-ovs-noha.local
   states:
     - openstack_noha
+    - neutron_gateway
     - neutron_compute
     - networks
 virtual:
index 7be0fd8..e3cd3db 100644 (file)
@@ -11,6 +11,7 @@ cluster:
   states:
     - dpdk
     - openstack_noha
+    - neutron_gateway
     - neutron_compute
     - networks
 virtual:
index 5d114ed..cef4127 100644 (file)
@@ -11,6 +11,7 @@ cluster:
   states:
     - opendaylight
     - openstack_noha
+    - neutron_gateway
     - networks
 virtual:
   nodes:
diff --git a/mcp/config/scenario/virtual/os-ovn-nofeature-noha.yaml b/mcp/config/scenario/virtual/os-ovn-nofeature-noha.yaml
new file mode 100644 (file)
index 0000000..d69f978
--- /dev/null
@@ -0,0 +1,29 @@
+##############################################################################
+# 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
+##############################################################################
+---
+cluster:
+  domain: virtual-mcp-pike-ovn-noha.local
+  states:
+    - openstack
+    - neutron_compute
+    - networks
+virtual:
+  nodes:
+    - cfg01
+    - ctl01
+    - cmp01
+    - cmp02
+  ctl01:
+    vcpus: 4
+    ram: 14336
+  cmp01:
+    vcpus: 4
+    ram: 8192
+  cmp02:
+    vcpus: 4
+    ram: 8192
diff --git a/mcp/config/states/neutron_gateway b/mcp/config/states/neutron_gateway
new file mode 100755 (executable)
index 0000000..77b1167
--- /dev/null
@@ -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
index 1578dcf..0a27876 100755 (executable)
@@ -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
 
index 35c23fe..da933dc 100644 (file)
@@ -10,7 +10,6 @@ classes:
   - system.linux.storage.loopback
   - service.nfs.client
   - system.nova.compute.single
-  - service.neutron.compute.single
   - service.cinder.volume.single
   - system.cinder.volume.backend.lvm
   - system.ceilometer.agent.cluster
index 6b2ca8e..4c42b58 100644 (file)
@@ -7,6 +7,7 @@
 ##############################################################################
 ---
 classes:
+  - service.neutron.compute.single
   - cluster.virtual-mcp-pike-common-noha.openstack_compute
   - cluster.virtual-mcp-pike-odl-noha
 parameters:
diff --git a/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/infra/config.yml b/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/infra/config.yml
new file mode 100644 (file)
index 0000000..4d0a772
--- /dev/null
@@ -0,0 +1,11 @@
+##############################################################################
+# 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
+##############################################################################
+---
+classes:
+  - cluster.virtual-mcp-pike-common-noha.infra.config
+  - cluster.virtual-mcp-pike-ovn-noha
diff --git a/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/infra/init.yml b/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/infra/init.yml
new file mode 100644 (file)
index 0000000..5a79add
--- /dev/null
@@ -0,0 +1,14 @@
+##############################################################################
+# 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
+##############################################################################
+---
+classes:
+  - cluster.virtual-mcp-pike-common-noha.infra
+
+parameters:
+  _param:
+    cluster_name: virtual-mcp-pike-ovn-noha
diff --git a/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/init.yml b/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/init.yml
new file mode 100644 (file)
index 0000000..0fd6fa7
--- /dev/null
@@ -0,0 +1,14 @@
+##############################################################################
+# 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
+##############################################################################
+---
+classes:
+  - system.linux.system.single
+  - cluster.all-mcp-arch-common
+  - cluster.virtual-mcp-pike-common-noha.init_options
+  - cluster.virtual-mcp-pike-ovn-noha.infra
+  - cluster.virtual-mcp-pike-ovn-noha.openstack
diff --git a/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/compute.yml b/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/compute.yml
new file mode 100644 (file)
index 0000000..a08c652
--- /dev/null
@@ -0,0 +1,49 @@
+##############################################################################
+# 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
+##############################################################################
+---
+classes:
+  - service.neutron.compute.ovn.single
+  - cluster.virtual-mcp-pike-common-noha.openstack_compute
+  - cluster.virtual-mcp-pike-ovn-noha
+parameters:
+  linux:
+    network:
+      interface:
+        external_interface:
+          enabled: true
+          name: ${_param:external_interface}
+          mtu: ${_param:interface_mtu}
+          proto: manual
+          type: eth
+        br-mesh:
+          enabled: true
+          type: bridge
+          proto: static
+          address: ${_param:tenant_address}
+          netmask: 255.255.255.0
+          use_interfaces:
+            - ${_param:tenant_interface}
+        br-floating:
+          enabled: true
+          type: ovs_bridge
+          mtu: ${_param:interface_mtu}
+        float-to-ex:
+          enabled: true
+          type: ovs_port
+          mtu: ${_param:interface_mtu}
+          bridge: br-floating
+        br-ex:
+          enabled: true
+          type: bridge
+          mtu: ${_param:interface_mtu}
+          address: ${_param:external_address}
+          netmask: 255.255.255.0
+          use_interfaces:
+            - ${_param:external_interface}
+          use_ovs_ports:
+            - float-to-ex
diff --git a/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/control.yml b/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/control.yml
new file mode 100644 (file)
index 0000000..59c0007
--- /dev/null
@@ -0,0 +1,12 @@
+##############################################################################
+# 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
+##############################################################################
+---
+classes:
+  - system.neutron.control.ovn.single
+  - cluster.virtual-mcp-pike-common-noha.openstack_control
+  - cluster.virtual-mcp-pike-ovn-noha
diff --git a/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/init.yml b/mcp/reclass/classes/cluster/virtual-mcp-pike-ovn-noha/openstack/init.yml
new file mode 100644 (file)
index 0000000..8ae6607
--- /dev/null
@@ -0,0 +1,10 @@
+##############################################################################
+# 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
+##############################################################################
+---
+classes:
+  - cluster.virtual-mcp-pike-common-noha.openstack_init
index 0f53477..819fa5e 100644 (file)
@@ -9,6 +9,7 @@
 classes:
   - system.nova.compute.nfv.hugepages
   - system.neutron.compute.nfv.dpdk
+  - service.neutron.compute.single
   - cluster.virtual-mcp-pike-common-noha.openstack_compute
   - cluster.virtual-mcp-pike-ovs-dpdk-noha
 parameters:
index 11e0d52..52edf87 100644 (file)
@@ -7,6 +7,7 @@
 ##############################################################################
 ---
 classes:
+  - service.neutron.compute.single
   - cluster.virtual-mcp-pike-common-noha.openstack_compute
   - cluster.virtual-mcp-pike-ovs-noha
 parameters:
index f3ef0fc..426fec4 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f3ef0fc2b794c7cf648f4be884954b827efe16f2
+Subproject commit 426fec4fa187be968eaf57374c956a361aa65411
diff --git a/mcp/reclass/nodes/cfg01.virtual-mcp-pike-ovn-noha.local.yml b/mcp/reclass/nodes/cfg01.virtual-mcp-pike-ovn-noha.local.yml
new file mode 100644 (file)
index 0000000..fb40f65
--- /dev/null
@@ -0,0 +1,18 @@
+##############################################################################
+# 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
+##############################################################################
+---
+classes:
+  - cluster.virtual-mcp-pike-ovn-noha.infra.config
+parameters:
+  _param:
+    linux_system_codename: xenial
+    reclass_data_revision: master
+  linux:
+    system:
+      name: cfg01
+      domain: virtual-mcp-pike-ovn-noha.local