summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2019-07-10 18:24:42 +0200
committerPawel Wieczorek <p.wieczorek2@samsung.com>2019-07-10 18:24:46 +0200
commit6278d97b0236a530c25959760796599b713028ef (patch)
tree4fe9503dd45d2bf988164da947c0175b58b9242a /docs
parent3fd3e27925e4a2760e27719ae6a942b154330869 (diff)
docs: Use auto-enumerated list
Reference: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#enumerated-lists Issue-ID: OOM-1978 Change-Id: Id81a00c24a271d4e05546a29bf93b93c7aded954 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/oom_setup_kubernetes_rancher.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/oom_setup_kubernetes_rancher.rst b/docs/oom_setup_kubernetes_rancher.rst
index 7f4e204a1e..90a060b592 100644
--- a/docs/oom_setup_kubernetes_rancher.rst
+++ b/docs/oom_setup_kubernetes_rancher.rst
@@ -30,19 +30,19 @@ to deploy and manage our Kubernetes Cluster.
The result at the end of this tutorial will be:
-*1.* Creation of a Key Pair to use with Open Stack and RKE
+#. Creation of a Key Pair to use with Open Stack and RKE
-*2.* Creation of OpenStack VMs to host Kubernetes Control Plane
+#. Creation of OpenStack VMs to host Kubernetes Control Plane
-*3.* Creation of OpenStack VMs to host Kubernetes Workers
+#. Creation of OpenStack VMs to host Kubernetes Workers
-*4.* Installation and configuration of RKE to setup an HA Kubernetes
+#. Installation and configuration of RKE to setup an HA Kubernetes
-*5.* Installation and configuration of kubectl
+#. Installation and configuration of kubectl
-*5.* Installation and configuration of helm
+#. Installation and configuration of helm
-*7.* Creation of an NFS Server to be used by ONAP as shared persistance
+#. Creation of an NFS Server to be used by ONAP as shared persistance
There are many ways one can execute the above steps. Including automation through the use of HEAT to setup the OpenStack VMs.
To better illustrate the steps involved, we have captured the manual creation of such an environment using the ONAP Wind River Open Lab.