Update ubuntu nodesets to focal

The openstack-single-node nodeset still is using ubuntu-bionic,
which is nearly 4 years old now. This change updates it to use
the newer ubuntu focal release.

Depends-on: https://review.opendev.org/c/openstack/openstack-helm-infra/+/839996
Depends-on: https://review.opendev.org/c/openstack/openstack-helm-infra/+/840370

Change-Id: Ia43cb31e13bc059541116064aa2092526186b831
This commit is contained in:
Gage Hugo 2022-03-20 11:39:36 -05:00
parent 92977da6b8
commit 6be6d638b3
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
- job: - job:
name: openstack-helm-lint name: openstack-helm-lint
run: playbooks/lint.yml run: playbooks/lint.yml
nodeset: ubuntu-bionic nodeset: ubuntu-focal
# NOTE(aostapenko) Required if job is run against another project # NOTE(aostapenko) Required if job is run against another project
required-projects: required-projects:
- openstack/openstack-helm-infra - openstack/openstack-helm-infra

View File

@ -15,7 +15,7 @@
name: openstack-helm-single-node name: openstack-helm-single-node
nodes: nodes:
- name: primary - name: primary
label: ubuntu-bionic label: ubuntu-focal
groups: groups:
- name: primary - name: primary
nodes: nodes:
@ -25,11 +25,11 @@
name: openstack-helm-ubuntu name: openstack-helm-ubuntu
nodes: nodes:
- name: primary - name: primary
label: ubuntu-bionic label: ubuntu-focal
- name: node-1 - name: node-1
label: ubuntu-bionic label: ubuntu-focal
- name: node-2 - name: node-2
label: ubuntu-bionic label: ubuntu-focal
groups: groups:
- name: primary - name: primary
nodes: nodes: