Merge "Fix broken links in docs"

This commit is contained in:
Zuul 2019-04-23 10:48:13 +00:00 committed by Gerrit Code Review
commit e837d2a8fa
10 changed files with 12 additions and 18 deletions

View File

@ -166,5 +166,5 @@ For more information about forks, please see the following references:
* `Ansible Performance Tuning`_ * `Ansible Performance Tuning`_
.. _Bug 1479812: https://bugs.launchpad.net/openstack-ansible/+bug/1479812 .. _Bug 1479812: https://bugs.launchpad.net/openstack-ansible/+bug/1479812
.. _forks: http://docs.ansible.com/ansible/intro_configuration.html#forks .. _forks: https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html#cmdoption-ansible-playbook-f
.. _Ansible Performance Tuning: https://www.ansible.com/blog/ansible-performance-tuning .. _Ansible Performance Tuning: https://www.ansible.com/blog/ansible-performance-tuning

View File

@ -19,7 +19,7 @@ Reviewing the documentation allow you to find the variable names
if you want to use a different port. if you want to use a different port.
.. note:: OpenStack-Ansible's group vars conveniently expose the vars outside of the .. note:: OpenStack-Ansible's group vars conveniently expose the vars outside of the
`role scope <https://github.com/openstack/openstack-ansible/blob/master/playbooks/inventory/group_vars/all.yml>`_ `role scope <https://opendev.org/openstack/openstack-ansible/src/inventory/group_vars/all/all.yml>`_
in case you are relying on the OpenStack-Ansible groups to in case you are relying on the OpenStack-Ansible groups to
configure your firewall. configure your firewall.
@ -47,7 +47,7 @@ by executing the following:
.. note:: .. note::
`Haproxy <https://github.com/openstack/openstack-ansible/blob/master/playbooks/vars/configs/haproxy_config.yml>`_ `Haproxy <https://opendev.org/openstack/openstack-ansible/src/commit/6520d0bb2c689ed7caa5df581be6a966133cdce0/inventory/group_vars/haproxy/haproxy.yml>`_
can be configured with OpenStack-Ansible. can be configured with OpenStack-Ansible.
The automatically generated ``/etc/haproxy/haproxy.cfg`` file have The automatically generated ``/etc/haproxy/haproxy.cfg`` file have
enough information on the ports to open for your environment. enough information on the ports to open for your environment.

View File

@ -65,7 +65,7 @@ For more information about OpenStack client utilities, see these links:
sheet <https://docs.openstack.org/python-neutronclient/latest/cli/neutron.html>`__ sheet <https://docs.openstack.org/python-neutronclient/latest/cli/neutron.html>`__
- `Block Storage (cinder) CLI commands - `Block Storage (cinder) CLI commands
<https://docs.openstack.org/python-cinderclient/latest/user/cinder.html>`__ <https://docs.openstack.org/python-cinderclient/latest/user/shell.html>`__
- `Block Storage (cinder) CLI command cheat - `Block Storage (cinder) CLI command cheat
sheet <https://docs.openstack.org/python-cinderclient/latest/cli/details.html>`__ sheet <https://docs.openstack.org/python-cinderclient/latest/cli/details.html>`__

View File

@ -31,16 +31,15 @@ certificates, keys, and CA certificates.
To learn more about how to customize the deployment of encrypted To learn more about how to customize the deployment of encrypted
communications, see communications, see
:deploy_guide:`Securing services with SSL `Securing services with SSL certificates </user/security/index.html>`_.
certificates <app-advanced-config-sslcertificates.html>`.
Host security hardening Host security hardening
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
OpenStack-Ansible provides a comprehensive `security hardening role`_ that OpenStack-Ansible provides a comprehensive `security hardening role`_ that
applies over 200 security configurations as recommended by the `Security applies over 200 security configurations as recommended by the `Security
Technical Implementation Guide`_ (STIG) provided by the `Defense Information Technical Implementation Guide`_ (STIG) provided by the Defense Information
Systems Agency`_ (DISA). These security configurations are widely used and are Systems Agency (DISA). These security configurations are widely used and are
distributed in the public domain by the United States government. distributed in the public domain by the United States government.
Host security hardening is required by several compliance and regulatory Host security hardening is required by several compliance and regulatory
@ -59,7 +58,6 @@ For more information about the security configurations, see the
.. _security hardening role: http://docs.openstack.org/developer/ansible-hardening/ .. _security hardening role: http://docs.openstack.org/developer/ansible-hardening/
.. _Security Technical Implementation Guide: https://en.wikipedia.org/wiki/Security_Technical_Implementation_Guide .. _Security Technical Implementation Guide: https://en.wikipedia.org/wiki/Security_Technical_Implementation_Guide
.. _Defense Information Systems Agency: http://www.disa.mil/
.. _Payment Card Industry Data Security Standard: https://www.pcisecuritystandards.org/pci_security/ .. _Payment Card Industry Data Security Standard: https://www.pcisecuritystandards.org/pci_security/
Isolation Isolation

View File

@ -65,9 +65,9 @@ the `LVMVolumeDriver`_ and many of the drivers for commercial storage devices.
`cinder volume active-active support spec`_ is implemented. `cinder volume active-active support spec`_ is implemented.
.. _cinder driver: http://docs.openstack.org/developer/cinder/drivers.html .. _cinder driver: http://docs.openstack.org/developer/cinder/drivers.html
.. _LVMVolumeDriver: http://docs.openstack.org/developer/cinder/drivers.html#lvmvolumedriver .. _LVMVolumeDriver: https://docs.openstack.org/cinder/latest/drivers.html#lvmvolumedriver
.. _limitation with container iSCSI connectivity: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1226855 .. _limitation with container iSCSI connectivity: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1226855
.. _cinder-manage CLI tool: http://docs.openstack.org/developer/cinder/man/cinder-manage.html#cinder-volume .. _cinder-manage CLI tool: https://docs.openstack.org/cinder/latest/cli/cinder-manage.html
.. _cinder volume active-active support spec: https://specs.openstack.org/openstack/cinder-specs/specs/mitaka/cinder-volume-active-active-support.html .. _cinder volume active-active support spec: https://specs.openstack.org/openstack/cinder-specs/specs/mitaka/cinder-volume-active-active-support.html
Object Storage (swift) Object Storage (swift)

View File

@ -299,7 +299,7 @@ OpenStack-Ansible enables you to reference any options in the
`OpenStack Configuration Reference`_ through the use of a simple set of `OpenStack Configuration Reference`_ through the use of a simple set of
configuration entries in the ``/etc/openstack_deploy/user_variables.yml``. configuration entries in the ``/etc/openstack_deploy/user_variables.yml``.
.. _OpenStack Configuration Reference: http://docs.openstack.org/draft/config-reference/ .. _OpenStack Configuration Reference: https://docs.openstack.org/latest/configuration/
Overriding .conf files Overriding .conf files
---------------------- ----------------------

View File

@ -292,7 +292,7 @@ This is done by executing the following:
If this fails to get the database cluster back into a running state, then If this fails to get the database cluster back into a running state, then
please make use of the please make use of the
:dev_docs:`Galera Cluster Recovery <admin/maintenance-tasks/galera.html>` `Galera Cluster Recovery </admin/maintenance-tasks.html#galera-cluster-recovery>`
section in the operations guide. section in the operations guide.
Rebuilding an AIO Rebuilding an AIO

View File

@ -174,4 +174,3 @@ For more ideas how to tune your Gnocchi stack, take a look at these
presentations: presentations:
* https://docs.openstack.org/developer/performance-docs/test_results/telemetry_gnocchi_with_ceph/index.html * https://docs.openstack.org/developer/performance-docs/test_results/telemetry_gnocchi_with_ceph/index.html
* https://julien.danjou.info/talks/OpenStack_Telemetry_and_the_10000_Instances.pdf

View File

@ -107,9 +107,6 @@ the built-in groups provided by OpenStack-Ansible.
Before creating custom groups, please review the following: Before creating custom groups, please review the following:
* :dev_docs:`OpenStack-Ansible Inventory
<contributor/inventory.html>`
* :dev_docs:`Configuring the inventory * :dev_docs:`Configuring the inventory
<reference/inventory/configure-inventory.html>` <reference/inventory/configure-inventory.html>`

View File

@ -49,7 +49,7 @@ change the SSL certificate subject data for HAProxy, adjust the
For more information about the available fields in the certificate subject, For more information about the available fields in the certificate subject,
see the OpenSSL documentation for the `req subcommand`_. see the OpenSSL documentation for the `req subcommand`_.
.. _req subcommand: https://www.openssl.org/docs/manmaster/apps/req.html .. _req subcommand: https://www.openssl.org/docs/manmaster/man1/req.html
Generating and regenerating self-signed certificates Generating and regenerating self-signed certificates
---------------------------------------------------- ----------------------------------------------------