From a2c7616cb34bfba12b227fbf9785fb1f0432f6fb Mon Sep 17 00:00:00 2001 From: James Denton Date: Thu, 14 Feb 2019 22:05:58 -0500 Subject: [PATCH] Correct formatting in README.rst This patch corrects some formatting issues causing the README to be rendered incorrectly. Change-Id: Ia1f532fcf43443ebe6249af870ed820c6d575b52 --- multi-node-aio/README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/multi-node-aio/README.rst b/multi-node-aio/README.rst index 3c96cb4f..782d91bc 100644 --- a/multi-node-aio/README.rst +++ b/multi-node-aio/README.rst @@ -37,8 +37,9 @@ NVMe partitions generally show a ``p`` before the partition number. The default suffix of ``1`` for ``sdb1`` can be changed to ``p1`` to support NVMe naming conventions using the ``mnaio_data_disk_suffix`` extra var shown here: - .. code-block:: bash - export MNAIO_ANSIBLE_PARAMETERS="-e mnaio_data_disk=nvme0n1 -e mnaio_data_disk_suffix=p1" +.. code-block:: bash + + export MNAIO_ANSIBLE_PARAMETERS="-e mnaio_data_disk=nvme0n1 -e mnaio_data_disk_suffix=p1" ./build.sh The playbooks will look for a volume group named "vg01", if this volume group @@ -62,11 +63,12 @@ at this time include: * ML2/LinuxBridge * ML2/Open Virtual Network (OVN) - To deploy an MNAIO with support for OVN, set the following parameter(s) prior +To deploy an MNAIO with support for OVN, set the following parameter(s) prior to executing the build: - .. code-block:: bash - export MNAIO_ANSIBLE_PARAMETERS="-e osa_enable_networking_ovn=true" +.. code-block:: bash + + export MNAIO_ANSIBLE_PARAMETERS="-e osa_enable_networking_ovn=true" ./build.sh When your ready, run the build script by executing ``bash ./build.sh``. The