Fix broken links in docs
Change-Id: Ib5a3ebbe25ee339540d53fe827a605c0b06d2cfc
This commit is contained in:
parent
776071613d
commit
a0304229ff
@ -166,5 +166,5 @@ For more information about forks, please see the following references:
|
||||
* `Ansible Performance Tuning`_
|
||||
|
||||
.. _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
|
||||
|
@ -19,7 +19,7 @@ Reviewing the documentation allow you to find the variable names
|
||||
if you want to use a different port.
|
||||
|
||||
.. 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
|
||||
configure your firewall.
|
||||
|
||||
@ -47,7 +47,7 @@ by executing the following:
|
||||
|
||||
.. 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.
|
||||
The automatically generated ``/etc/haproxy/haproxy.cfg`` file have
|
||||
enough information on the ports to open for your environment.
|
||||
|
@ -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>`__
|
||||
|
||||
- `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
|
||||
sheet <https://docs.openstack.org/python-cinderclient/latest/cli/details.html>`__
|
||||
|
@ -31,16 +31,15 @@ certificates, keys, and CA certificates.
|
||||
|
||||
To learn more about how to customize the deployment of encrypted
|
||||
communications, see
|
||||
:deploy_guide:`Securing services with SSL
|
||||
certificates <app-advanced-config-sslcertificates.html>`.
|
||||
`Securing services with SSL certificates </user/security/index.html>`_.
|
||||
|
||||
Host security hardening
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
OpenStack-Ansible provides a comprehensive `security hardening role`_ that
|
||||
applies over 200 security configurations as recommended by the `Security
|
||||
Technical Implementation Guide`_ (STIG) provided by the `Defense Information
|
||||
Systems Agency`_ (DISA). These security configurations are widely used and are
|
||||
Technical Implementation Guide`_ (STIG) provided by the Defense Information
|
||||
Systems Agency (DISA). These security configurations are widely used and are
|
||||
distributed in the public domain by the United States government.
|
||||
|
||||
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 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/
|
||||
|
||||
Isolation
|
||||
|
@ -65,9 +65,9 @@ the `LVMVolumeDriver`_ and many of the drivers for commercial storage devices.
|
||||
`cinder volume active-active support spec`_ is implemented.
|
||||
|
||||
.. _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
|
||||
.. _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
|
||||
|
||||
Object Storage (swift)
|
||||
|
@ -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
|
||||
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
|
||||
----------------------
|
||||
|
@ -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
|
||||
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.
|
||||
|
||||
Rebuilding an AIO
|
||||
|
@ -174,4 +174,3 @@ For more ideas how to tune your Gnocchi stack, take a look at these
|
||||
presentations:
|
||||
|
||||
* 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
|
||||
|
@ -107,9 +107,6 @@ the built-in groups provided by OpenStack-Ansible.
|
||||
|
||||
Before creating custom groups, please review the following:
|
||||
|
||||
* :dev_docs:`OpenStack-Ansible Inventory
|
||||
<contributor/inventory.html>`
|
||||
|
||||
* :dev_docs:`Configuring the inventory
|
||||
<reference/inventory/configure-inventory.html>`
|
||||
|
||||
|
@ -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,
|
||||
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
|
||||
----------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user