From edfae921584d7a1a5aad075cd47da0d3b13f94cc Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Tue, 25 Jun 2019 16:22:17 -0700 Subject: Add document for vfw/edgex use case Added document for vfw/edgex use cases. Issue-ID: MULTICLOUD-691 Change-Id: I21773e94df95c3eefcabfb08ef57a3f0a8aa7d79 Signed-off-by: Kiran Kamineni --- docs/docs_usecases.rst | 2 ++ docs/docs_vfw_edgex_k8s.rst | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 docs/docs_vfw_edgex_k8s.rst diff --git a/docs/docs_usecases.rst b/docs/docs_usecases.rst index 0e0a5f89a..89b00f30c 100644 --- a/docs/docs_usecases.rst +++ b/docs/docs_usecases.rst @@ -34,6 +34,8 @@ Use Cases :ref:`vIPsec with HPA Use Case ` +:ref:`vFirewall/edgex with multicloud kubernetes plugin ` + Functional Requirements ~~~~~~~~~~~~~~~~~~~~~~~ :ref:`5G - Real Time PM and High Valume Stream Data Collection ` diff --git a/docs/docs_vfw_edgex_k8s.rst b/docs/docs_vfw_edgex_k8s.rst new file mode 100644 index 000000000..dbfc4377d --- /dev/null +++ b/docs/docs_vfw_edgex_k8s.rst @@ -0,0 +1,34 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 ONAP + +.. _docs_vfw_edgex_multicloud_k8s: + +vFW/Edgex with Multicloud Kubernetes Plugin: Setting Up and Configuration +------------------------------------------------------------------------- + +Description +~~~~~~~~~~~ +This use case covers the deployment of vFW and Edgex HELM Charts in a Kubernetes based cloud region via the multicloud-k8s plugin. +The multicloud-k8s plugin provides APIs to upload self contained HELM Charts that can be customized via the profile api and later installed in a particular cloud region. + +**Useful Links** + +`Multicloud K8s API Page `_ + +`Edgex Integration Test Status `_ + +`vFW Integration Test Status `_ + +`Deploying vFW and EdgexFoundry on Kubernetes with ONAP `_ + + + +Setting Up and Installation +~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Instructions for setting up and deploying the vFW and EdgeXFoundry HELM Charts can be found here: https://wiki.onap.org/display/DW/Deploying+vFw+and+EdgeXFoundry+Services+on+Kubernets+Cluster+with+ONAP + +Install ONAP via OOM using the deploy script in the integration repo. Instructions for this can be found in this link https://onap.readthedocs.io/en/latest/submodules/oom.git/docs/oom_cloud_setup_guide.html. + +When the installation is complete (all the pods are either in running or completed state) + -- cgit 1.2.3-korg