Hi, kuldeep

I've got the same problem since Elalto.
You can add /32 to Private network as dowing following commands:
kubectl -n onap get pods | grep robot | grep Running | cut -f1 -d" " | xargs -i 
kubectl -n onap exec {} -- sed -i 
"s/\"vfw_int_protected_private_floating_ip\":\ 
\"192.168.110.200.*/\"vfw_int_protected_private_floating_ip\":\ 
\"192.168.110.200\/32\",/" /var/opt/ONAP/demo/preload_data/vFW/preload_data.json
kubectl -n onap get pods | grep robot | grep Running | cut -f1 -d" " | xargs -i 
kubectl -n onap exec {} -- sed -i 
"s/\"vfw_int_protected_private_floating_ip\":\ 
\"192.168.10.200.*/\"vfw_int_protected_private_floating_ip\":\ 
\"192.168.10.200\/32\",/" /var/opt/ONAP/demo/preload_data/vFW/preload_data.json

Best Regards,
Yukihiro kishimoto

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#21817): https://lists.onap.org/g/onap-discuss/message/21817
Mute This Topic: https://lists.onap.org/mt/75888590/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to