diff options
Diffstat (limited to 'helm/ves-client/README.md')
-rw-r--r-- | helm/ves-client/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/helm/ves-client/README.md b/helm/ves-client/README.md new file mode 100644 index 0000000..d565f03 --- /dev/null +++ b/helm/ves-client/README.md @@ -0,0 +1,23 @@ +# Ves-client + +# How to deploy on lab + +1. Copy files from helm/ves-client to lab + + `scp -i <path to key file .pem> -r <path to>/ves-client ubuntu@<RKE_NODE_IP>:<remote path to>/ves-client ` +2. Log into the RKE + +3. Update helm dependencies + + `cd ./ves-client` + `helm dependency update` + +4. Install chart on your lab + + `helm install ves-client ./ves-client -f oom/kubernetes/registry.yaml` + +# How to use ves-client + +<https://gerrit.onap.org/r/gitweb?p=integration/simulators/nf-simulator/ves-client.git;a=blob_plain;f=README.md;hb=HEAD> + +
\ No newline at end of file |