From 10c4d35315d7ffd909520a1c7bc6a3b5b9b871ab Mon Sep 17 00:00:00 2001 From: Zenghui Shi Date: Wed, 4 Apr 2018 11:24:40 +0800 Subject: Add support for kubernetes deployment This patch adds capability to deploy kubernetes cluster instead of openstack. Kubernetes will be deployed using kubespray and is run after TripleO bookstraps overcloud nodes. JIRA: APEX-574 Change-Id: If9c171620c933a052b719e7112a50e22bbab667f Signed-off-by: Feng Pan Signed-off-by: Zenghui Shi --- .../scenarios/k8s-nosdn-nofeature-noha/index.rst | 15 ++++++++ .../k8s-nosdn-nofeature-noha.rst | 44 ++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 docs/release/scenarios/k8s-nosdn-nofeature-noha/index.rst create mode 100644 docs/release/scenarios/k8s-nosdn-nofeature-noha/k8s-nosdn-nofeature-noha.rst (limited to 'docs') diff --git a/docs/release/scenarios/k8s-nosdn-nofeature-noha/index.rst b/docs/release/scenarios/k8s-nosdn-nofeature-noha/index.rst new file mode 100644 index 00000000..6efd74c2 --- /dev/null +++ b/docs/release/scenarios/k8s-nosdn-nofeature-noha/index.rst @@ -0,0 +1,15 @@ +.. _k8s-nosdn-nofeature-noha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + +================================================= +k8s-nosdn-nofeature-noha overview and description +================================================= + +.. toctree:: + :numbered: + :maxdepth: 4 + + k8s-nosdn-nofeature-noha.rst diff --git a/docs/release/scenarios/k8s-nosdn-nofeature-noha/k8s-nosdn-nofeature-noha.rst b/docs/release/scenarios/k8s-nosdn-nofeature-noha/k8s-nosdn-nofeature-noha.rst new file mode 100644 index 00000000..69b9c2a6 --- /dev/null +++ b/docs/release/scenarios/k8s-nosdn-nofeature-noha/k8s-nosdn-nofeature-noha.rst @@ -0,0 +1,44 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + +This document provides scenario level details for Gambia 1.0 of +Kubernetes deployment with no SDN controller, no extra features +and no High Availability enabled. + +============ +Introduction +============ + +This scenario is used primarily to validate and deploy a Kubernetes +deployment without any NFV features or SDN controller enabled. + +Scenario components and composition +=================================== + +This scenario deploys a Kubernetes cluster on bare metal or virtual +environment with a single master node. TripleO is used to bootstrap +all the nodes and set up basic services like SSH. An undercloud VM +used similarly to Openstack deployments, however no Openstack services +(Nova, Neutron, Keystone, etc) will be deployed to the nodes. After +TripleO successfully executes all the bootstrapping tasks, Kubespray +is run (using ansible) to deploy Kubernetes cluster on the nodes. + + +Scenario usage overview +======================= + +Simply deploy this scenario by using the k8s-nosdn-nofeature-noha.yaml deploy +settings file. + +Limitations, Issues and Workarounds +=================================== + +None + +References +========== + +For more information on the OPNFV Gambia release, please visit +http://www.opnfv.org/gambia + -- cgit 1.2.3-korg