Hi, I guess you wanted to set static networking and not dhcp? DHCP should work, so this statement just covers static networking:
This is not yet supported (you can extend /rewrite cloud-init to support it as a hack). See my bugzilla entry regarding this topic: https://bugzilla.redhat.com/show_bug.cgi?id=1036013 The target release is 3.4.1 so maybe someone fixes this. Be aware that cloud-init is very limited, e.g. it can't handle IPv6. So I ended up to write my own cloud init data parser to pass stuff into the vm. HTH Am 05.03.2014 13:47, schrieb Tejesh M: > Hi, > > I have deployed guest ubuntu 13.04 & installed cloud-init 0.7.2 on it. But > it seems it has a bug setting Network address > > auto lo eth0 (this line is missing) > iface eth0 inet *none* > address 172.29.250.13 > netmask 255.255.255.0 > gateway 172.29.250.1 > > so it is not brining up the eth0 > > I tried this through API > > Kindly help for work around. -- Mit freundlichen Grüßen / Regards Sven Kieske Systemadministrator Mittwald CM Service GmbH & Co. KG Königsberger Straße 6 32339 Espelkamp T: +49-5772-293-100 F: +49-5772-293-333 https://www.mittwald.de Geschäftsführer: Robert Meyer St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

