From 0468ab930dd693d933959d8609b7eb3253be3005 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Mon, 24 Jun 2024 11:47:49 +0200 Subject: [PATCH 1/2] add kayobe to release management doc's Launchpad admin section Kayobe moved away from Storyboard some time ago Change-Id: I9e57150645aebf4b684c609b9b356b8921aa7333 (cherry picked from commit f36e45382ed6ef5767531c2da30a1aa3e72a15ec) --- doc/source/contributor/release-management.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/release-management.rst b/doc/source/contributor/release-management.rst index 8006e1492c..716308f3c0 100644 --- a/doc/source/contributor/release-management.rst +++ b/doc/source/contributor/release-management.rst @@ -87,6 +87,8 @@ This needs to be done for each of the following projects: * https://launchpad.net/ansible-collection-kolla +* https://launchpad.net/kayobe + At the beginning of a cycle, ensure a named series exists for the cycle in each project. If not, create one via the project landing page (e.g. https://launchpad.net/kolla) - in the "Series and milestones" section click in @@ -94,8 +96,6 @@ https://launchpad.net/kolla) - in the "Series and milestones" section click in milestones, including the final release. Series can be marked as "Active Development" or "Current Stable Release" as necessary. -Kayobe uses Storyboard, which does not track series or milestones. - Milestones ---------- From 46989bd53c4d6964faaa40b6d0e4c974bbdb2ff1 Mon Sep 17 00:00:00 2001 From: Sven Kieske Date: Wed, 10 Jul 2024 15:13:37 +0200 Subject: [PATCH 2/2] CI: fix publish docker credential var variable got renamed in https://review.opendev.org/c/openstack/kolla/+/874226 but was not updated in all jobs Change-Id: I38b3e6b6c48b572fdf2f943c9ec843fd4907fea3 Signed-off-by: Sven Kieske --- .zuul.d/debian.yaml | 4 ++-- .zuul.d/rocky.yaml | 2 +- .zuul.d/ubuntu.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.d/debian.yaml b/.zuul.d/debian.yaml index ad8706b7d4..bc68a0c512 100644 --- a/.zuul.d/debian.yaml +++ b/.zuul.d/debian.yaml @@ -52,7 +52,7 @@ kolla_registry: dockerhub kolla_namespace: kolla secrets: - - kolla_dockerhub_creds + - kolla_dockerhub_credentials - job: name: kolla-publish-debian-quay @@ -75,7 +75,7 @@ kolla_registry: dockerhub kolla_namespace: kolla secrets: - - kolla_dockerhub_creds + - kolla_dockerhub_credentials - job: name: kolla-publish-debian-aarch64-quay diff --git a/.zuul.d/rocky.yaml b/.zuul.d/rocky.yaml index 4955a6bb26..542a303500 100644 --- a/.zuul.d/rocky.yaml +++ b/.zuul.d/rocky.yaml @@ -77,7 +77,7 @@ kolla_registry: dockerhub kolla_namespace: kolla secrets: - - kolla_dockerhub_creds + - kolla_dockerhub_credentials - job: name: kolla-publish-rocky9-quay diff --git a/.zuul.d/ubuntu.yaml b/.zuul.d/ubuntu.yaml index dc1034a9e9..e38047e4bb 100644 --- a/.zuul.d/ubuntu.yaml +++ b/.zuul.d/ubuntu.yaml @@ -69,7 +69,7 @@ kolla_registry: dockerhub kolla_namespace: kolla secrets: - - kolla_dockerhub_creds + - kolla_dockerhub_credentials - job: name: kolla-publish-ubuntu-quay