Updating outdated URLs to 'airshipit'.

Story: 2003069
Task: 23120

Change-Id: Ibe32361d3c2e30488232c5c7afc94685a99b8bc3
This commit is contained in:
Marshall Margenau 2018-07-23 12:48:57 -05:00
parent 2bd301efaa
commit 10189262a9
6 changed files with 14 additions and 15 deletions

View File

@ -16,7 +16,7 @@ Commands
executing apply command will execute upgrade. executing apply command will execute upgrade.
To see how to create an Armada manifest: To see how to create an Armada manifest:
http://armada-helm.readthedocs.io/en/latest/operations/ https://airshipit.readthedocs.io/projects/armada/en/latest/operations/
To install or upgrade charts, run: To install or upgrade charts, run:

View File

@ -13,12 +13,12 @@ Quick Start (via Container)
To use the docker container to develop: To use the docker container to develop:
#. Clone the `Armada repository <http://github.com/openstack/airship-armada>`_. #. Clone the `Armada repository <https://github.com/openstack/airship-armada>`_.
#. ``cd`` into the cloned directory. #. ``cd`` into the cloned directory.
.. code-block:: bash .. code-block:: bash
$ git clone http://github.com/openstack/airship-armada.git && cd airship-armada $ git clone https://github.com/openstack/airship-armada.git && cd airship-armada
#. Next, run the following commands to install ``tox``, generate sample policy #. Next, run the following commands to install ``tox``, generate sample policy
and configuration files, and build Armada charts as well as the Armada and configuration files, and build Armada charts as well as the Armada
@ -115,7 +115,7 @@ Follow the steps below to install the Armada CLI.
Clone the Armada repository, ``cd`` into it:: Clone the Armada repository, ``cd`` into it::
git clone http://github.com/openstack/airship-armada.git && cd airship-armada git clone https://github.com/openstack/airship-armada.git && cd airship-armada
It is recommended that Armada be run inside a virtual environment. To do so:: It is recommended that Armada be run inside a virtual environment. To do so::

View File

@ -62,10 +62,10 @@ The validation schemas below are used by Armada to validate all ingested
Charts, Chart Groups, and Manifests. Use the schemas below as models for Charts, Chart Groups, and Manifests. Use the schemas below as models for
authoring Armada documents. authoring Armada documents.
.. _Deckhand DataSchema: https://deckhand.readthedocs.io/en/latest/document-types.html?highlight=dataschema#dataschema .. _Deckhand DataSchema: https://airshipit.readthedocs.io/projects/deckhand/en/latest/document-types.html?highlight=dataschema#dataschema
.. _Helm charts: https://docs.helm.sh/developing_charts/ .. _Helm charts: https://docs.helm.sh/developing_charts/
.. _layering: https://deckhand.readthedocs.io/en/latest/layering.html .. _layering: https://airshipit.readthedocs.io/projects/deckhand/en/latest/layering.html
.. _substitution: https://deckhand.readthedocs.io/en/latest/substitution.html .. _substitution: https://airshipit.readthedocs.io/projects/deckhand/en/latest/substitution.html
Schemas Schemas
^^^^^^^ ^^^^^^^

View File

@ -405,7 +405,7 @@ Simple Example
values: {} values: {}
source: source:
type: git type: git
location: http://github.com/namespace/repo location: https://github.com/namespace/repo
subpath: blog-1 subpath: blog-1
reference: new-feat reference: new-feat
dependencies: [] dependencies: []

View File

@ -28,7 +28,7 @@ When running Armada in the container you can execute docker logs to retrieve log
Errors/Exceptions Errors/Exceptions
----------------- -----------------
A guide for interpreting errors/exceptions can be found `here <http://armada-helm.readthedocs.io/en/latest/operations/guide-exceptions.html>`_. A guide for interpreting errors/exceptions can be found `here <https://airshipit.readthedocs.io/projects/armada/en/latest/operations/exceptions/guide-exceptions.html>`_.
Working with SSL Working with SSL
---------------- ----------------

View File

@ -8,10 +8,9 @@ Prerequisites
Kubernetes Cluster Kubernetes Cluster
`Tiller Service <http://github.com/kubernetes/helm>`_ `Tiller Service <https://github.com/kubernetes/helm>`_
`Armada.yaml <http://armada-helm.readthedocs.io/en/latest/operations/ `Armada.yaml <https://airshipit.readthedocs.io/projects/armada/en/latest/operations/guide-build-armada-yaml.html>`_
guide-build-armada-yaml.html>`_
.. note:: .. note::
@ -32,12 +31,12 @@ Usage
Pull: Pull:
docker pull quay.io/attcomdev/armada:latest docker pull quay.io/airshipit/armada:latest
Build: Build:
git clone https://github.com/openstack/airship-armada && cd airship-armada/ git clone https://github.com/openstack/airship-armada && cd airship-armada/
docker build . -t quay.io/attcomdev/armada:latest docker build . -t quay.io/airshipit/armada:latest
2. Running Armada 2. Running Armada
@ -56,7 +55,7 @@ Usage
.. code:: bash .. code:: bash
docker run -d --net host -p 8000:8000 --name armada -v $(pwd)/etc/:/etc/ -v ~/.kube/:/armada/.kube/ -v $(pwd)/examples/:/examples quay.io/attcomdev/armada:latest docker run -d --net host -p 8000:8000 --name armada -v $(pwd)/etc/:/etc/ -v ~/.kube/:/armada/.kube/ -v $(pwd)/examples/:/examples quay.io/airshipit/armada:latest
docker exec armada armada --help docker exec armada armada --help