This change adds 2024.1 project data so that index pages will be
generated.
It still keeps 2024.1 in development phase. A future change will
transition 2024.1 to maintained at release time.
Change-Id: Ic6a90af04ce9decad705456b4ded504fc5323d9d
Unmaintained state does not have a badge in the web templates, but now
Extanded Maintenance was replaced by Unmaintained process (see
Technical Committee's resolution [1] for details) so this patch adds
a badge for it.
[1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html
Change-Id: Iedefd4958572c92bed5177ed8b78771ddc8334dc
With the new TC resolution the community replaces Extended Maintenance
with Unmaintained status [1].
According to the resolution the
- tip of the stable/yoga branches were tagged with yoga-eom tag
- unmaintained/yoga branches were cut from yoga-eom tags
- stable/yoga branches were deleted
Some further notes:
- there will no longer be official releases off of yoga branch
- backports can be pushed against unmaintained/yoga branch
- openstack-unmaintained-core have the rights to merge patches
to unmaintained/* branches
For further details please read the resolution [1].
[1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html
Change-Id: I789225f402454e4cdd64118e5adaeb35368b7269
If9244c1819ab38676466d821be0b5104b6852c47 split out the developer docs
and a getting started page. This moved where the git-review installation
instructions were, resulting in the docs-contrib setup docs now going to
a page that no longer had the referenced header.
A separate change also moved the CLA information at some point. Link for
those details is also updated to the current location for CLA
information.
This updates the link to go to the current location for these
instructions.
Change-Id: I63914129b7c1458ba15c374d18250744e5a6c1d8
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Everyone has now agreed to using the numeric name for release cycles
except the releases page itself. In order to avoid broken links hardcode
the release codename for these URLs.
Change-Id: Ia10f151c73bae86f7cf203f7b62a64537317e0b3
TripleO is deprecated now, so we should not mention it in recent docs.
Moreover, the only existing branches are Zed and Wallaby.
Instead of hardcoding the link, we adding `has_deployment_guide`
for Zed.
Change-Id: I273f4204c863eb1321257f7f61c1115fb40bc6f9
Register cinderlib as a retired repository.
No change to www/project-data/latest.yaml, as cinderlib is not
present in that file.
Depends-on: Ib186ac5830e5920e264d79be946995e63e960426
Change-Id: I28b777dccbcd15b0960ac3fe3e95021633fa8dd7
Update 2023.2 Bobcat series info in www-generator.py so that it is
marked as 'maintained', thus released.
This patch needs to be merged at release day, October 4th.
Change-Id: I851bd18afeaa3c5ec3029e3b9af1f14e637b88c6
This change adds
* default pages for next release, 2024.1 Caracal
* 2023.2 Bobcat project data so that index pages will be generated
It still keeps 2023.2 Bobcat in development phase. A future change
will transition it to 'maintained' at release time.
The patch content was setup by following the www page release
guideline [1].
[1] https://docs.openstack.org/doc-contrib-guide/release/taskdetail.html#update-www-pages-for-end-of-release
Change-Id: Idd6f8943d16d104a0037bbfc81e3a945135ed4a4
tools/generatepot-rst.sh has an awk filter to drop UUID from POT files,
but it is unnecessary now. It was introduced to strip UUID information
which was added by default in Sphinx <1.3 [1]. Sphinx >=1.3 does not
output UUID information by default [2], so is is no longer needed.
In addition, (g)awk 5.0 or later (adopted in Ubuntu 20.04 or later)
complains the current awk regexp. I think it is the time to drop it
rather than fixing the regexp.
[1] 993647f316
[2] https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-gettext_uuid
Related-Bug: #2035226
Change-Id: Ie7babf5a815a8e0a602752e862fdb30814b0fbd1
Rocky was proposed to transition to End of Life [1] and since all of
the projects have EOL'd their stable/rocky branches, we are ready to
set Rocky status to EOL on docs.openstack.org.
[1] https://lists.openstack.org/pipermail/openstack-discuss/2023-January/031922.html
Change-Id: If3650ac8f1584d34687df977c28db77a7e94e893
There are no new releases being made for tripleo, so no need to
reference them from the deployment index pages.
Also everything older than 2023.2 has been released, we can drop the
"in progress" comment.
Change-Id: I8ad7db9453f01721a9f0313cf22ca1e7df88aeb8
Since OpenStack-Ansible has released for 2023.1 it makes sense to
enable it in deployment projects section for the release.
Depends-On: https://review.opendev.org/c/openstack/releases/+/884985
Change-Id: I1ba05e8803d8483b85387efc8fbf7abf01b54d5b
This patch attempts to fix the broken docs by having the series
name match the branch name (2023.1 instead of 2023.1.antelope)
A patch was previously merged and reverted[0]. It changed the
name of the series, but missed updating the directory names
under the www directory.
I did test this locally, and it did correctly pupulate the pages
with links for the various projects, but I do not know if it
fully resolves the issue.
Additionally adds redirects for /2023.1.antelope to /2023.1
and 2023.2.bobcat to 2023.2.
[0]. https://review.opendev.org/c/openstack/openstack-manuals/+/880060
Change-Id: I39e0740e57502fd96299fea79409e55e49c10367
Project's last releases in Xena have been tagged with xena-em.
Now indicate that Xena is in Extended Maintenance phase also at
https://docs.openstack.org
Planned transition date is April 20th, 2023.
Change-Id: I90569d1e01d7ad958786cabf4b8bdb0791161a4e
All deployment guides are prepended with "Guide" word. So adding
it in the middle of the text adds duplicated "Guide" word to the
description once page is renderred.
Change-Id: I6d2e60ccfb0a3b5f8549bb053213635960d46fcf