Hello All, I have been able to install ONAP on a OPNFV Colorado lab (Mitaka), but for the three vms that require Ubuntu 16.04 they become unreachable after the install. I can ssh when they are first created, but after they do the reboot at the end of the cloud init commands, they become unreachable.
I am able to console into the vm and see that neither eth0 or ens3 come up after the reboot. I can see that the grub and interfaces.d/*.cfg files are changed based on the following commands: sed -i 's/GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0\"/g' /etc/default/grub grub-mkconfig -o /boot/grub/grub.cfg sed -i 's/ens3/eth0/g' /etc/network/interfaces.d/*.cfg But when I do a ifconfig -a it still shows the ens3 interface and it fails to come up. Here is a screen shot after the reboot: [cid:image006.png at 01D2B3A5.B424EBE0] The interface file: [cid:image005.png at 01D2B3A6.0F808670] Looking at the syslog - it looks like eth0 cannot be found: [cid:image007.png at 01D2B3A5.B424EBE0] I have tried with both Ubuntu 16.04 (from April of last year) and Ubuntu 16.04.2. Both have the same results. Thanks in advance for any help! Chris [cid:image001.png at 01D1F3C0.B46A49B0] Chris Reece Technologist www.AwardSolutions.com<http://www.awardsolutions.com/> [cid:image003.png at 01D1F3D6.75565C80]<https://devops2.awardsolutions.com/portal/>[cid:image005.png at 01D1F3D6.75565C80]<https://www.linkedin.com/company/award-solutions>[cid:image007.png at 01D1F3D6.75565C80]<https://twitter.com/awardsolutions> 2100 Lakeside Blvd, Suite 300 Richardson, TX 75082 USA -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170413/a8c0ccfb/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2326 bytes Desc: image001.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170413/a8c0ccfb/attachment-0007.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 2989 bytes Desc: image002.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170413/a8c0ccfb/attachment-0008.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 2771 bytes Desc: image003.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170413/a8c0ccfb/attachment-0009.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 2836 bytes Desc: image004.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170413/a8c0ccfb/attachment-0010.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 17039 bytes Desc: image006.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170413/a8c0ccfb/attachment-0011.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 23570 bytes Desc: image007.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170413/a8c0ccfb/attachment-0012.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 11551 bytes Desc: image005.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170413/a8c0ccfb/attachment-0013.png>
