diff --git a/README.md b/README.md index a14b4ac..0eb8aa6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Cookiecutter template for an OSISM configuration repository The documentation for using [Cookiecutter](https://github.com/cookiecutter/cookiecutter) to create a new configuration repository: -https://osism.tech/docs/guides/configuration-guide/configuration-repository#creating-a-new-configuration-repository +https://osism.tech/docs/guides/configuration-guide/configuration-repository/#creating-a-new-configuration-repository diff --git a/{{cookiecutter.project_name}}/environments/kolla/files/overlays/glance/glance-api.conf b/{{cookiecutter.project_name}}/environments/kolla/files/overlays/glance/glance-api.conf index 91e72da..5941e82 100644 --- a/{{cookiecutter.project_name}}/environments/kolla/files/overlays/glance/glance-api.conf +++ b/{{cookiecutter.project_name}}/environments/kolla/files/overlays/glance/glance-api.conf @@ -1,4 +1,4 @@ -# DOCS: https://osism.tech/docs/guides/operations-guide/openstack/day2-operations/image-manager/#openstack-image-service-glance +# DOCS: https://osism.tech/docs/guides/operations-guide/openstack/tools/image-manager/#openstack-image-service-glance [taskflow_executor] conversion_format = raw diff --git a/{{cookiecutter.project_name}}/inventory/host_vars/node01.yml b/{{cookiecutter.project_name}}/inventory/host_vars/node01.yml index a9573e5..0e6f7e3 100644 --- a/{{cookiecutter.project_name}}/inventory/host_vars/node01.yml +++ b/{{cookiecutter.project_name}}/inventory/host_vars/node01.yml @@ -69,7 +69,7 @@ network_interface: eno1 # NOTE: Uncomment this when this node should be an OSD node. The OSD devices # used for Ceph must be modified. -# DOCS: https://osism.tech/docs/guides/configuration-guide/ceph#lvm-devices +# DOCS: https://osism.tech/docs/guides/configuration-guide/ceph/#osd-devices # ceph_osd_devices: # sdb: # sdc: