Merge "Switch devstack nodeset to Ubuntu 22.04 (jammy)"
This commit is contained in:
commit
2795e8215d
54
.zuul.yaml
54
.zuul.yaml
@ -168,6 +168,36 @@
|
|||||||
nodes:
|
nodes:
|
||||||
- compute1
|
- compute1
|
||||||
|
|
||||||
|
- nodeset:
|
||||||
|
name: openstack-two-node-jammy
|
||||||
|
nodes:
|
||||||
|
- name: controller
|
||||||
|
label: ubuntu-jammy
|
||||||
|
- name: compute1
|
||||||
|
label: ubuntu-jammy
|
||||||
|
groups:
|
||||||
|
# Node where tests are executed and test results collected
|
||||||
|
- name: tempest
|
||||||
|
nodes:
|
||||||
|
- controller
|
||||||
|
# Nodes running the compute service
|
||||||
|
- name: compute
|
||||||
|
nodes:
|
||||||
|
- controller
|
||||||
|
- compute1
|
||||||
|
# Nodes that are not the controller
|
||||||
|
- name: subnode
|
||||||
|
nodes:
|
||||||
|
- compute1
|
||||||
|
# Switch node for multinode networking setup
|
||||||
|
- name: switch
|
||||||
|
nodes:
|
||||||
|
- controller
|
||||||
|
# Peer nodes for multinode networking setup
|
||||||
|
- name: peers
|
||||||
|
nodes:
|
||||||
|
- compute1
|
||||||
|
|
||||||
- nodeset:
|
- nodeset:
|
||||||
name: openstack-two-node-focal
|
name: openstack-two-node-focal
|
||||||
nodes:
|
nodes:
|
||||||
@ -455,7 +485,7 @@
|
|||||||
description: |
|
description: |
|
||||||
Minimal devstack base job, intended for use by jobs that need
|
Minimal devstack base job, intended for use by jobs that need
|
||||||
less than the normal minimum set of required-projects.
|
less than the normal minimum set of required-projects.
|
||||||
nodeset: openstack-single-node-focal
|
nodeset: openstack-single-node-jammy
|
||||||
required-projects:
|
required-projects:
|
||||||
- opendev.org/openstack/requirements
|
- opendev.org/openstack/requirements
|
||||||
vars:
|
vars:
|
||||||
@ -526,6 +556,7 @@
|
|||||||
- opendev.org/openstack/swift
|
- opendev.org/openstack/swift
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
vars:
|
vars:
|
||||||
|
configure_swap_size: 4096
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
# Common OpenStack services settings
|
# Common OpenStack services settings
|
||||||
SWIFT_REPLICAS: 1
|
SWIFT_REPLICAS: 1
|
||||||
@ -651,7 +682,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: devstack-multinode
|
name: devstack-multinode
|
||||||
parent: devstack
|
parent: devstack
|
||||||
nodeset: openstack-two-node-focal
|
nodeset: openstack-two-node-jammy
|
||||||
description: |
|
description: |
|
||||||
Simple multinode test to verify multinode functionality on devstack side.
|
Simple multinode test to verify multinode functionality on devstack side.
|
||||||
This is not meant to be used as a parent job.
|
This is not meant to be used as a parent job.
|
||||||
@ -669,8 +700,6 @@
|
|||||||
# TODO(kopecmartin) n-v until the following is resolved:
|
# TODO(kopecmartin) n-v until the following is resolved:
|
||||||
# https://bugs.launchpad.net/neutron/+bug/1979047
|
# https://bugs.launchpad.net/neutron/+bug/1979047
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
|
||||||
configure_swap_size: 4096
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: devstack-platform-debian-bullseye
|
name: devstack-platform-debian-bullseye
|
||||||
@ -691,13 +720,11 @@
|
|||||||
configure_swap_size: 4096
|
configure_swap_size: 4096
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: devstack-platform-ubuntu-jammy
|
name: devstack-platform-ubuntu-focal
|
||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
description: Ubuntu 22.04 LTS (jammy) platform test
|
description: Ubuntu 20.04 LTS (focal) platform test
|
||||||
nodeset: openstack-single-node-jammy
|
nodeset: openstack-single-node-focal
|
||||||
timeout: 9000
|
timeout: 9000
|
||||||
vars:
|
|
||||||
configure_swap_size: 4096
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: devstack-platform-ubuntu-jammy-ovn-source
|
name: devstack-platform-ubuntu-jammy-ovn-source
|
||||||
@ -767,8 +794,6 @@
|
|||||||
description: Fedora latest platform test
|
description: Fedora latest platform test
|
||||||
nodeset: devstack-single-node-fedora-latest
|
nodeset: devstack-single-node-fedora-latest
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
|
||||||
configure_swap_size: 4096
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: devstack-platform-fedora-latest-virt-preview
|
name: devstack-platform-fedora-latest-virt-preview
|
||||||
@ -777,7 +802,6 @@
|
|||||||
nodeset: devstack-single-node-fedora-latest
|
nodeset: devstack-single-node-fedora-latest
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
vars:
|
||||||
configure_swap_size: 4096
|
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
ENABLE_FEDORA_VIRT_PREVIEW_REPO: true
|
ENABLE_FEDORA_VIRT_PREVIEW_REPO: true
|
||||||
|
|
||||||
@ -837,7 +861,7 @@
|
|||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: devstack-unit-tests
|
name: devstack-unit-tests
|
||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-jammy
|
||||||
description: |
|
description: |
|
||||||
Runs unit tests on devstack project.
|
Runs unit tests on devstack project.
|
||||||
|
|
||||||
@ -858,7 +882,7 @@
|
|||||||
- devstack-platform-centos-9-stream
|
- devstack-platform-centos-9-stream
|
||||||
- devstack-platform-debian-bullseye
|
- devstack-platform-debian-bullseye
|
||||||
- devstack-platform-rocky-blue-onyx
|
- devstack-platform-rocky-blue-onyx
|
||||||
- devstack-platform-ubuntu-jammy
|
- devstack-platform-ubuntu-focal
|
||||||
- devstack-platform-ubuntu-jammy-ovn-source
|
- devstack-platform-ubuntu-jammy-ovn-source
|
||||||
- devstack-platform-ubuntu-jammy-ovs
|
- devstack-platform-ubuntu-jammy-ovs
|
||||||
- devstack-multinode
|
- devstack-multinode
|
||||||
@ -908,7 +932,7 @@
|
|||||||
# https://bugs.launchpad.net/neutron/+bug/1979047
|
# https://bugs.launchpad.net/neutron/+bug/1979047
|
||||||
# - devstack-platform-centos-9-stream
|
# - devstack-platform-centos-9-stream
|
||||||
- devstack-platform-debian-bullseye
|
- devstack-platform-debian-bullseye
|
||||||
- devstack-platform-ubuntu-jammy
|
- devstack-platform-ubuntu-focal
|
||||||
- devstack-enforce-scope
|
- devstack-enforce-scope
|
||||||
- devstack-multinode
|
- devstack-multinode
|
||||||
- devstack-unit-tests
|
- devstack-unit-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user