From a1373742a2c3f980360e4980f3b23b0ff3480ae6 Mon Sep 17 00:00:00 2001 From: Shashank Kumar Shankar Date: Mon, 20 Aug 2018 15:50:50 -0700 Subject: Seed code for k8s multicloud plugin This patch provides the initial seed code for the multicloud Kubernetes plugin and also provides the plugin feature to add new Kubernetes kinds. Change-Id: Ie5ee414656665070cde2834c4855ac2ebc179a9a Issue-ID: MULTICLOUD-301 Signed-off-by: Shashank Kumar Shankar Signed-off-by: Victor Morales --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 00000000..0e62378f --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ + + +# MultiCloud-k8-plugin + +MultiCloud Kubernetes plugin for ONAP multicloud. + +# Installation + +Requirements: +* Go 1.10 +* Dep + +Steps: + +* Clone repo in GOPATH src: + * `cd $GOPATH/src && git clone https://git.onap.org/multicloud/k8s` + +* Run unit tests: + * `make build` + +* Compile to build Binary: + * `make deploy` + +# Archietecture + +Create Virtual Network Function + +![Create VNF](./doc/create_vnf.png) + +Create Virtual Link + +![Create VL](./doc/create_vl.png) -- cgit 1.2.3-korg