Use Queens UCA for nova-multiattach job

The dependent change to devstack makes devstack use the
Queens Ubuntu Cloud Archive which has libvirt 4.0.0 so we
can remove the flag from the job which disabled the UCA
in devstack since the versions of qemu and libvirt in the
Pike UCA wouldn't work for multiattach.

This also allows us to make the job voting and gating again.

Closes-Bug: #1763382

Depends-On: https://review.openstack.org/554314
Depends-On: https://review.openstack.org/560931
Change-Id: I0962474ff6dfc5fa97670c09a1af97a0f34cd54f
This commit is contained in:
Matt Riedemann 2018-03-19 14:34:04 -04:00
parent 406c9d13db
commit 483531ba33
2 changed files with 2 additions and 7 deletions

View File

@ -92,14 +92,9 @@
Run tempest integration tests with volume multiattach support enabled. Run tempest integration tests with volume multiattach support enabled.
This job will only work starting with Queens. This job will only work starting with Queens.
It uses the default Cinder volume type in devstack (lvm) and the It uses the default Cinder volume type in devstack (lvm) and the
default compute driver in devstack (libvirt). It also disables the default compute driver in devstack (libvirt).
Pike Ubuntu Cloud Archive because volume multiattach support with
the libvirt driver only works with qemu<2.10 or libvirt>=3.10 which
won't work with the Pike UCA.
run: playbooks/legacy/nova-multiattach/run.yaml run: playbooks/legacy/nova-multiattach/run.yaml
post-run: playbooks/legacy/nova-multiattach/post.yaml post-run: playbooks/legacy/nova-multiattach/post.yaml
# TODO(mriedem): Make this job voting and gating once bug 1763382 is fixed.
voting: false
- job: - job:
name: nova-next name: nova-next
@ -127,6 +122,7 @@
gate: gate:
jobs: jobs:
- nova-cells-v1 - nova-cells-v1
- nova-multiattach
- nova-next - nova-next
- nova-tox-functional - nova-tox-functional
- nova-tox-functional-py35 - nova-tox-functional-py35

View File

@ -30,7 +30,6 @@
cat << 'EOF' >>"/tmp/dg-local.conf" cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]] [[local|localrc]]
ENABLE_VOLUME_MULTIATTACH=True ENABLE_VOLUME_MULTIATTACH=True
ENABLE_UBUNTU_CLOUD_ARCHIVE=False
EOF EOF
executable: /bin/bash executable: /bin/bash