From 88ced915bb33c6ab8223f0677108bfbb8fc9d7f3 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Wed, 15 Jul 2020 12:10:29 +0300 Subject: [PATCH] Add cinder-plugin-ceph-tempest-mn-aa job A new job deploys Cinder+Ceph in Active/Active HA mode and runs tempest tests to verify it works. Change-Id: I9ccded0f2be1c0769017443e39227e0c4d9e22ff --- .zuul.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index cd9dd1523a0..0cb4267cba7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -48,6 +48,8 @@ - ^setup.cfg$ - ^tools/.*$ - ^tox.ini$ + - cinder-plugin-ceph-tempest-mn-aa: + voting: false - cinder-tempest-plugin-lvm-lio-barbican: irrelevant-files: *functional-irrelevant-files - cinder-grenade-mn-sub-volbak: @@ -158,6 +160,30 @@ volume-feature-enabled: volume_revert: True +- job: + name: cinder-plugin-ceph-tempest-mn-aa + nodeset: openstack-two-node-bionic + parent: devstack-plugin-ceph-tempest-py3 + roles: + - zuul: opendev.org/openstack/cinderlib + - zuul: opendev.org/openstack/cinder-tempest-plugin + run: playbooks/tempest-and-cinderlib-run.yaml + post-run: playbooks/post-cinderlib.yaml + required-projects: + - opendev.org/openstack/cinderlib + vars: + zuul_additional_subunit_dirs: + - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" + devstack_local_conf: + post-config: + $CINDER_CONF: + DEFAULT: + cluster: ceph + test-config: + $TEMPEST_CONFIG: + volume-feature-enabled: + volume_revert: True + - job: name: cinder-grenade-mn-sub-bak parent: grenade-multinode