does anyone knows why this was introduced? ---------- Forwarded message ---------- From: Giuseppe Cossu <giuseppe.cossu at create-net.org> Date: Wed, Aug 27, 2014 at 11:57 AM Subject: To: Federico Michele Facca <federico.facca at create-net.org> Federico, I noticed that the Cloud Portal uses a default script configuration (look at the attached file and below) when a try to boot a VM. This script is the same for all XIFI nodes and for all the images. Is it useful? The images I’ve tried work fine without this script that seems designed only for CentOS images. Giuseppe ---------------------------------------------------------------------------------------- # This script automatically installs network interfaces in the instance. # You can modify it, but be careful not to change network configuration. write_files: - encoding: b64 content: | YXV0byBsbyAKaWZhY2UgbG8gaW5ldCBsb29wYmFjawogYXV0byBldGgwIAogaWZhY2UgZXRoMCAgaW5ldCBkaGNwCg== path: /etc/network/interfaces - content: | DEVICE="eth0" NM_CONTROLLED="yes" ONBOOT="yes" BOOTPROTO="dhcp" TYPE="Ethernet" path: /etc/sysconfig/network-scripts/ifcfg-eth0 permissions: '460' bootcmd: - ifup eth0 -------------------------------------------------------- Giuseppe Cossu CREATE-NET Smart Infrastructures Research Engineer Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: giuseppe.cossu at create-net.org Tel: (+39) 0461 408400 - interno/extension [1316] Fax: (+39) 0461 421157 www.create-net.org -------------------------------------------------------- -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20140827/48f3112c/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: script_cloud_portal.png Type: image/png Size: 226689 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20140827/48f3112c/attachment.png>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy