commit 9711e8fc3bc1f088688d155f879c4743726abd80 Author: Dmitriy Rabotyagov Date: Tue Sep 22 18:13:30 2020 +0300 Fix focal ceph jobs This aims to fix focal ceph jobs and also replace bionic jobs in project-template Change-Id: I892ece511f0e070e4e4f6284a2c11b3129c0261b (cherry picked from commit ed5ecab20bbf9bfa9668a53fc10586b3dc0c8c29) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index 6e140ef..6c61d7e 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -271,7 +271,7 @@ - name: ceph-ansible scm: git src: https://github.com/ceph/ceph-ansible - version: c0654fa37afb2b2372c50daa43784ef52c8e8ceb + version: f996a232d78357e1538894e9195361c4755bd96f trackbranch: None - name: opendaylight scm: git diff --git a/inventory/group_vars/ceph_all.yml b/inventory/group_vars/ceph_all.yml index 7d111c7..591ee6e 100644 --- a/inventory/group_vars/ceph_all.yml +++ b/inventory/group_vars/ceph_all.yml @@ -32,7 +32,7 @@ ceph_conf_overrides: "{{ (ceph_conf_overrides_rgw | default({})) | combine(ceph_ # needed. nfs_file_gw: "{{ (('ceph-nfs' in groups) and ('ceph-mds' in groups)) }}" nfs_obj_gw: False -nfs_ganesha_stable: "{{ (ansible_distribution_release != 'bionic') }}" +nfs_ganesha_stable: "{{ (ansible_distribution_release not in ['bionic', 'focal']) }}" # NTP in an OSA environment is handled by ansible-hardening using chrony # ceph-ansible's default enabling of ntpd conflicts with the OSA defaults diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 91ed09e..57c41ef 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -142,16 +142,13 @@ name: openstack-ansible-deploy-ceph-jobs check: jobs: - - openstack-ansible-deploy-aio_ceph-ubuntu-bionic - - openstack-ansible-deploy-aio_ceph-ubuntu-focal: - voting: false + - openstack-ansible-deploy-aio_ceph-ubuntu-focal gate: jobs: - - openstack-ansible-deploy-aio_ceph-ubuntu-bionic + - openstack-ansible-deploy-aio_ceph-ubuntu-focal periodic: jobs: - - openstack-ansible-deploy-aio_ceph-ubuntu-bionic - - openstack-ansible-upgrade-aio_ceph-ubuntu-bionic + - openstack-ansible-deploy-aio_ceph-ubuntu-focal - project-template: name: openstack-ansible-deploy-proxy-jobs