From d5cef7827e97579a0400bb32de0b21b616fcec38 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 26 Jul 2022 13:39:32 -0700 Subject: [PATCH] Run our base playbook on jammy This is the first step in running our servers on jammy. This will help us boot new servers on jammy and bionic replacements on jammy. Change-Id: If2e8a683c32eca639c35768acecf4f72ce470d7d --- .../roles/base/repos/files/sources.list.jammy.aarch64 | 7 +++++++ playbooks/roles/base/repos/files/sources.list.jammy.x86_64 | 6 ++++++ zuul.d/system-config-run.yaml | 6 ++++++ 3 files changed, 19 insertions(+) create mode 100644 playbooks/roles/base/repos/files/sources.list.jammy.aarch64 create mode 100644 playbooks/roles/base/repos/files/sources.list.jammy.x86_64 diff --git a/playbooks/roles/base/repos/files/sources.list.jammy.aarch64 b/playbooks/roles/base/repos/files/sources.list.jammy.aarch64 new file mode 100644 index 0000000000..e0523c9c68 --- /dev/null +++ b/playbooks/roles/base/repos/files/sources.list.jammy.aarch64 @@ -0,0 +1,7 @@ +# This file is kept updated by ansible. +# Note the use of ports.ubuntu.com. + +deb http://ports.ubuntu.com/ubuntu-ports/ jammy main universe +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main universe +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main universe +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main universe diff --git a/playbooks/roles/base/repos/files/sources.list.jammy.x86_64 b/playbooks/roles/base/repos/files/sources.list.jammy.x86_64 new file mode 100644 index 0000000000..178924650d --- /dev/null +++ b/playbooks/roles/base/repos/files/sources.list.jammy.x86_64 @@ -0,0 +1,6 @@ +# This file is kept updated by ansible. + +deb http://us.archive.ubuntu.com/ubuntu jammy main universe +deb http://us.archive.ubuntu.com/ubuntu jammy-updates main universe +deb http://us.archive.ubuntu.com/ubuntu jammy-backports main universe +deb http://security.ubuntu.com/ubuntu jammy-security main universe diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 2bff1b8431..b8bdca7e5b 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -66,6 +66,8 @@ label: ubuntu-bionic - name: focal label: ubuntu-focal + - name: jammy + label: ubuntu-jammy files: - tox.ini - playbooks/ @@ -87,6 +89,8 @@ label: ubuntu-bionic - name: focal label: ubuntu-focal + - name: jammy + label: ubuntu-jammy required-projects: - name: github.com/ansible/ansible override-checkout: devel @@ -125,6 +129,8 @@ label: ubuntu-bionic-arm64 - name: focal label: ubuntu-focal-arm64 + - name: jammy + label: ubuntu-jammy-arm64 files: - playbooks/ - roles/