diff --git a/doc/ha-guide/setup.cfg b/doc/ha-guide/setup.cfg index 0d59cf7454..1f7bb594ae 100644 --- a/doc/ha-guide/setup.cfg +++ b/doc/ha-guide/setup.cfg @@ -3,7 +3,7 @@ name = openstackhaguide summary = OpenStack High Availability Guide author = OpenStack author-email = openstack-docs@lists.openstack.org -home-page = http://docs.openstack.org/ +home-page = https://docs.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/doc/ha-guide/source/compute-node-ha.rst b/doc/ha-guide/source/compute-node-ha.rst index c847029af7..6c09d98f13 100644 --- a/doc/ha-guide/source/compute-node-ha.rst +++ b/doc/ha-guide/source/compute-node-ha.rst @@ -3,7 +3,7 @@ Configuring the compute node ============================ The `Newton Installation Tutorials and Guides -`_ +`_ provide instructions for installing multiple compute nodes. To make the compute nodes highly available, you must configure the environment to include multiple instances of the API and other services. diff --git a/doc/ha-guide/source/controller-ha-identity.rst b/doc/ha-guide/source/controller-ha-identity.rst index 0253d2631f..3eaea9ae72 100644 --- a/doc/ha-guide/source/controller-ha-identity.rst +++ b/doc/ha-guide/source/controller-ha-identity.rst @@ -16,7 +16,7 @@ Prerequisites Before beginning, ensure you have read the `OpenStack Identity service getting started documentation -`_. +`_. Add OpenStack Identity resource to Pacemaker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/ha-guide/source/controller-ha-telemetry.rst b/doc/ha-guide/source/controller-ha-telemetry.rst index 3f7afafa51..64a54324f1 100644 --- a/doc/ha-guide/source/controller-ha-telemetry.rst +++ b/doc/ha-guide/source/controller-ha-telemetry.rst @@ -3,7 +3,7 @@ Highly available Telemetry API ============================== The `Telemetry service -`_ +`_ provides a data collection service and an alarming service. Telemetry central agent @@ -22,7 +22,7 @@ It provides an API above several back ends that can be used for building distributed applications. Tooz supports -`various drivers `_ +`various drivers `_ including the following back end solutions: * `Zookeeper `_: @@ -39,7 +39,7 @@ the Telemetry services. For information about the required configuration options to set in the :file:`ceilometer.conf`, see the `coordination section -`_ +`_ in the OpenStack Configuration Reference. .. note:: @@ -61,7 +61,7 @@ agent configuration supports using different configuration files. This is for groups of service instances that are running in parallel. For enabling this configuration, set a value for the ``partitioning_group_prefix`` option in the -`polling section `_ +`polling section `_ in the OpenStack Configuration Reference. .. warning:: @@ -72,10 +72,10 @@ in the OpenStack Configuration Reference. can be set in the :file:`/etc/ceilometer/pipeline.yaml` configuration file. For more information about pipelines see the `Data collection and processing - `_ + `_ section. To enable the compute agent to run multiple instances simultaneously with workload partitioning, the ``workload_partitioning`` option must be set to -``True`` under the `compute section `_ +``True`` under the `compute section `_ in the :file:`ceilometer.conf` configuration file. diff --git a/doc/ha-guide/source/environment-hardware.rst b/doc/ha-guide/source/environment-hardware.rst index 39a4448a3c..eb294a4b9b 100644 --- a/doc/ha-guide/source/environment-hardware.rst +++ b/doc/ha-guide/source/environment-hardware.rst @@ -12,11 +12,11 @@ The following are the standard hardware requirements: - Provider networks: See the *Overview -> Networking Option 1: Provider networks* section of the - `Install Tutorials and Guides `_ + `Install Tutorials and Guides `_ depending on your distribution. - Self-service networks: See the *Overview -> Networking Option 2: Self-service networks* section of the - `Install Tutorials and Guides `_ + `Install Tutorials and Guides `_ depending on your distribution. OpenStack does not require a significant amount of resources and the following diff --git a/doc/ha-guide/source/environment-memcached.rst b/doc/ha-guide/source/environment-memcached.rst index c3f5c9304c..d1310dfb69 100644 --- a/doc/ha-guide/source/environment-memcached.rst +++ b/doc/ha-guide/source/environment-memcached.rst @@ -28,5 +28,5 @@ By default, ``controller1`` handles the caching service. If the host goes down, For more information about Memcached installation, see the *Environment -> Memcached* section in the -`Installation Tutorials and Guides `_ +`Installation Tutorials and Guides `_ depending on your distribution. diff --git a/doc/ha-guide/source/environment-ntp.rst b/doc/ha-guide/source/environment-ntp.rst index 6656ae1922..7d9243b4ca 100644 --- a/doc/ha-guide/source/environment-ntp.rst +++ b/doc/ha-guide/source/environment-ntp.rst @@ -7,4 +7,4 @@ We recommend that you configure the controller node to reference more accurate (lower stratum) servers and other nodes to reference the controller node. For more information, see the `Newton Installation Tutorials and Guides -`_. +`_. diff --git a/doc/ha-guide/source/environment-operatingsystem.rst b/doc/ha-guide/source/environment-operatingsystem.rst index e94079e6e6..affd698597 100644 --- a/doc/ha-guide/source/environment-operatingsystem.rst +++ b/doc/ha-guide/source/environment-operatingsystem.rst @@ -5,7 +5,7 @@ Installing the operating system The first step in setting up your highly available OpenStack cluster is to install the operating system on each node. Follow the instructions in the *Environment* section of the -`Installation Tutorials and Guides `_ +`Installation Tutorials and Guides `_ depending on your distribution. The OpenStack Installation Tutorials and Guides also include a list of diff --git a/doc/ha-guide/source/networking-ha.rst b/doc/ha-guide/source/networking-ha.rst index 240668b98e..3c7347d82d 100644 --- a/doc/ha-guide/source/networking-ha.rst +++ b/doc/ha-guide/source/networking-ha.rst @@ -11,7 +11,7 @@ Configuring the networking services Configure networking on each node. See the basic information about configuring networking in the *Networking service* section of the -`Install Tutorials and Guides `_, +`Install Tutorials and Guides `_, depending on your distribution. OpenStack network nodes contain: diff --git a/doc/ha-guide/source/shared-database-configure.rst b/doc/ha-guide/source/shared-database-configure.rst index 96ced6712d..a654d3e489 100644 --- a/doc/ha-guide/source/shared-database-configure.rst +++ b/doc/ha-guide/source/shared-database-configure.rst @@ -29,7 +29,7 @@ Galera Cluster requires that you open the following ports to network traffic: .. seealso:: For more information on firewalls, see `Firewalls and default ports - `_ + `_ in the Configuration Reference. This can be achieved using the :command:`iptables` command: diff --git a/doc/ha-guide/source/storage-ha-backend.rst b/doc/ha-guide/source/storage-ha-backend.rst index e587d71a34..8148b5287a 100644 --- a/doc/ha-guide/source/storage-ha-backend.rst +++ b/doc/ha-guide/source/storage-ha-backend.rst @@ -23,7 +23,7 @@ An OpenStack environment includes multiple data pools for the VMs: For more information about configuring storage back ends for the different storage options, see `Manage volumes -`_ +`_ in the OpenStack Administrator Guide. This section discusses ways to protect against data loss in your OpenStack @@ -54,6 +54,6 @@ itself. When Ceph RBD is used for ephemeral volumes as well as block and image storage, it supports `live migration -`_ +`_ of VMs with ephemeral drives. LVM only supports live migration of volume-backed VMs. diff --git a/doc/ha-guide/source/storage-ha-image.rst b/doc/ha-guide/source/storage-ha-image.rst index 89cf502582..0836c900f9 100644 --- a/doc/ha-guide/source/storage-ha-image.rst +++ b/doc/ha-guide/source/storage-ha-image.rst @@ -16,7 +16,7 @@ Prerequisites Before beginning, ensure that you are familiar with the documentation for installing the OpenStack Image API service. See the *Image service* section in the -`Installation Tutorials and Guides `_, +`Installation Tutorials and Guides `_, depending on your distribution. .. _glance-api-pacemaker: