Move github references from openstack/ara to ansible-community/ara

Change-Id: I1942cbe9c6af51ade33168c12dbc3a7c59da3a14
This commit is contained in:
David Moreau Simard 2019-05-21 11:08:38 -04:00
parent 9b00abd786
commit 942271a4a4
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
7 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@ Here's how you can get started from scratch with default settings:
source ~/.ara/virtualenv/bin/activate source ~/.ara/virtualenv/bin/activate
# Install Ansible, ARA and it's API server dependencies # Install Ansible, ARA and it's API server dependencies
pip install ansible git+https://github.com/openstack/ara@feature/1.0[server] pip install ansible git+https://github.com/ansible-community/ara@feature/1.0[server]
# Tell Ansible to use the ARA callback plugin # Tell Ansible to use the ARA callback plugin
export ANSIBLE_CALLBACK_PLUGINS="$(python -m ara.setup.callback_plugins)" export ANSIBLE_CALLBACK_PLUGINS="$(python -m ara.setup.callback_plugins)"
@ -44,7 +44,7 @@ You're now ready to start poking at the API with the built-in
`API clients <https://ara.readthedocs.io/en/feature-1.0/api-usage.html>`_ ! `API clients <https://ara.readthedocs.io/en/feature-1.0/api-usage.html>`_ !
If you'd like to have the ARA web reporting interface, take a look at If you'd like to have the ARA web reporting interface, take a look at
`ara-web <https://github.com/openstack/ara-web>`_. `ara-web <https://github.com/ansible-community/ara-web>`_.
Documentation Documentation
============= =============
@ -80,7 +80,7 @@ Development and testing
.. code-block:: bash .. code-block:: bash
# Retrieve the source and check out the 1.0 branch # Retrieve the source and check out the 1.0 branch
git clone https://github.com/openstack/ara git clone https://github.com/ansible-community/ara
cd ara cd ara
git checkout feature/1.0 git checkout feature/1.0
@ -116,7 +116,7 @@ Contributors
See contributors on GitHub_. See contributors on GitHub_.
.. _GitHub: https://github.com/openstack/ara/graphs/contributors .. _GitHub: https://github.com/ansible-community/ara/graphs/contributors
Copyright Copyright
========= =========

View File

@ -268,7 +268,7 @@ ARA_CORS_ORIGIN_WHITELIST
Hosts in the whitelist for `Cross-Origin Resource Sharing <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_. Hosts in the whitelist for `Cross-Origin Resource Sharing <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_.
This setting is typically used in order to allow the API and a web client This setting is typically used in order to allow the API and a web client
(such as `ara-web <https://github.com/openstack/ara-web>`_) to talk to each other. (such as `ara-web <https://github.com/ansible-community/ara-web>`_) to talk to each other.
ARA_ALLOWED_HOSTS ARA_ALLOWED_HOSTS
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~

View File

@ -160,7 +160,7 @@ Managing CORS (cross-origin resource sharing)
--------------------------------------------- ---------------------------------------------
The :ref:`api-configuration:ARA_CORS_ORIGIN_WHITELIST` default is designed to The :ref:`api-configuration:ARA_CORS_ORIGIN_WHITELIST` default is designed to
allow a local development instance of an `ara-web <https://github.com/openstack/ara-web>`_ allow a local development instance of an `ara-web <https://github.com/ansible-community/ara-web>`_
dashboard to communicate with a local development instance of the API server. dashboard to communicate with a local development instance of the API server.
The whitelist must contain the domain names where you plan on hosting instances The whitelist must contain the domain names where you plan on hosting instances

View File

@ -4,7 +4,7 @@ ansible-role-ara-api
.. image:: ../../doc/source/_static/ansible-role-ara-api.png .. image:: ../../doc/source/_static/ansible-role-ara-api.png
This Ansible role provides a framework for installing one or many instances of This Ansible role provides a framework for installing one or many instances of
`ARA Records Ansible <https://github.com/openstack/ara>`_ in a variety of `ARA Records Ansible <https://github.com/ansible-community/ara>`_ in a variety of
opinionated deployment topologies. opinionated deployment topologies.
It is currently tested and supported against Ubuntu 18.04 and Fedora 29. It is currently tested and supported against Ubuntu 18.04 and Fedora 29.
@ -12,7 +12,7 @@ It is currently tested and supported against Ubuntu 18.04 and Fedora 29.
Role Variables Role Variables
-------------- --------------
See `defaults/main.yaml <https://github.com/openstack/ara/blob/feature/1.0/roles/ara_api/defaults/main.yaml>`_. See `defaults/main.yaml <https://github.com/ansible-community/ara/blob/feature/1.0/roles/ara_api/defaults/main.yaml>`_.
.. literalinclude:: ../../roles/ara_api/defaults/main.yaml .. literalinclude:: ../../roles/ara_api/defaults/main.yaml
:language: yaml+jinja :language: yaml+jinja

View File

@ -7,7 +7,7 @@ tests that do not require superuser privileges.
Role Variables Role Variables
-------------- --------------
See `defaults/main.yaml <https://github.com/openstack/ara/blob/feature/1.0/roles/ara_tests/defaults/main.yaml>`_. See `defaults/main.yaml <https://github.com/ansible-community/ara/blob/feature/1.0/roles/ara_tests/defaults/main.yaml>`_.
.. literalinclude:: ../../roles/ara_tests/defaults/main.yaml .. literalinclude:: ../../roles/ara_tests/defaults/main.yaml
:language: yaml+jinja :language: yaml+jinja

View File

@ -4,7 +4,7 @@ ansible-role-ara-web
.. image:: ../../doc/source/_static/ansible-role-ara-web.png .. image:: ../../doc/source/_static/ansible-role-ara-web.png
This Ansible role provides a framework for installing one or many instances of This Ansible role provides a framework for installing one or many instances of
`ara-web <https://github.com/openstack/ara-web>`_ in a variety of `ara-web <https://github.com/ansible-community/ara-web>`_ in a variety of
opinionated deployment topologies. opinionated deployment topologies.
It is currently tested and supported against Ubuntu 18.04 and Fedora 29. It is currently tested and supported against Ubuntu 18.04 and Fedora 29.
@ -12,7 +12,7 @@ It is currently tested and supported against Ubuntu 18.04 and Fedora 29.
Role Variables Role Variables
-------------- --------------
See `defaults/main.yaml <https://github.com/openstack/ara/blob/feature/1.0/roles/ara_web/defaults/main.yaml>`_. See `defaults/main.yaml <https://github.com/ansible-community/ara/blob/feature/1.0/roles/ara_web/defaults/main.yaml>`_.
.. literalinclude:: ../../roles/ara_web/defaults/main.yaml .. literalinclude:: ../../roles/ara_web/defaults/main.yaml
:language: yaml+jinja :language: yaml+jinja

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack Community author = OpenStack Community
author-email = openstack-discuss@lists.openstack.org author-email = openstack-discuss@lists.openstack.org
home-page = https://github.com/openstack/ara home-page = https://github.com/ansible-community/ara
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology