Updating readthedocs to airship-armada

- Changed armada-helm to airship-armada in readthedocs URLs.

Change-Id: I32d8c5feadf7512fdccb7738880c20490eb928dd
This commit is contained in:
Aaron Sheffield 2018-08-13 14:07:57 -05:00
parent e81f1a03f6
commit 5165457d5c
4 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@ Armada is a tool for managing multiple Helm charts with dependencies by
centralizing all configurations in a single Armada YAML and providing
life-cycle hooks for all Helm releases.
Find more documentation for Armada on `Read The Docs <https://armada-helm.readthedocs.io/>`_.
Find more documentation for Armada on `Read The Docs <https://airship-armada.readthedocs.io/>`_.
Overview
--------
@ -108,14 +108,14 @@ Further Reading
`Airship <https://airshipit.org>`_.
.. _Manual Install Guide: http://armada-helm.readthedocs.io/en/latest/development/getting-started.html#developer-install-guide
.. _Armada Quickstart: http://armada-helm.readthedocs.io/en/latest/operations/guide-use-armada.html
.. _Manual Install Guide: https://airship-armada.readthedocs.io/en/latest/development/getting-started.html#developer-install-guide
.. _Armada Quickstart: https://airship-armada.readthedocs.io/en/latest/operations/guide-use-armada.html
.. _kubectl: https://kubernetes.io/docs/user-guide/kubectl/kubectl_config/
.. _Tiller: https://docs.helm.sh/using_helm/#easy-in-cluster-installation
.. _Deckhand: https://github.com/openstack/deckhand
.. _Deckhand: https://github.com/openstack/airship-deckhand
.. _Keystone: https://github.com/openstack/keystone
.. |Docker Repository on Quay| image:: https://quay.io/repository/attcomdev/armada/status
:target: https://quay.io/repository/attcomdev/armada
.. |Doc Status| image:: https://readthedocs.org/projects/armada-helm/badge/?version=latest
:target: http://armada-helm.readthedocs.io/
.. |Docker Repository on Quay| image:: https://quay.io/repository/airshipit/armada/status
:target: https://quay.io/repository/airshipit/armada
.. |Doc Status| image:: https://readthedocs.org/projects/airship-armada/badge/?version=latest
:target: https://airship-armada.readthedocs.io/

View File

@ -40,7 +40,7 @@ command once will install all charts defined in manifest. Re-executing apply
command will execute upgrade.
To see how to create an Armada manifest:
http://armada-helm.readthedocs.io/en/latest/operations/
https://airship-armada.readthedocs.io/en/latest/operations/
To install or upgrade charts, run:

View File

@ -18,7 +18,7 @@ name: armada
version: 0.1.0
keywords:
- armada
home: http://armada-helm.readthedocs.io/en/latest/
home: https://airship-armada.readthedocs.io/en/latest/
sources:
- https://github.com/openstack/airship-armada
engine: gotpl

View File

@ -4,7 +4,7 @@ summary = tool for managing multiple chart orchestration lifecycle
description-file = README.rst
author = armada team
home-page = http://armada-helm.readthedocs.io/en/latest/
home-page = https://airship-armada.readthedocs.io/en/latest/
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators