From e6186aba02ee8c18a4bc706038285bebe0b2041a Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Tue, 10 Jun 2025 19:54:44 +0200 Subject: [PATCH] docs: Update contributor guide Remove references to blueprints and kolla-ansible-core Gerrit group. Change-Id: I56dbc9f8599075b7cc87726f0507c63e74723e0f (cherry picked from commit 2a941f8268455dbf7c1551ebd88182be21cbd35c) Signed-off-by: Bartosz Bezak --- doc/source/contributor/adding-a-new-image.rst | 4 ++-- doc/source/contributor/contributing.rst | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/doc/source/contributor/adding-a-new-image.rst b/doc/source/contributor/adding-a-new-image.rst index db279d18dd..147d77ad94 100644 --- a/doc/source/contributor/adding-a-new-image.rst +++ b/doc/source/contributor/adding-a-new-image.rst @@ -56,8 +56,8 @@ provided, copy its Dockerfile structure and amend it to new needs. Distribution support ==================== -By default, every new image should support all supported distributions (CentOS, -Debian, Ubuntu) and both x86-64 and aarch64 architectures. Sometimes it is not +By default, every new image should support all supported distributions (Debian, +Ubuntu, Rocky) and both x86-64 and aarch64 architectures. Sometimes it is not doable so we have list of `unbuildable images` for that. Unbuildable images diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index e17c2e2d5a..8a71a99c5c 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -26,8 +26,7 @@ Communication IRC Channel ``#openstack-kolla`` (`channel logs`_) on `OFTC `_ -Weekly Meetings - On Wednesdays at 14:00 UTC in the IRC channel (`meetings logs`_) +`Weekly Meetings `_ Mailing list (prefix subjects with ``[kolla]``) https://lists.openstack.org/pipermail/openstack-discuss/ @@ -47,19 +46,17 @@ Contacting the Core Team ~~~~~~~~~~~~~~~~~~~~~~~~ In general it is suggested to use the above mentioned public communication -channels, but if you find the you need to contact someone from the Core team +channels, but if you find that you need to contact someone from the Core team directly, you can find the lists in Gerrit: - kolla-core https://review.opendev.org/admin/groups/28d5dccfccc125b3963f76ab67e256501565d52b,members -- kolla-ansible-core https://review.opendev.org/admin/groups/cfd61289b70f00206797b035aa0bd7adfccf4be2,members - kayobe-core https://review.opendev.org/admin/groups/361e28280e3a06be2997a5aa47a8a11d3a8fb9b9,members New Feature Planning ~~~~~~~~~~~~~~~~~~~~ -New features are discussed via IRC or mailing list (with [kolla] prefix). -Kolla project keeps blueprints in `Launchpad `__. -Specs are welcome but not strictly required. +New features are discussed on PTG, via IRC or mailing list (with [kolla] +prefix). Task Tracking ~~~~~~~~~~~~~