aboutsummaryrefslogtreecommitdiffstats
path: root/helm/netconf/README.md
blob: a8ebd08e8078de63e092d0f3e5d25517d0e61549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>