From 194939aadc89fbed9ebd67ec02458a1a737a32c5 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 12 Jul 2024 12:23:11 -0500 Subject: [PATCH] Fix: multi-region doc links Signed-off-by: Kevin Carter --- docs/infrastructure-postgresql.md | 2 +- docs/openstack-barbican.md | 2 +- docs/openstack-ceilometer.md | 2 +- docs/openstack-cinder.md | 2 +- docs/openstack-compute-kit.md | 6 +++--- docs/openstack-glance.md | 2 +- docs/openstack-gnocchi.md | 2 +- docs/openstack-heat.md | 2 +- docs/openstack-horizon.md | 2 +- docs/openstack-keystone.md | 2 +- docs/openstack-octavia.md | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/infrastructure-postgresql.md b/docs/infrastructure-postgresql.md index f33938ca..389f95aa 100644 --- a/docs/infrastructure-postgresql.md +++ b/docs/infrastructure-postgresql.md @@ -43,4 +43,4 @@ helm upgrade --install postgresql ./postgresql \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. diff --git a/docs/openstack-barbican.md b/docs/openstack-barbican.md index 6e5a0f69..6f203b58 100644 --- a/docs/openstack-barbican.md +++ b/docs/openstack-barbican.md @@ -42,4 +42,4 @@ helm upgrade --install barbican ./barbican \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. diff --git a/docs/openstack-ceilometer.md b/docs/openstack-ceilometer.md index 33c20bf9..e12b5c8b 100644 --- a/docs/openstack-ceilometer.md +++ b/docs/openstack-ceilometer.md @@ -47,7 +47,7 @@ rabbit://nova:$(kubectl --namespace openstack get secret nova-rabbitmq-password !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. ## Verify Ceilometer Workers diff --git a/docs/openstack-cinder.md b/docs/openstack-cinder.md index 24d40b72..0bf47fbe 100644 --- a/docs/openstack-cinder.md +++ b/docs/openstack-cinder.md @@ -48,7 +48,7 @@ helm upgrade --install cinder ./cinder \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. Once the helm deployment is complete cinder and all of it's API services will be online. However, using this setup there will be no volume node at this point. The reason volume deployments have been disabled is because we didn't expose ceph to the openstack diff --git a/docs/openstack-compute-kit.md b/docs/openstack-compute-kit.md index 999dbdf4..c6553fa8 100644 --- a/docs/openstack-compute-kit.md +++ b/docs/openstack-compute-kit.md @@ -147,7 +147,7 @@ helm upgrade --install nova ./nova \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. !!! note @@ -162,7 +162,7 @@ If running in an environment that doesn't have hardware virtualization extension !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. ## Deploy Neutron @@ -197,7 +197,7 @@ helm upgrade --install neutron ./neutron \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. !!! info diff --git a/docs/openstack-glance.md b/docs/openstack-glance.md index fad38602..337ff346 100644 --- a/docs/openstack-glance.md +++ b/docs/openstack-glance.md @@ -51,7 +51,7 @@ helm upgrade --install glance ./glance \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. !!! note diff --git a/docs/openstack-gnocchi.md b/docs/openstack-gnocchi.md index 1c6d5a3a..d6fa61a1 100644 --- a/docs/openstack-gnocchi.md +++ b/docs/openstack-gnocchi.md @@ -76,7 +76,7 @@ helm upgrade --install gnocchi ./gnocchi \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. ## Validate the metric endpoint diff --git a/docs/openstack-heat.md b/docs/openstack-heat.md index 7e25c696..1d91597d 100644 --- a/docs/openstack-heat.md +++ b/docs/openstack-heat.md @@ -56,7 +56,7 @@ helm upgrade --install heat ./heat \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. ## Validate functionality diff --git a/docs/openstack-horizon.md b/docs/openstack-horizon.md index 22b03d9a..9ae5c6da 100644 --- a/docs/openstack-horizon.md +++ b/docs/openstack-horizon.md @@ -40,4 +40,4 @@ helm upgrade --install horizon ./horizon \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. diff --git a/docs/openstack-keystone.md b/docs/openstack-keystone.md index 37f2989b..036cef70 100644 --- a/docs/openstack-keystone.md +++ b/docs/openstack-keystone.md @@ -50,7 +50,7 @@ helm upgrade --install keystone ./keystone \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. !!! note diff --git a/docs/openstack-octavia.md b/docs/openstack-octavia.md index d538e8ca..dc834595 100644 --- a/docs/openstack-octavia.md +++ b/docs/openstack-octavia.md @@ -54,7 +54,7 @@ helm upgrade --install octavia ./octavia \ !!! tip You may need to provide custom values to configure your openstack services, for a simple single region or lab deployment you can supply an additional overrides flag using the example found at `base-helm-configs/aio-example-openstack-overrides.yaml`. - In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](mult-region-support.md) guide to for a workflow solution. + In other cases such as a multi-region deployment you may want to view the [Multi-Region Support](multi-region-support.md) guide to for a workflow solution. Now validate functionality