Merge "Update OpenDaylight version to Neon"
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 29 Jul 2019 06:14:19 +0000 (06:14 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 29 Jul 2019 06:14:19 +0000 (06:14 +0000)
mcp/config/scenario/defaults.yaml.j2
mcp/patches/salt-formula-neutron/0002-Align-packages-with-stein-reqs.patch [new file with mode: 0644]
mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml
mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2
mcp/scripts/lib_jump_deploy.sh

index 5dbf529..697a8f7 100644 (file)
@@ -73,6 +73,7 @@ x86_64:
         install:
           - salt-minion
           - epel-release
+          - git
     control:
       repo: ~
       pkg:
@@ -141,6 +142,7 @@ aarch64:
         install:
           - salt-minion
           - epel-release
+          - git
     control:
       repo: ~
       pkg:
diff --git a/mcp/patches/salt-formula-neutron/0002-Align-packages-with-stein-reqs.patch b/mcp/patches/salt-formula-neutron/0002-Align-packages-with-stein-reqs.patch
new file mode 100644 (file)
index 0000000..6dcd91a
--- /dev/null
@@ -0,0 +1,114 @@
+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
+: Copyright (c) 2019 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
+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
+From: Michael Polenchuk <mpolenchuk@mirantis.com>
+Date: Thu, 11 Jul 2019 11:52:53 +0400
+Subject: [PATCH] Align packages with stein reqs
+
+diff --git a/neutron/map.jinja b/neutron/map.jinja
+index 17cd5b3..ed1831a 100644
+--- a/neutron/map.jinja
++++ b/neutron/map.jinja
+@@ -11,7 +11,7 @@
+ {%- if os_family == "Debian" %}
+ {%- set compute_pkgs_ovn = ['ovn-common', 'ovn-host'] %}
+ {%- if pillar.neutron.compute is defined and pillar.neutron.compute.metadata is defined %}
+-{%- do compute_pkgs_ovn.extend(['neutron-common', 'python-networking-ovn', 'haproxy']) %}
++{%- do compute_pkgs_ovn.extend(['neutron-common', 'python3-networking-ovn', 'haproxy']) %}
+ {%- endif %}
+ {%- set linuxbridge_enabled = pillar.neutron.compute is defined and pillar.neutron.compute.get('backend', {}).get('mechanism', {}).get('lb', {}).get('driver', {}) == "linuxbridge" %}
+ {%- set vpp_enabled = 'vpp' in pillar.neutron.get('compute', {}).get('backend', {}).get('mechanism', []) %}
+@@ -22,7 +22,7 @@
+ {%- set pkgs_cmp = ['vpp-agent'] %}
+ {%- set services_cmp = ['vpp-agent'] %}
+ {%- else %}
+-{%- set pkgs_cmp = ['neutron-openvswitch-agent', 'python-pycadf'] %}
++{%- set pkgs_cmp = ['neutron-openvswitch-agent'] %}
+ {%- set services_cmp = ['neutron-openvswitch-agent'] %}
+ {%- endif %}
+ {%- endif %}
+@@ -33,7 +33,7 @@
+     'Debian': {
+         'pkgs': pkgs_cmp,
+         'pkgs_ovn': compute_pkgs_ovn,
+-        'pkgs_bagpipe': ['python-networking-bagpipe'],
++        'pkgs_bagpipe': ['python3-networking-bagpipe'],
+         'services': services_cmp,
+         'services_ovn': ['ovn-host'],
+         'dpdk': false,
+@@ -138,9 +138,9 @@
+ {%- set sfc_enabled = pillar.neutron.get('server', {}).get('sfc', {}).get('enabled', False) %}
+ {%- set wsgi_enabled = pillar.neutron.get('server', {}).get('wsgi', {}).get('enabled', False) %}
+-{%- set server_pkgs_list = ['python-neutron-lbaas'] %}
++{%- set server_pkgs_list = [] %}
+ {%- do server_pkgs_list.append('uwsgi-plugin-python' if wsgi_enabled else 'neutron-server') %}
+-{%- do server_pkgs_list.append('python-networking-sfc') if sfc_enabled %}
++{%- do server_pkgs_list.append('python3-networking-sfc') if sfc_enabled %}
+ {%- set server_services_list = ['neutron-server'] %}
+ {%- do server_services_list.append('neutron-rpc-server') if wsgi_enabled %}
+@@ -152,11 +152,11 @@
+     'BaseDefaults': default_params,
+     'Debian': {
+         'pkgs': server_pkgs_list,
+-        'pkgs_ovn': ['python-networking-ovn', 'ovn-common', 'ovn-central'],
++        'pkgs_ovn': ['python3-networking-ovn', 'ovn-common', 'ovn-central'],
+         'pkgs_ml2': ['neutron-plugin-ml2'],
+-        'pkgs_l2gw': ['python-networking-l2gw'],
+-        'pkgs_bgpvpn': ['python-networking-bgpvpn'],
+-        'pkgs_bagpipe': ['python-networking-bagpipe'],
++        'pkgs_l2gw': ['python3-networking-l2gw'],
++        'pkgs_bgpvpn': ['python3-networking-bgpvpn'],
++        'pkgs_bagpipe': ['python3-networking-bagpipe'],
+         'services': server_services_list,
+         'services_ovn': ['openvswitch-switch', 'ovn-central'],
+         'notification': {},
+@@ -204,7 +204,7 @@
+ {% set client = salt['grains.filter_by']({
+     'Debian': {
+-        'pkgs': ['python-neutronclient'],
++        'pkgs': ['python3-neutronclient'],
+         'enabled': false
+     },
+     'RedHat': {
+diff --git a/neutron/opendaylight/client.sls b/neutron/opendaylight/client.sls
+index fb5829f..be9aff6 100644
+--- a/neutron/opendaylight/client.sls
++++ b/neutron/opendaylight/client.sls
+@@ -4,7 +4,7 @@
+ {%- from "neutron/map.jinja" import compute as neutron with context %}
+ {%- endif %}
+-python-networking-odl:
++python3-networking-odl:
+   pkg.installed
+ {%- if not grains.get('noservices', False) %}
+@@ -31,6 +31,6 @@ neutron_odl_ovs_hostconfig:
+   cmd.run:
+   - name: 'neutron-odl-ovs-hostconfig {{ ovs_hostconfig|join(' ') }}'
+   - require:
+-    - pkg: python-networking-odl
++    - pkg: python3-networking-odl
+ {%- endif %}
+diff --git a/neutron/server.sls b/neutron/server.sls
+index 99bbdef..692e0ce 100644
+--- a/neutron/server.sls
++++ b/neutron/server.sls
+@@ -115,7 +115,7 @@ ml2_plugin_link:
+ {%- endif %}
+ {%- if server.backend.get('opendaylight', False) %}
+-python-networking-odl:
++python3-networking-odl:
+   pkg.installed:
+   - require_in:
+     - pkg: neutron_server_packages
index 4bf8ab3..e2de54d 100644 (file)
@@ -34,7 +34,7 @@ parameters:
               package: 'mysql-common'
             20:
               enabled: true
-              pin: 'release o=Mirantis'
+              pin: 'release o=Mirantis,l=openstack-rocky-nightly'
               priority: 1
         mirantis_extra:
           # yamllint disable-line rule:line-length
index 504ee08..3d9dcf5 100644 (file)
@@ -85,10 +85,8 @@ parameters:
         volume_device_name: sdc
       pkgs:
         - keystone
-        - python-psycopg2
-        - python-mysqldb
-        - python-openstackclient
-        - python-tornado
+        - python3-memcache
+        - python3-openstackclient
     client:
       enabled: true
       resources:
@@ -210,8 +208,6 @@ parameters:
       global_physnet_mtu: ${_param:interface_mtu}
       backend:
         external_mtu: ${_param:interface_mtu}
-      pkgs:
-        - neutron-server
 {%- if '-bgpvpn-' in conf.MCP_DEPLOY_SCENARIO %}
       bgp_vpn:
         enabled: True
index 40910f4..24fc4ee 100644 (file)
@@ -143,8 +143,6 @@ function __mount_image {
     sudo umount -l "${OPNFV_MNT_DIR}"
     # AArch64 CentOS cloud image has root partition at index 4 instead of 1
     sudo mount "${OPNFV_MAP_DEV/p1/p4}" "${OPNFV_MNT_DIR}"
-    sudo sed -i -e 's/^\(SELINUX\)=.*$/\1=permissive/g' \
-      "${OPNFV_MNT_DIR}/etc/selinux/config"
   else
     # grub-update does not like /dev/nbd*, so use a loop device to work around it
     sudo losetup "${OPNFV_LOOP_DEV}" "${OPNFV_MAP_DEV}"
@@ -170,6 +168,9 @@ function __mount_image {
     sudo chroot "${OPNFV_MNT_DIR}" apt --assume-yes purge nplan netplan.io
     echo "source /etc/network/interfaces.d/*" | \
       sudo tee "${OPNFV_MNT_DIR}/etc/network/interfaces"
+  elif [[ "${MCP_OS:-}" =~ centos ]]; then
+    sudo sed -i -e 's/^\(SELINUX\)=.*$/\1=permissive/g' \
+      "${OPNFV_MNT_DIR}/etc/selinux/config"
   fi
   sudo cp -f --remove-destination \
     /etc/resolv.conf "${OPNFV_MNT_DIR}/etc/resolv.conf"