Update site URL
We moved publishing of this repo to https://docs.opendev.org/opendev/infra-specs/latest/, update all links. Also, remove unused import of autodoc from doc/source/conf.py Change-Id: I156b12d0e49362563cd8c39f30475bafe889c23b
This commit is contained in:
parent
37e0167f5f
commit
e589f986d8
@ -50,4 +50,4 @@ manage this by proposing an update to the specification in question.
|
||||
http://eavesdrop.openstack.org/#Project_Infrastructure_Team_Meeting
|
||||
.. _Infrastructure Council:
|
||||
https://docs.openstack.org/infra/system-config/project.html#teams
|
||||
.. _specs site: https://specs.openstack.org/openstack-infra/infra-specs/
|
||||
.. _specs site: https://docs.opendev.org/opendev/infra-specs/latest/
|
||||
|
@ -22,14 +22,13 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinxcontrib.blockdiag',
|
||||
'openstackdocstheme',
|
||||
'yasfb',
|
||||
]
|
||||
|
||||
# Feed configuration for yasfb
|
||||
feed_base_url = 'http://specs.openstack.org/openstack-infra/infra-specs'
|
||||
feed_base_url = 'https://docs.opendev.org/opendev/infra-specs/latest/'
|
||||
feed_author = 'OpenStack Infrastructure Team'
|
||||
|
||||
exclude_patterns = [
|
||||
|
@ -457,4 +457,4 @@ Dependencies
|
||||
This work needs to integrate with ongoing work in the `update config
|
||||
management spec`_.
|
||||
|
||||
.. _`update config management spec`: https://specs.openstack.org/openstack-infra/infra-specs/specs/update-config-management.html
|
||||
.. _`update config management spec`: https://docs.opendev.org/opendev/infra-specs/latest/specs/update-config-management.html
|
||||
|
@ -188,6 +188,6 @@ This is related to the ongoing `Zuul v3`_ work and builds on the
|
||||
completed `Zookeeper Workers`_ work in Nodepool.
|
||||
|
||||
.. _Zuul v3:
|
||||
http://specs.openstack.org/openstack-infra/infra-specs/specs/zuulv3.html
|
||||
https://docs.opendev.org/opendev/infra-specs/latest/specs/zuulv3.html
|
||||
.. _Zookeeper Workers:
|
||||
http://specs.openstack.org/openstack-infra/infra-specs/specs/nodepool-zookeeper-workers.html
|
||||
https://docs.opendev.org/opendev/infra-specs/latest/specs/nodepool-zookeeper-workers.html
|
||||
|
@ -46,7 +46,7 @@ However, this proposal recommends utilizing a single technology -- the
|
||||
distributed coordination service Zookeeper, to replace the functions
|
||||
served by both the database and Gearman.
|
||||
|
||||
.. _Nodepool Build Worker: http://specs.openstack.org/openstack-infra/infra-specs/specs/nodepool-workers.html
|
||||
.. _Nodepool Build Worker: https://docs.opendev.org/opendev/infra-specs/latest/specs/nodepool-workers.html
|
||||
|
||||
Proposed Change
|
||||
===============
|
||||
@ -166,10 +166,10 @@ distributed Zuul queue workers to process it, thereby achieving the
|
||||
same fully-distributed application design in Zuul.
|
||||
|
||||
.. _Nodepool Launch Worker:
|
||||
http://specs.openstack.org/openstack-infra/infra-specs/specs/nodepool-launch-workers.html
|
||||
https://docs.opendev.org/opendev/infra-specs/latest/specs/nodepool-zookeeper-workers.html
|
||||
|
||||
.. _Zuul v3:
|
||||
http://specs.openstack.org/openstack-infra/infra-specs/specs/zuulv3.html
|
||||
https://docs.opendev.org/opendev/infra-specs/latest/specs/zuulv3.html
|
||||
|
||||
Alternatives
|
||||
------------
|
||||
|
@ -449,7 +449,7 @@ References
|
||||
- `Features of the Puppet 4 Language <https://www.devco.net/archives/2015/07/31/shiny-new-things-in-puppet-4.php>`_
|
||||
|
||||
.. _`add a central ARA instance`: https://review.openstack.org/527500/
|
||||
.. _`Puppet 4 Preliminary Testing spec`: http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet_4_prelim_testing.html
|
||||
.. _`Puppet 4 Preliminary Testing spec`: https://docs.opendev.org/opendev/infra-specs/latest/specs/puppet_4_prelim_testing.html
|
||||
.. _dumb-init: https://github.com/Yelp/dumb-init
|
||||
.. _openshift-ansible: https://github.com/openshift/openshift-ansible
|
||||
.. _oc cluster up: https://github.com/openshift/origin/blob/master/docs/cluster_up_down.md
|
||||
|
@ -281,7 +281,7 @@ Something to deploy container images
|
||||
|
||||
Infra is moving to containerised services
|
||||
|
||||
`<https://specs.openstack.org/openstack-infra/infra-specs/specs/update-config-management.html>`__
|
||||
`<https://docs.opendev.org/opendev/infra-specs/latest/specs/update-config-management.html>`__
|
||||
|
||||
As at September 2018, work in this area is just beginning with the
|
||||
`pbrx <https://pbrx.readthedocs.io/en/latest/readme.html>`__ container
|
||||
|
Loading…
x
Reference in New Issue
Block a user