[install] disable line numbering for code blocks
Change-Id: Ie45dc87e39c1398258e803534c9d45b175658adc Implements: blueprint installguide-liberty
This commit is contained in:
parent
7530a1a78d
commit
75618dd786
@ -74,7 +74,6 @@ create a MongoDB database, service credentials, and API endpoint.
|
|||||||
IP address of the controller node.
|
IP address of the controller node.
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
bind_ip = 10.0.0.11
|
bind_ip = 10.0.0.11
|
||||||
|
|
||||||
@ -85,7 +84,6 @@ create a MongoDB database, service credentials, and API endpoint.
|
|||||||
assert the ``smallfiles`` key:
|
assert the ``smallfiles`` key:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
smallfiles = true
|
smallfiles = true
|
||||||
|
|
||||||
@ -111,7 +109,6 @@ create a MongoDB database, service credentials, and API endpoint.
|
|||||||
IP address of the controller node.
|
IP address of the controller node.
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
bind_ip = 10.0.0.11
|
bind_ip = 10.0.0.11
|
||||||
|
|
||||||
@ -122,7 +119,6 @@ create a MongoDB database, service credentials, and API endpoint.
|
|||||||
assert the ``smallfiles`` key:
|
assert the ``smallfiles`` key:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
smallfiles = true
|
smallfiles = true
|
||||||
|
|
||||||
@ -146,7 +142,6 @@ create a MongoDB database, service credentials, and API endpoint.
|
|||||||
IP address of the controller node.
|
IP address of the controller node.
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
bind_ip = 10.0.0.11
|
bind_ip = 10.0.0.11
|
||||||
|
|
||||||
@ -157,7 +152,6 @@ create a MongoDB database, service credentials, and API endpoint.
|
|||||||
assert the ``smallfiles`` key:
|
assert the ``smallfiles`` key:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
smallfiles = true
|
smallfiles = true
|
||||||
|
|
||||||
@ -375,7 +369,6 @@ To install and configure the Telemetry module components
|
|||||||
a. In the ``[database]`` section, configure database access:
|
a. In the ``[database]`` section, configure database access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
...
|
...
|
||||||
@ -390,7 +383,6 @@ To install and configure the Telemetry module components
|
|||||||
configure ``RabbitMQ`` message queue access:
|
configure ``RabbitMQ`` message queue access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -409,7 +401,6 @@ To install and configure the Telemetry module components
|
|||||||
configure Identity service access:
|
configure Identity service access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -434,7 +425,6 @@ To install and configure the Telemetry module components
|
|||||||
d. In the ``[service_credentials]`` section, configure service credentials:
|
d. In the ``[service_credentials]`` section, configure service credentials:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[service_credentials]
|
[service_credentials]
|
||||||
...
|
...
|
||||||
@ -451,7 +441,6 @@ To install and configure the Telemetry module components
|
|||||||
e. In the ``[publisher]`` section, configure the telemetry secret:
|
e. In the ``[publisher]`` section, configure the telemetry secret:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[publisher]
|
[publisher]
|
||||||
...
|
...
|
||||||
@ -465,7 +454,6 @@ To install and configure the Telemetry module components
|
|||||||
f. In the ``[collector]`` section, configure the dispatcher:
|
f. In the ``[collector]`` section, configure the dispatcher:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[collector]
|
[collector]
|
||||||
...
|
...
|
||||||
@ -475,7 +463,6 @@ To install and configure the Telemetry module components
|
|||||||
logging in the ``[DEFAULT]`` section:
|
logging in the ``[DEFAULT]`` section:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -487,7 +474,6 @@ To install and configure the Telemetry module components
|
|||||||
logging in the ``[DEFAULT]`` section:
|
logging in the ``[DEFAULT]`` section:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
|
@ -38,7 +38,6 @@ To install and configure the agent
|
|||||||
a. In the ``[publisher]`` section, configure the telemetry secret:
|
a. In the ``[publisher]`` section, configure the telemetry secret:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[publisher]
|
[publisher]
|
||||||
...
|
...
|
||||||
@ -51,7 +50,6 @@ To install and configure the agent
|
|||||||
configure ``RabbitMQ`` message queue access:
|
configure ``RabbitMQ`` message queue access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -70,7 +68,6 @@ To install and configure the agent
|
|||||||
configure Identity service access:
|
configure Identity service access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
...
|
...
|
||||||
@ -93,7 +90,6 @@ To install and configure the agent
|
|||||||
credentials:
|
credentials:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[service_credentials]
|
[service_credentials]
|
||||||
...
|
...
|
||||||
@ -111,7 +107,6 @@ To install and configure the agent
|
|||||||
logging in the ``[DEFAULT]`` section:
|
logging in the ``[DEFAULT]`` section:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -126,7 +121,6 @@ Edit the :file:`/etc/nova/nova.conf` file and configure
|
|||||||
notifications in the ``[DEFAULT]`` section:
|
notifications in the ``[DEFAULT]`` section:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
|
@ -57,7 +57,6 @@ run the Object Storage proxy service.
|
|||||||
``ResellerAdmin`` role:
|
``ResellerAdmin`` role:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[filter:keystoneauth]
|
[filter:keystoneauth]
|
||||||
...
|
...
|
||||||
@ -66,7 +65,6 @@ run the Object Storage proxy service.
|
|||||||
b. In the ``[pipeline:main]`` section, add ``ceilometer``:
|
b. In the ``[pipeline:main]`` section, add ``ceilometer``:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[pipeline:main]
|
[pipeline:main]
|
||||||
...
|
...
|
||||||
@ -75,7 +73,6 @@ run the Object Storage proxy service.
|
|||||||
c. In the ``[filter:ceilometer]`` section, configure notifications:
|
c. In the ``[filter:ceilometer]`` section, configure notifications:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[filter:ceilometer]
|
[filter:ceilometer]
|
||||||
...
|
...
|
||||||
|
@ -60,7 +60,6 @@ The Debian package post installation scripts will then perform the below
|
|||||||
commands for you:
|
commands for you:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
PKG_SERVICE_ID=$(pkgos_get_id keystone --os-token ${AUTH_TOKEN} \
|
PKG_SERVICE_ID=$(pkgos_get_id keystone --os-token ${AUTH_TOKEN} \
|
||||||
--os-endpoint http://${KEYSTONE_ENDPOINT_IP}:35357/v2.0/ service-create \
|
--os-endpoint http://${KEYSTONE_ENDPOINT_IP}:35357/v2.0/ service-create \
|
||||||
|
@ -106,7 +106,6 @@ The following example shows how to pre-seed an automated MySQL Server
|
|||||||
installation:
|
installation:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
:linenos:
|
|
||||||
|
|
||||||
MYSQL_PASSWORD=MYSQL_PASSWORD
|
MYSQL_PASSWORD=MYSQL_PASSWORD
|
||||||
echo "mysql-server-5.5 mysql-server/root_password password ${MYSQL_PASSWORD}
|
echo "mysql-server-5.5 mysql-server/root_password password ${MYSQL_PASSWORD}
|
||||||
|
@ -50,7 +50,6 @@ might create a keystone configuration file for ``dbconfig-common`` that is
|
|||||||
located in :file:`/etc/dbconfig-common/keystone.conf`, as follows:
|
located in :file:`/etc/dbconfig-common/keystone.conf`, as follows:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
dbc_install='true'
|
dbc_install='true'
|
||||||
dbc_upgrade='true'
|
dbc_upgrade='true'
|
||||||
@ -141,7 +140,6 @@ Alternatively, if you do not want to install this package, run this
|
|||||||
script to enable remote root access:
|
script to enable remote root access:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
:linenos:
|
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ access it. You must also configure the ``admin_tenant_name``,
|
|||||||
Generally, this section looks like this:
|
Generally, this section looks like this:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
auth_uri = http://controller:5000/v2.0
|
auth_uri = http://controller:5000/v2.0
|
||||||
@ -45,7 +44,6 @@ This information is stored in the configuration file for each service.
|
|||||||
For example:
|
For example:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
/etc/ceilometer/ceilometer.conf
|
/etc/ceilometer/ceilometer.conf
|
||||||
/etc/nova/api-paste.ini
|
/etc/nova/api-paste.ini
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
.. highlight:: ini
|
|
||||||
:linenothreshold: 1
|
|
||||||
|
|
||||||
==============================
|
==============================
|
||||||
OpenStack service dependencies
|
OpenStack service dependencies
|
||||||
==============================
|
==============================
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
.. highlight:: ini
|
|
||||||
:linenothreshold: 1
|
|
||||||
|
|
||||||
.. _environment-ntp:
|
.. _environment-ntp:
|
||||||
|
|
||||||
Network Time Protocol (NTP)
|
Network Time Protocol (NTP)
|
||||||
|
@ -301,7 +301,6 @@ To install and configure the Orchestration components
|
|||||||
* In the ``[database]`` section, configure database access:
|
* In the ``[database]`` section, configure database access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
...
|
...
|
||||||
@ -314,7 +313,6 @@ To install and configure the Orchestration components
|
|||||||
configure ``RabbitMQ`` message queue access:
|
configure ``RabbitMQ`` message queue access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -333,7 +331,6 @@ To install and configure the Orchestration components
|
|||||||
configure Identity service access:
|
configure Identity service access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
...
|
...
|
||||||
@ -360,7 +357,6 @@ To install and configure the Orchestration components
|
|||||||
wait condition URLs:
|
wait condition URLs:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -371,7 +367,6 @@ To install and configure the Orchestration components
|
|||||||
Identity service domain:
|
Identity service domain:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -386,7 +381,6 @@ To install and configure the Orchestration components
|
|||||||
logging in the ``[DEFAULT]`` section:
|
logging in the ``[DEFAULT]`` section:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
@ -438,7 +432,6 @@ To install and configure the Orchestration components
|
|||||||
* In the ``[ec2authtoken]`` section, configure Identity service access:
|
* In the ``[ec2authtoken]`` section, configure Identity service access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
:linenos:
|
|
||||||
|
|
||||||
[ec2authtoken]
|
[ec2authtoken]
|
||||||
...
|
...
|
||||||
|
@ -21,7 +21,6 @@ module (heat).
|
|||||||
file with the following content:
|
file with the following content:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
:linenos:
|
|
||||||
|
|
||||||
heat_template_version: 2014-10-16
|
heat_template_version: 2014-10-16
|
||||||
description: A simple server.
|
description: A simple server.
|
||||||
|
Loading…
Reference in New Issue
Block a user