diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-04-15 12:18:24 +0200 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-04-16 15:32:35 +0200 |
commit | 270fd1248a752ffccb3d2041e47083548f313a62 (patch) | |
tree | 976c3d5c7b60473da96b804f991d606fb9d5e663 /helm/netconf/README.md | |
parent | 06a22c3ed766df749341866ea9c968a2a788e790 (diff) |
Create helm chart for netconf server
Issue-ID: INT-1869
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I62277bec37940bd7ebe5cb598b28fee53551ead4
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 |