diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2021-04-19 11:23:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-19 11:23:03 +0000 |
commit | 20125c90676b92eeb51ff59dc7e9a6feacb939f6 (patch) | |
tree | b19dc4b885f871782743009bc715aad69329d319 /helm/netconf/README.md | |
parent | e31795da2484d7012d7ba7d1a34d212af134d64d (diff) | |
parent | 270fd1248a752ffccb3d2041e47083548f313a62 (diff) |
Merge "Create helm chart for netconf server"
Diffstat (limited to 'helm/netconf/README.md')
-rw-r--r-- | helm/netconf/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/helm/netconf/README.md b/helm/netconf/README.md new file mode 100644 index 0000000..a8ebd08 --- /dev/null +++ b/helm/netconf/README.md @@ -0,0 +1,23 @@ +# Netconf Server + +# How to deploy on lab + +1. Copy files from helm/netconf to lab + + `scp -i <path to key file .pem> -r <path to>/netconf ubuntu@<RKE_NODE_IP>:<remote path to>/netconf ` +2. Log into the RKE + +3. Update helm dependencies + + `cd ./netconf` + `helm dependency update` + +4. Install chart on your lab + + `helm install netconfserver ./netconf -f oom/kubernetes/registry.yaml` + +# How to use netconf + extarnal port to use netconf server is 30555 + +<https://gerrit.onap.org/r/gitweb?p=integration/simulators/nf-simulator/netconf-server.git;a=blob;f=README.md;h=a093c60336d1e60fd1c5378122c59944975030be;hb=HEAD> +
\ No newline at end of file |