# Nf-simulator # How to deploy on lab 1. Copy files from helm to lab `scp -i -r ubuntu@:/nf-simulator ` 2. Log into the RKE 3. Update helm dependencies WARNING: Before this step make sure, that in subproject folders "charts" folders are empty `cd ./nf-simulator` `helm dependency update nf-simulator` 4. Install chart on your lab `helm install nf nf-simulator/nf-simulator/ -f oom/kubernetes/registry.yaml` # How to use nf-simulator 1. Try to send message: ` 4265 87 ` to http://:30555/change_config/pnf-simulator 2. List all your pods 3. Check logs in netconf (you should see information that configuration has changed) `kubectl get logs ` 4. Check logs in avcn-manager (you have to wait couple of minutes, and you should see information about sending new config to ves-client) `kubectl get logs ` 5. Check logs in ves-client (you should see logs about trying to send a new message to ves) `kubectl get logs `