Skip to content

Commit 29ea8e3

Browse files
authored
Cherry pick fix broken links to 2023.1 (#1558)
Fix broken upstream doc links
1 parent fe95082 commit 29ea8e3

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

doc/source/configuration/cephadm.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Pools
208208
~~~~~
209209

210210
The following example pools should be sufficient to work with the
211-
default `external Ceph
212-
configuration <https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html>`__
211+
default :kolla-ansible-doc:`external Ceph
212+
configuration <reference/storage/external-ceph-guide.html>`
213213
for Cinder, Cinder backup, Glance, and Nova in Kolla Ansible.
214214

215215
.. code:: yaml
@@ -236,8 +236,8 @@ Keys
236236
~~~~
237237

238238
The following example keys should be sufficient to work with the default
239-
`external Ceph
240-
configuration <https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html>`__
239+
:kolla-ansible-doc:`external Ceph
240+
configuration <reference/storage/external-ceph-guide.html>`
241241
for Cinder, Cinder backup, Glance, and Nova in Kolla Ansible.
242242

243243
.. code:: yaml
@@ -353,7 +353,7 @@ RADOS Gateways
353353

354354
RADOS Gateway integration is described in the :kolla-ansible-doc:`Kolla Ansible
355355
documentation
356-
<https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html#radosgw>`.
356+
<reference/storage/external-ceph-guide.html#radosgw>`.
357357

358358
RADOS Gateways (RGWs) are defined with the following:
359359

doc/source/configuration/ci-cd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Runner Deployment
118118
The repository permissions for a fine-grained personal access token should be; :code:`Actions: R/W, Administration: R/W, Metadata: R`
119119
Once the key has been obtained, add it to :code:`secrets.yml` under :code:`secrets_github_access_token`
120120

121-
7. If the host is an actual Infra VM then please refer to upstream `Infrastructure VMs <https://docs.openstack.org/kayobe/latest/configuration/reference/infra-vms.html>`__ documentation for additional configuration and steps.
121+
7. If the host is an actual Infra VM then please refer to upstream :kayobe-doc:`Infrastructure VMs <configuration/reference/infra-vms.html>` documentation for additional configuration and steps.
122122

123123
8. Run :code:`kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/deploy-github-runner.yml`
124124

doc/source/configuration/cloudkitty.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Configuring in kayobe-config
88
By default, CloudKitty uses Gnocchi and Ceilometer as the collector and fetcher
99
backends. Unless the system has a specific reason not to, we recommend instead
1010
using Prometheus as the backend for both. The following instructions explain
11-
how to do this. Also, see the `Kolla Ansible docs on CloudKitty
12-
<https://docs.openstack.org/kolla-ansible/latest/reference/rating/cloudkitty-guide.html>`__
11+
how to do this. Also, see the :kolla-ansible-doc:`Kolla Ansible docs on CloudKitty
12+
<reference/rating/cloudkitty-guide.html>`
1313
for more details.
1414

1515
Enable CloudKitty and disable InfluxDB, as we are using OpenSearch as the

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Overview
1212
========
1313

1414
This documentation covers the StackHPC Kayobe configuration. It is intended to
15-
complement, rather than replace, the upstream :kayobe-doc:`Kayobe </>`,
16-
:kolla-doc:`Kolla </>` and :kolla-ansible-doc:`Kolla Ansible </>`
15+
complement, rather than replace, the upstream :kayobe-doc:`Kayobe <>`,
16+
:kolla-doc:`Kolla <>` and :kolla-ansible-doc:`Kolla Ansible<>`
1717
documentation.
1818

1919
The configuration includes various things, such as:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fix some broken links in the docs.

0 commit comments

Comments
 (0)