Re-direct tripleo docs to repos
We retired tripleo in 2023 [1]. The team still maintains stable branches where appropriate but the "latest" links can be redirected to their respective git repos which contain a notice of retirement. Alongside, also fix the template to generate release specific docs to not include tripleo. Doing this will help us not host https://docs.openstack.org/os-net-config/latest since the project is being handed over to external maintainers [2] [1] https://review.opendev.org/c/openstack/governance/+/905145 [2] https://review.opendev.org/c/openstack/governance/+/967463 Change-Id: I14d710bb002b4919374b3bedbbc505cf1c394dd2 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
@@ -510,6 +510,7 @@ _RETIRED_REPOS = [
|
||||
'openstack/openstack-helm-infra',
|
||||
'openstack/os-acc',
|
||||
'openstack/os-cloud-config',
|
||||
'openstack/os-net-config',
|
||||
'openstack/oslosphinx',
|
||||
'openstack/os-win',
|
||||
'openstack/oswin-tempest-plugin',
|
||||
@@ -539,7 +540,13 @@ _RETIRED_REPOS = [
|
||||
'openstack/syntribos',
|
||||
'openstack/tempest-horizon',
|
||||
'openstack/tricircle',
|
||||
'openstack/tripleo-ansible',
|
||||
'openstack/tripleo-common',
|
||||
'openstack/tripleo-docs',
|
||||
'openstack/tripleo-incubator',
|
||||
'openstack/tripleo-operator-ansible',
|
||||
'openstack/tripleo-quickstart',
|
||||
'openstack/tripleo-validations',
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -65,8 +65,6 @@
|
||||
{{project.service}}</a><br />
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<a href="/tripleo-docs/latest/install/">
|
||||
TripleO Deployment Guide</a><br />
|
||||
</div>
|
||||
|
||||
<div class="docs-link-sections">
|
||||
|
||||
Reference in New Issue
Block a user