[Docs] Move limited connectivity to user guide
This is a user story and should be treated as such. Change-Id: Id7b7e58aaaf0630b9b1b99796c39eebbc28e0b04
This commit is contained in:
parent
eb89fa513a
commit
b6eb92beca
@ -5,6 +5,5 @@ Appendices
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
app-limited-connectivity.rst
|
|
||||||
app-advanced-config-sslcertificates.rst
|
app-advanced-config-sslcertificates.rst
|
||||||
app-resources.rst
|
app-resources.rst
|
||||||
|
@ -335,7 +335,7 @@ if watermark == "":
|
|||||||
dev_branch_link_name = ""
|
dev_branch_link_name = ""
|
||||||
|
|
||||||
deploy_guide_prefix = "http://docs.openstack.org/project-deploy-guide/openstack-ansible/{}/%s".format(deploy_branch_link_name)
|
deploy_guide_prefix = "http://docs.openstack.org/project-deploy-guide/openstack-ansible/{}/%s".format(deploy_branch_link_name)
|
||||||
dev_docs_prefix = "http://docs.openstack.org/openstack-ansible/{}%s".format(dev_branch_link_name)
|
dev_docs_prefix = "http://docs.openstack.org/openstack-ansible/{}/%s".format(deploy_branch_link_name)
|
||||||
role_docs_prefix = "http://docs.openstack.org/openstack-ansible-%s/{}".format(dev_branch_link_name)
|
role_docs_prefix = "http://docs.openstack.org/openstack-ansible-%s/{}".format(dev_branch_link_name)
|
||||||
|
|
||||||
extlinks = {'deploy_guide': (deploy_guide_prefix, ''),
|
extlinks = {'deploy_guide': (deploy_guide_prefix, ''),
|
||||||
|
@ -154,7 +154,9 @@ Install the source and dependencies for the deployment host.
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
If you are installing with limited connectivity, please review
|
If you are installing with limited connectivity, please review
|
||||||
:ref:`limited-connectivity-appendix` before proceeding.
|
:dev_docs:`Installing with limited connectivity
|
||||||
|
<user/limited-connectivity/index.html>`
|
||||||
|
before proceeding.
|
||||||
|
|
||||||
#. Clone the latest stable release of the OpenStack-Ansible Git repository in
|
#. Clone the latest stable release of the OpenStack-Ansible Git repository in
|
||||||
the ``/opt/openstack-ansible`` directory:
|
the ``/opt/openstack-ansible`` directory:
|
||||||
|
@ -25,5 +25,6 @@ For in-depth technical information, see the
|
|||||||
aio/quickstart.rst
|
aio/quickstart.rst
|
||||||
test/example.rst
|
test/example.rst
|
||||||
prod/example.rst
|
prod/example.rst
|
||||||
|
limited-connectivity/index.rst
|
||||||
l3pods/example.rst
|
l3pods/example.rst
|
||||||
ceph/full-deploy.rst
|
ceph/full-deploy.rst
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
.. _limited-connectivity-appendix:
|
====================================
|
||||||
|
Installing with limited connectivity
|
||||||
================================================
|
====================================
|
||||||
Appendix H: Installing with limited connectivity
|
|
||||||
================================================
|
|
||||||
|
|
||||||
Many playbooks and roles in OpenStack-Ansible retrieve dependencies from the
|
Many playbooks and roles in OpenStack-Ansible retrieve dependencies from the
|
||||||
public Internet by default. Many deployers block direct outbound connectivity
|
public Internet by default. Many deployers block direct outbound connectivity
|
Loading…
Reference in New Issue
Block a user