Add support for parsing profile yaml files
[multicloud/k8s.git] / README.md
1 <!-- Copyright 2018 Intel Corporation.
2 Licensed under the Apache License, Version 2.0 (the "License");
3 you may not use this file except in compliance with the License.
4 You may obtain a copy of the License at
5     http://www.apache.org/licenses/LICENSE-2.0
6 Unless required by applicable law or agreed to in writing, software
7 distributed under the License is distributed on an "AS IS" BASIS,
8 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9 See the License for the specific language governing permissions and
10 limitations under the License. -->
11
12 # MultiCloud-k8-plugin
13
14 MultiCloud Kubernetes plugin for ONAP multicloud.
15
16 # Installation
17
18 Requirements:
19 * Go 1.10
20 * Dep
21
22 Steps:
23
24 * Clone repo in GOPATH src:
25     * `cd $GOPATH/src && git clone https://git.onap.org/multicloud/k8s`
26
27 * Run unit tests:
28     *  `make build`
29
30 * Compile to build Binary:
31     * `make deploy`
32
33 # Archietecture
34
35 Create Virtual Network Function
36
37 ![Create VNF](./docs/create_vnf.png)
38
39 Create Virtual Link
40
41 ![Create VL](./docs/create_vl.png)