From e303de5c5b653d4fa5f204500fa0e199e57a49cd Mon Sep 17 00:00:00 2001 From: James Gu Date: Tue, 30 Mar 2021 09:30:54 -0700 Subject: [PATCH] Add azure integration document into the doc source tree Relates-To: #504 Change-Id: I1645ec6cf2ce6b37509491fbe274b0c399574d0a Signed-off-by: James Gu --- docs/source/index.rst | 1 + .../providers/cluster_api_azure.md} | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename docs/{azure/azure-integration.md => source/providers/cluster_api_azure.md} (99%) diff --git a/docs/source/index.rst b/docs/source/index.rst index f3ecc1d1f..874c36f8a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -36,6 +36,7 @@ Welcome to airshipctl's Documentation! providers/cluster_api_docker providers/cluster_api_openstack providers/cluster_api_gcp + providers/cluster_api_azure .. toctree:: :caption: Airship Project Documentation diff --git a/docs/azure/azure-integration.md b/docs/source/providers/cluster_api_azure.md similarity index 99% rename from docs/azure/azure-integration.md rename to docs/source/providers/cluster_api_azure.md index 67e26f4b2..d77542fe8 100644 --- a/docs/azure/azure-integration.md +++ b/docs/source/providers/cluster_api_azure.md @@ -1,4 +1,4 @@ -# Airship 2.0 Integration with Azure Cloud Platform +# Airshipctl and Azure Cloud Platform Integration This document provides the instructions to setup and execute *airshipctl* commands to deploy a Target cluster in Azure cloud platform. The manifest for the Target cluster deployment can be found at @@ -177,4 +177,4 @@ manifests: tag: "" url: https://opendev.org/airship/treasuremap targetPath: /tmp/default -``` \ No newline at end of file +```