Merge "Migrate tacker legacy jobs to Ubuntu Bionic"

This commit is contained in:
Zuul 2019-03-18 05:32:57 +00:00 committed by Gerrit Code Review
commit 3a27cc50a6
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
- nodeset:
name: openstack-multi-nodes
name: openstack-2-nodes
nodes:
- name: controller
label: ubuntu-xenial
label: ubuntu-bionic
- name: compute1
label: ubuntu-xenial
label: ubuntu-bionic
groups:
# Nodes running the compute service
- name: compute
@ -29,7 +29,7 @@
parent: devstack
description: |
Base multinodes job for devstack-based functional tests
nodeset: openstack-multi-nodes
nodeset: openstack-2-nodes
pre-run: playbooks/devstack/pre.yaml
run: playbooks/devstack/run.yaml
post-run: playbooks/devstack/post.yaml