From ae65b3c538071622e189aae196a41f255295e05f Mon Sep 17 00:00:00 2001 From: Grzegorz Koper Date: Wed, 16 Jul 2025 15:06:53 +0200 Subject: [PATCH] Adding docker-ce repository for Ubuntu This is needed to support running neutron agents in separate containers. Related backports: https://github.com/stackhpc/kolla/pull/436 https://github.com/stackhpc/kolla/pull/441 --- kolla/template/repos-noble.yaml | 10 ++++++++++ kolla/template/repos.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/kolla/template/repos-noble.yaml b/kolla/template/repos-noble.yaml index e297421588..6f3106bac2 100644 --- a/kolla/template/repos-noble.yaml +++ b/kolla/template/repos-noble.yaml @@ -46,6 +46,11 @@ ubuntu: suite: "noble" component: "main" gpg_key: "rabbitmq.gpg" + docker-ce: + url: "https://download.docker.com/linux/ubuntu" + suite: "noble" + component: "stable" + gpg_key: "docker-ce.asc" ubuntu-aarch64: erlang: @@ -95,3 +100,8 @@ ubuntu-aarch64: component: "main" arch: "amd64" gpg_key: "rabbitmq.gpg" + docker-ce: + url: "https://download.docker.com/linux/ubuntu" + suite: "noble" + component: "stable" + gpg_key: "docker-ce.asc" diff --git a/kolla/template/repos.yaml b/kolla/template/repos.yaml index 54f2a9c3db..381050381c 100644 --- a/kolla/template/repos.yaml +++ b/kolla/template/repos.yaml @@ -188,7 +188,7 @@ rocky-aarch64: ubuntu: docker-ce: url: "https://download.docker.com/linux/ubuntu" - suite: "noble" + suite: "jammy" component: "stable" gpg_key: "docker-ce.asc" erlang: