Thank Yukihiro. This seems to be helping…I am able to move forward with my UC run.
Regards, Kuldeep From: [email protected] via Lists.Onap.Org <[email protected]> Sent: Saturday, August 1, 2020 12:00 PM To: Kuldeep Singh Negi <[email protected]>; [email protected] Subject: Re: [onap-discuss] [Frankfurt] Robot instantiateVFW Error : 168.110.200 isn't a recognized IP subnet cidr [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your Information and compromise your Computer.] 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 ::DISCLAIMER:: ________________________________ The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ________________________________ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21828): https://lists.onap.org/g/onap-discuss/message/21828 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]] -=-=-=-=-=-=-=-=-=-=-=-
