kolla-ansible/zuul.d/nodesets.yaml
Marcin Juszkiewicz 352f91ac10 ubuntu: move to 20.04 Focal
There is a time once every 2 years when ubuntu team releases new LTS
release. And then UCA joins with binary packages for current OpenStack
development cycle.

It is this time for Ubuntu 20.04 'focal'.

Includes CI fix to pass:

[CI] Temporarily block new Ansible

The proper fix [1] needs fixing older branches before newer.
This one allows to fix CI first, in the usual order.

To revert after [1] gets merged in all relevant branches.

[1] https://review.opendev.org/745648

Old-Change-Id: Ifbd37d8addd4322773118e2e9d46494741a8ae66
Related-Bug: #1891145

Depends-on: https://review.opendev.org/#/c/738994/
Change-Id: Ib8b70ee40ec2d19509cc84c0f530612f81907721
Co-Authored-By: Radosław Piliszek <radoslaw.piliszek@gmail.com>
2020-08-11 13:55:01 +02:00

79 lines
1.5 KiB
YAML

---
- nodeset:
name: kolla-ansible-centos8
nodes:
- name: primary
label: centos-8
- nodeset:
name: kolla-ansible-debian
nodes:
- name: primary
label: debian-buster
- nodeset:
name: kolla-ansible-debian-aarch64
nodes:
- name: primary
label: debian-buster-arm64
- nodeset:
name: kolla-ansible-bionic
nodes:
- name: primary
label: ubuntu-bionic
- nodeset:
name: kolla-ansible-focal
nodes:
- name: primary
label: ubuntu-focal
- nodeset:
name: kolla-ansible-focal-multi
nodes:
- name: primary
label: ubuntu-focal
- name: secondary1
label: ubuntu-focal
- name: secondary2
label: ubuntu-focal
groups:
- name: switch
nodes:
- primary
- name: peers
nodes:
- secondary1
- secondary2
- nodeset:
name: kolla-ansible-centos8-multi
nodes:
- name: primary
label: centos-8
- name: secondary1
label: centos-8
- name: secondary2
label: centos-8
groups:
- name: switch
nodes:
- primary
- name: peers
nodes:
- secondary1
- secondary2
- nodeset:
name: kolla-ansible-focal-nested-virt
nodes:
- name: primary
label: nested-virt-ubuntu-focal
- nodeset:
name: kolla-ansible-centos8-nested-virt
nodes:
- name: primary
label: nested-virt-centos-8