[WIP] Fix: various documentation and URL fixes

1) UCP -> Airship
2) readthedocs.io -> readthedocs.org (there is redirect)
3) http -> https
4) attcomdev -> airshipit (repo on quay.io)
5) att-comdev -> openstack/airship-* (repo on github/openstack git)
6) many URLs have been verified and adjusted to be current
7) no need for 'en/latest/' path in URL of the RTD
8) added more info to some setup.cfg and setup.py files
9) ucp-integration docs are now in airship-in-a-bottle
10) various other minor fixes

Change-Id: I89458b4367c0fa33297b25c0b9f9413e68485f73
This commit is contained in:
Roman Gorshunov 2018-09-21 18:56:45 +02:00
parent f9afea172d
commit 975abc0aa8
8 changed files with 10 additions and 9 deletions

View File

@ -6,4 +6,4 @@ open-source tools.
## Architecture ## Architecture
To get started, see [architecture](https://airship-treasuremap.readthedocs.io/en/latest/index.html). To get started, see [architecture](https://airship-treasuremap.readthedocs.org/en/latest/index.html).

View File

@ -193,7 +193,7 @@ folder) from unique site elements (i.e., ``site`` folder).
To gain a full understanding of the pegleg strutcure, it is highly To gain a full understanding of the pegleg strutcure, it is highly
recommended to read pegleg documentation on this recommended to read pegleg documentation on this
`here <https://airship-pegleg.readthedocs.io/en/latest/>`__. `here <https://airship-pegleg.readthedocs.org/>`__.
The ``airship-seaworthy`` site may be used as reference site. It is the The ``airship-seaworthy`` site may be used as reference site. It is the
principal pipeline for integration and continuous deployment testing of Airship. principal pipeline for integration and continuous deployment testing of Airship.

View File

@ -200,6 +200,6 @@ Process Flows
.. _Kubernetes Homepage: https://kubernetes.io/ .. _Kubernetes Homepage: https://kubernetes.io/
.. _Openstack: https://www.openstack.org/ .. _Openstack: https://www.openstack.org/
.. _Openstack Helm: https://github.com/openstack/openstack-helm .. _Openstack Helm: https://github.com/openstack/openstack-helm
.. _Treasuremap: https://github.com/att-comdev/treasuremap .. _Treasuremap: https://github.com/openstack/airship-treasuremap
.. _yaml: http://yaml.org/ .. _yaml: http://yaml.org/

View File

@ -8,8 +8,8 @@ metadata:
layer: global layer: global
storagePolicy: cleartext storagePolicy: cleartext
data: data:
description: Ceph config for UCP namespace(s) description: Ceph config for Airship UCP namespace(s)
chart_group: chart_group:
# NOTE: This will probably expand into one config per UCP namespace # NOTE: This will probably expand into one config per Airship UCP namespace
# that requires ceph access. # that requires ceph access.
- ucp-ceph-config - ucp-ceph-config

View File

@ -8,7 +8,7 @@ metadata:
layer: global layer: global
storagePolicy: cleartext storagePolicy: cleartext
data: data:
description: Common UCP Components description: Common Airship UCP Components
chart_group: chart_group:
- ucp-ingress - ucp-ingress
- ucp-mariadb - ucp-mariadb

View File

@ -8,7 +8,7 @@ metadata:
layer: global layer: global
storagePolicy: cleartext storagePolicy: cleartext
data: data:
description: UCP Keystone components description: Airship UCP Keystone components
chart_group: chart_group:
- ucp-keystone-memcached - ucp-keystone-memcached
- ucp-keystone - ucp-keystone

View File

@ -1,6 +1,7 @@
--- ---
# Certs genrated by Promenade, see docs at # Certs genrated by Promenade, see docs at
# https://treasuremap.readthedocs.io/en/latest/deployment.html#site-new-site-pki-pki-catalog-yaml # TODO: move to https://github.com/openstack/airship-treasuremap/blob/master/docs/source/authoring_and_deployment.rst
# https://github.com/att-comdev/treasuremap/blob/master/docs/source/deployment.rst#sitenew_sitepkipki-catalogyaml
data: | data: |
-----BEGIN CERTIFICATE----- -----BEGIN CERTIFICATE-----
MIIDSDCCAjCgAwIBAgIUegkh/antB1XyDVHdP5dv+0MZyBcwDQYJKoZIhvcNAQEL MIIDSDCCAjCgAwIBAgIUegkh/antB1XyDVHdP5dv+0MZyBcwDQYJKoZIhvcNAQEL

View File

@ -1,6 +1,6 @@
// Pipeline expects genesis to be setup according to the documentation // Pipeline expects genesis to be setup according to the documentation
// including networks, disks, ntp, ip rules, etc.. manually. // including networks, disks, ntp, ip rules, etc.. manually.
// https://airship-treasuremap.readthedocs.io/en/latest/authoring_and_deployment.html#genesis-node // https://airship-treasuremap.readthedocs.org/en/latest/authoring_and_deployment.html#genesis-node
// shared libaries used within the pipeline // shared libaries used within the pipeline
// https://github.com/att-comdev/cicd/blob/master/vars // https://github.com/att-comdev/cicd/blob/master/vars