Merge "Fix broken links to ocata installation guide" into stable/ocata

This commit is contained in:
Jenkins 2017-08-27 16:56:29 +00:00 committed by Gerrit Code Review
commit 9c6fccee40
13 changed files with 23 additions and 23 deletions

View File

@ -7,7 +7,7 @@ Configure the Bare Metal service for cleaning
(which is enabled by default), you will need to set the
``cleaning_network`` configuration option.
.. _`Node cleaning`: http://docs.openstack.org/developer/ironic/ocata/deploy/cleaning.html#node-cleaning
.. _`Node cleaning`: http://docs.openstack.org/ironic/ocata/deploy/cleaning.html#node-cleaning
#. Note the network UUID (the `id` field) of the network you created in
:ref:`configure-networking` or another network you created for cleaning:

View File

@ -5,4 +5,4 @@ Configure port groups
See `Port groups configuration in Bare Metal service`_.
.. _`Port groups configuration in Bare Metal service`: http://docs.openstack.org/developer/ironic/ocata/deploy/portgroups.html
.. _`Port groups configuration in Bare Metal service`: http://docs.openstack.org/ironic/ocata/deploy/portgroups.html

View File

@ -5,4 +5,4 @@ Configure tenant networks
See `Multitenancy in Bare Metal service`_.
.. _`Multitenancy in Bare Metal service`: http://docs.openstack.org/developer/ironic/ocata/deploy/multitenancy.html#multitenancy
.. _`Multitenancy in Bare Metal service`: http://docs.openstack.org/ironic/ocata/deploy/multitenancy.html#multitenancy

View File

@ -12,7 +12,7 @@ the `CoreOS tools`_ at:
* `CoreOS deploy kernel <http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe-stable-ocata.vmlinuz>`_
* `CoreOS deploy ramdisk <http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem-stable-ocata.cpio.gz>`_
.. _ironic-python-agent: http://docs.openstack.org/developer/ironic-python-agent/ocata/
.. _ironic-python-agent: http://docs.openstack.org/ironic-python-agent/ocata/
Building from source
--------------------

View File

@ -32,7 +32,7 @@ image service does not use HTTPS, but it is required for secure communication.
It can be enabled by making the following changes to ``/etc/glance/glance-api.conf``:
#. `Configuring SSL support
<http://docs.openstack.org/developer/glance/configuring.html#configuring-ssl-support>`_
<http://docs.openstack.org/glance/ocata/configuring.html#configuring-ssl-support>`_
#. Restart the glance-api service::
@ -42,7 +42,7 @@ It can be enabled by making the following changes to ``/etc/glance/glance-api.co
Debian/Ubuntu:
sudo service glance-api restart
See the `Glance <http://docs.openstack.org/developer/glance/>`_ documentation,
See the `Glance <http://docs.openstack.org/glance/ocata/>`_ documentation,
for more details on the Image service.
Enabling HTTPS communication between Image service and Object storage
@ -56,7 +56,7 @@ To enable secure HTTPS communication between Image service and Object storage fo
#. :ref:`EnableHTTPSinSwift`
#. `Configure Swift Storage Backend
<http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend>`_
<http://docs.openstack.org/glance/ocata/configuring.html#configuring-the-swift-storage-backend>`_
#. :ref:`EnableHTTPSinGlance`

View File

@ -325,7 +325,7 @@ To move a node from ``manageable`` to ``available`` provision state::
For more details on the Bare Metal service's state machine, see the
`state machine <http://docs.openstack.org/developer/ironic/ocata/dev/states.html>`_
`state machine <http://docs.openstack.org/ironic/ocata/dev/states.html>`_
documentation.
@ -395,4 +395,4 @@ Hardware Inspection
Starting with the Kilo release, Bare Metal service supports hardware inspection
that simplifies enrolling nodes - please see `inspection`_ for details.
.. _`inspection`: http://docs.openstack.org/developer/ironic/ocata/deploy/inspection.html
.. _`inspection`: http://docs.openstack.org/ironic/ocata/deploy/inspection.html

View File

@ -73,8 +73,8 @@ bifrost_
A set of Ansible playbooks that automates the task of deploying a base image
onto a set of known hardware using ironic in a standalone mode.
.. _python-ironicclient: http://docs.openstack.org/developer/python-ironicclient/
.. _ironic-inspector: http://docs.openstack.org/developer/ironic-inspector/ocata/
.. _python-ironicclient: http://docs.openstack.org/python-ironicclient
.. _ironic-inspector: http://docs.openstack.org/ironic-inspector/ocata/
.. _diskimage-builder: http://docs.openstack.org/developer/diskimage-builder/
.. _bifrost: http://docs.openstack.org/developer/bifrost/ocata/
.. _bifrost: http://docs.openstack.org/bifrost/ocata/

View File

@ -15,7 +15,7 @@ them to the Image service:
The `disk-image-builder`_ can be used to create user images required for
deployment and the actual OS which the user is going to run.
.. _disk-image-builder: http://docs.openstack.org/developer/diskimage-builder/
.. _disk-image-builder: http://docs.openstack.org/diskimage-builder/latest
- Install diskimage-builder package (use virtualenv, if you don't
want to install anything globally):
@ -105,7 +105,7 @@ them to the Image service:
one kernel disk ``coreos_production_pxe.vmlinuz`` and one ram disk
``coreos_production_pxe_image-oem.cpio.gz``.
.. note:: If you want to customize your deploy images, please read `Image Builders <http://docs.openstack.org/developer/ironic-python-agent/ocata/index.html#image-builders>`_.
.. note:: If you want to customize your deploy images, please read `Image Builders <http://docs.openstack.org/ironic-python-agent/ocata/index.html#image-builders>`_.
#. Add the deploy images to the Image service

View File

@ -81,7 +81,7 @@ Configuring ironic-conductor service
Swift backend for the Image service should be installed and configured
for ``agent_*`` drivers. Starting with Mitaka the Bare Metal service also
supports Ceph Object Gateway (RADOS Gateway) as the Image service's backend
(`radosgw support <http://docs.openstack.org/developer/ironic/ocata/deploy/radosgw.html#radosgw-support>`_).
(`radosgw support <http://docs.openstack.org/ironic/ocata/deploy/radosgw.html#radosgw-support>`_).
#. Set the URL (replace ``NEUTRON_IP``) for connecting to the Networking
service, to be the Networking service endpoint:
@ -94,7 +94,7 @@ Configuring ironic-conductor service
url=http://NEUTRON_IP:9696
To configure the network for ironic-conductor service to perform node
cleaning, see `CleaningNetworkSetup <http://docs.openstack.org/developer/ironic/ocata/deploy/cleaning.html>`_
cleaning, see `CleaningNetworkSetup <http://docs.openstack.org/ironic/ocata/deploy/cleaning.html>`_
from the Ironic deploy guide.
#. Configure credentials for accessing other OpenStack services.
@ -173,7 +173,7 @@ Configuring ironic-conductor service
#. Make sure that ``qemu-img`` and ``iscsiadm`` (in the case of using iscsi-deploy driver)
binaries are installed and prepare the host system as described at
`Setup the drivers for the Bare Metal service <http://docs.openstack.org/developer/ironic/ocata/deploy/install-guide.html#setup-the-drivers-for-the-bare-metal-service>`_
`Setup the drivers for the Bare Metal service <http://docs.openstack.org/ironic/ocata/deploy/install-guide.html#setup-the-drivers-for-the-bare-metal-service>`_
#. Restart the ironic-conductor service:

View File

@ -20,8 +20,8 @@ The following sections will describe both methods.
with diskimage-builder_ **version >= 0.1.42** or ironic-python-agent_
in the kilo-era.
.. _diskimage-builder: http://docs.openstack.org/developer/diskimage-builder/
.. _ironic-python-agent: http://docs.openstack.org/developer/ironic-python-agent/ocata/
.. _diskimage-builder: http://docs.openstack.org/developer/diskimage-builder
.. _ironic-python-agent: http://docs.openstack.org/ironic-python-agent/ocata/
Enabling local boot with Compute service

View File

@ -13,4 +13,4 @@ resources from the Bare Metal service.
Notifications are disabled by default. For a complete list of available
notifications and instructions for how to enable them, see the `deploy
guide <http://docs.openstack.org/developer/ironic/ocata/deploy/notifications.html>`_.
guide <http://docs.openstack.org/ironic/ocata/deploy/notifications.html>`_.

View File

@ -343,7 +343,7 @@ on the Bare Metal service node(s) where ``ironic-conductor`` is running.
you have to ensure that iPXE firmware on the nodes can indeed
boot from generated temporary URLs that use HTTPS protocol.
.. _Ceph Object Gateway support: http://docs.openstack.org/developer/ironic/ocata/deploy/radosgw.html
.. _Ceph Object Gateway support: http://docs.openstack.org/ironic/ocata/deploy/radosgw.html
#. Restart the ``ironic-conductor`` process::
@ -502,7 +502,7 @@ Configure node web console
See `Configuring Web or Serial Console`_.
.. _`Configuring Web or Serial Console`: http://docs.openstack.org/developer/ironic/ocata/deploy/console.html
.. _`Configuring Web or Serial Console`: http://docs.openstack.org/ironic/ocata/deploy/console.html
.. _boot_mode_support:

View File

@ -123,4 +123,4 @@ following command.
$ ironic node-set-maintenance $NODE_UUID off
.. _ironic-python-agent: http://docs.openstack.org/developer/ironic-python-agent/ocata/
.. _ironic-python-agent: http://docs.openstack.org/ironic-python-agent/ocata/