Merge "tutorial: Update node to jammy"

This commit is contained in:
Zuul 2023-03-15 15:57:00 +00:00 committed by Gerrit Code Review
commit bc5bc85d9c
4 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ zookeeper-tls:
ca: /var/certs/certs/cacert.pem
labels:
- name: ubuntu-focal
- name: ubuntu-jammy
providers:
- name: static-vms
@ -16,7 +16,7 @@ providers:
- name: main
nodes:
- name: node
labels: ubuntu-focal
labels: ubuntu-jammy
host-key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgHJYejINIKzUiuSJ2MN8uPc+dfFrZ9JH1hLWS8gI+g"
python-path: /usr/bin/python3
username: root

View File

@ -1,4 +1,4 @@
FROM docker.io/ubuntu:20.04
FROM docker.io/ubuntu:22.04
RUN apt-get update \
&& DEBIAN_FRONTEND="noninteractive" apt-get -y install \

View File

@ -3,5 +3,5 @@
parent: null
nodeset:
nodes:
- name: ubuntu-focal
label: ubuntu-focal
- name: ubuntu-jammy
label: ubuntu-jammy

View File

@ -18,5 +18,5 @@
timeout: 1800
nodeset:
nodes:
- name: ubuntu-focal
label: ubuntu-focal
- name: ubuntu-jammy
label: ubuntu-jammy