...
Code Block |
---|
# restart drools kubectl execdelete -itpod dev-policy-drools-0 -- bash -c 'source /opt/app/policy/etc/profile.d/env.sh; policy stop' kubectl exec -it dev-policy-drools-0 -- bash -c 'source /opt/app/policy/etc/profile.d/env.sh; policy start'n onap |
The update policies could take 15 to 20 minutes to kick in. So, wait a while:
...
Now, to verify that the vFW Closed Loop is working; be sure to pass in the public IP address of the Packet Generator as the variable $PNG_IP:
Code Block |
---|
# demo vfwclosedloop /root/oom/kubernetes/robot/demo-k8s.sh onap vfwclosedloop $PNG_IP |
...