summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRoger Maitland <Roger.Maitland@amdocs.com>2018-03-29 09:43:06 -0400
committerRoger Maitland <Roger.Maitland@amdocs.com>2018-03-29 09:43:06 -0400
commitefce48f73d3162f7705980c549968c799aee936f (patch)
treea3e560ad95448d671adba295c1aa5d9597076c2d /docs
parentac64381cf7e218c31af86be8f2164f4c7b8dba32 (diff)
Updated Cloud Guide with links to wiki
Change-Id: I7e5b4925739db9f270dee6aee3c5461e71183e1a Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com> Issue-ID: OOM-822
Diffstat (limited to 'docs')
-rw-r--r--docs/oom_cloud_setup_guide.rst49
1 files changed, 36 insertions, 13 deletions
diff --git a/docs/oom_cloud_setup_guide.rst b/docs/oom_cloud_setup_guide.rst
index 9cccc91431..3de125b965 100644
--- a/docs/oom_cloud_setup_guide.rst
+++ b/docs/oom_cloud_setup_guide.rst
@@ -2,6 +2,16 @@
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2018 Amdocs, Bell Canada
+.. Links
+.. _Microsoft Azure: https://wiki.onap.org/display/DW/ONAP+on+Kubernetes+on+Microsoft+Azure
+.. _Amazon AWS: https://wiki.onap.org/display/DW/ONAP+on+Kubernetes+on+Amazon+EC2
+.. _Google GCE: https://wiki.onap.org/display/DW/ONAP+on+Kubernetes+on+Google+Compute+Engine
+.. _VMware VIO: https://wiki.onap.org/display/DW/ONAP+on+VMware+Integrated+OpenStack+-+Container+Orchestration
+.. _OpenStack: https://wiki.onap.org/display/DW/ONAP+on+Kubernetes+on+OpenStack?src=contextnavpagetreemode
+.. _Setting Up Kubernetes with Rancher: https://wiki.onap.org/display/DW/ONAP+on+Kubernetes+on+Rancher
+.. _Setting Up Kubernetes with Kubeadm: https://wiki.onap.org/display/DW/Deploying+Kubernetes+Cluster+with+kubeadm
+.. _Setting Up Kubernetes with Cloudify: https://wiki.onap.org/display/DW/ONAP+on+Kubernetes+on+Cloudify
+
.. figure:: oomLogoV2-medium.png
:align: right
@@ -21,11 +31,14 @@ environment, the Kubernetes environment may be used for an extended period of
time, possibly spanning multiple ONAP releases.
.. note::
- Inclusion of a cloud technology or provider in this guide does not imply any
- endorsement of this technology.
+ Inclusion of a cloud technology or provider in this guide does not imply an
+ endorsement.
.. _Kubernetes: https://kubernetes.io/
+Software Requirements
+=====================
+
The versions of Kubernetes that are supported by OOM are as follows:
.. table:: OOM Software Requirements
@@ -37,9 +50,20 @@ The versions of Kubernetes that are supported by OOM are as follows:
beijing/master 1.8.5 2.7.x 1.8.5 1.12.x
============== ========== ===== ======= ========
-Minimum Hardware Requirements
-=============================
+Minimum Hardware Configuration
+==============================
+
+The minimum hardware requirements are provided below. Note that although ONAP
+may operate on a single node as described production deployments will need at
+least three if not six nodes to ensure there is no single point of failure.
+.. table:: OOM Hardware Requirements
+
+ ===== ===== ====== ====================
+ RAM HD vCores Ports
+ ===== ===== ====== ====================
+ 128GB 160GB 16 0.0.0.0/0 (all open)
+ ===== ===== ====== ====================
Cloud Installation
==================
@@ -47,18 +71,17 @@ Cloud Installation
#. OOM supports deployment on major public clouds. The following guides
provide instructions on how to deploy ONAP on these clouds:
- - Microsoft Azure,
- - Amazon AWS,
- - Google GCD,
- - VMware VIO,
+ - `Microsoft Azure`_,
+ - `Amazon AWS`_,
+ - `Google GCE`_,
+ - `VMware VIO`_,
- IBM, and
- - Openstack
+ - `Openstack`_.
#. Alternatively, OOM can be deployed on a private set of physical hosts or VMs
(or even a combination of the two). The following guides describe how to
create a Kubernetes cluster with popular tools:
- - Setting up Kubernetes with Rancher (recommended)
- - Setting up Kubernetes with Kubeadm
- - Setting up Kubernetes with Cloudify
-
+ - `Setting up Kubernetes with Rancher`_ (recommended)
+ - `Setting up Kubernetes with Kubeadm`_
+ - `Setting up Kubernetes with Cloudify`_