=== cpaelzer__ is now known as cpaelzer [14:19] https://code.launchpad.net/~xiaofengw/cloud-init/+git/cloud-init/+merge/372469 [14:20] Odd_Bloke: blackboxsw: what's your thought on the last test-case, it's one of those #XXX: parameterize me scenarios; worth asking for separate test_ for each input scenario or OK as it is ? [14:55] blackboxsw, It should be ok now: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/368507 [16:15] rharper: That looks like it would be pretty easy to convert to three separate tests, but I wouldn't do another review round-trip just to address that. [16:28] Odd_Bloke: thanks, that's what I was thinking [19:48] I'm trying to follow these instructions, to build openstack images with nocloud in VMWare [19:48] https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html [19:49] genisoimage doesn't exist in RHEL 5.7 so I used mkisofs instead; that seemed to work: [19:49] http://paste.openstack.org/show/774856/ [19:50] The next step is to create a qcow from img, but my image is in vmdk format [19:50] can I use the same command with vmdk input? [19:51] qemu-img create -f qcow2 -b disk.vmdk boot-disk.qcow2 ? === LabMonkey is now known as Mechanismus [19:56] ozzzo: yeah, https://docs.openstack.org/image-guide/convert-images.html [19:57] ok so I want to use "convert" instead of "create" ? [20:00] yes, create is empty [20:00] convert will unpack the source format and write data out in the target format [20:00] ozzzo: ^ [20:10] ok trying that, ty! [20:43] I successfully created boot-disk.qcow2. The next step is a kvm command, but I need to run the modified VM under VMWare. How can I tell VMWare to run it with the extra drive file? [20:47] not sure about the vmware bits [20:49] OK I'll google around. I think there's a way to import VM files into VMWare