On 05/22/2012 05:51 PM, Scott Moser wrote:
On Tue, 22 May 2012, Pádraig Brady wrote:
On 05/22/2012 03:39 PM, Andy Grimm wrote:
On Tue, May 22, 2012 at 9:38 AM, Pádraig Brady P@draigbrady.com wrote:
On 05/22/2012 04:07 AM, Jason Ford wrote:
I am trying to put together an image for centos 6 that works like cloud-init on ubuntu does. Currently I have ssh keys getting imported but having some problems getting the disk to dynamically resize to the flavor template as well as the hostname set in horizon to be pushed into the image. Does anyone have any howtos or suggestions on how to get this done? Is there cloud-init for centos just like ubuntu? I would also be interested in how to do this with debian as well.
Well I notice there is no cloud-init package for EPEL. I took a quick stab at it here: http://pbrady.fedorapeople.org/cloud-init-el6/
I've already responded in IRC, but it wouldn't hurt to have a response in the mail archive. In short, the reason there isn't already a cloud-init for EL6 (or EL5, for that matter) is that upstream has been using python 2.7-only calls for a while now. In particular, a couple of calls to subprocess.check_output need to be replaced, and I think there are a few other issues as well. I don't think it's a huge
It would help if you'd bring that up with upstream :) I'm interested in cloud-init working in the most places it can. I'll try to pull in the sysvinit scripts that Pádraig added and grab other changes that are there.
Excellent. I'll submit as much as I can upstream anyway after some more testing.
cheers, Pádraig.
Hi Padraig, all,
We are very interested in testing cloud-init for EPEL6 (and 5), and have started to play with the RPMs under http://pbrady.fedorapeople.org/cloud-init-el6/ .
What would be the best way for us to give feedback? This mailing list, or https://launchpad.net/cloud-init, sthg else?
thanks, cheers, Jan
On 05/22/2012 07:39 PM, Pádraig Brady wrote:
On 05/22/2012 05:51 PM, Scott Moser wrote:
On Tue, 22 May 2012, Pádraig Brady wrote:
On 05/22/2012 03:39 PM, Andy Grimm wrote:
On Tue, May 22, 2012 at 9:38 AM, Pádraig BradyP@draigbrady.com wrote:
On 05/22/2012 04:07 AM, Jason Ford wrote:
I am trying to put together an image for centos 6 that works like cloud-init on ubuntu does. Currently I have ssh keys getting imported but having some problems getting the disk to dynamically resize to the flavor template as well as the hostname set in horizon to be pushed into the image. Does anyone have any howtos or suggestions on how to get this done? Is there cloud-init for centos just like ubuntu? I would also be interested in how to do this with debian as well.
Well I notice there is no cloud-init package for EPEL. I took a quick stab at it here: http://pbrady.fedorapeople.org/cloud-init-el6/
I've already responded in IRC, but it wouldn't hurt to have a response in the mail archive. In short, the reason there isn't already a cloud-init for EL6 (or EL5, for that matter) is that upstream has been using python 2.7-only calls for a while now. In particular, a couple of calls to subprocess.check_output need to be replaced, and I think there are a few other issues as well. I don't think it's a huge
It would help if you'd bring that up with upstream :) I'm interested in cloud-init working in the most places it can. I'll try to pull in the sysvinit scripts that Pádraig added and grab other changes that are there.
Excellent. I'll submit as much as I can upstream anyway after some more testing.
cheers, Pádraig. _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
On 06/14/2012 11:50 AM, Jan van Eldik wrote:
Hi Padraig, all,
We are very interested in testing cloud-init for EPEL6 (and 5), and have started to play with the RPMs under http://pbrady.fedorapeople.org/cloud-init-el6/ .
What would be the best way for us to give feedback? This mailing list, or https://launchpad.net/cloud-init, sthg else?
Hi Jan,
This mailing list is best. Coincidentally I'm just getting freed up to work on this again, so the timing works out nicely :)
cheers, Pádraig.
On 05/22/2012 06:39 PM, Pádraig Brady wrote:
On 05/22/2012 05:51 PM, Scott Moser wrote:
On Tue, 22 May 2012, Pádraig Brady wrote:
On 05/22/2012 03:39 PM, Andy Grimm wrote:
On Tue, May 22, 2012 at 9:38 AM, Pádraig Brady P@draigbrady.com wrote:
On 05/22/2012 04:07 AM, Jason Ford wrote:
I am trying to put together an image for centos 6 that works like cloud-init on ubuntu does. Currently I have ssh keys getting imported but having some problems getting the disk to dynamically resize to the flavor template as well as the hostname set in horizon to be pushed into the image. Does anyone have any howtos or suggestions on how to get this done? Is there cloud-init for centos just like ubuntu? I would also be interested in how to do this with debian as well.
Well I notice there is no cloud-init package for EPEL. I took a quick stab at it here: http://pbrady.fedorapeople.org/cloud-init-el6/
I've already responded in IRC, but it wouldn't hurt to have a response in the mail archive. In short, the reason there isn't already a cloud-init for EL6 (or EL5, for that matter) is that upstream has been using python 2.7-only calls for a while now. In particular, a couple of calls to subprocess.check_output need to be replaced, and I think there are a few other issues as well. I don't think it's a huge
It would help if you'd bring that up with upstream :) I'm interested in cloud-init working in the most places it can. I'll try to pull in the sysvinit scripts that Pádraig added and grab other changes that are there.
FYI, I've just added possible patches for cloud-init upstream here: https://github.com/pixelb/cloud-init-fedora/ I'll continue to update with any Red Hat and CERN changes etc.
cheers, Pádraig.
On 06/27/2012 05:15 PM, Pádraig Brady wrote:
On 05/22/2012 06:39 PM, Pádraig Brady wrote:
On 05/22/2012 05:51 PM, Scott Moser wrote:
On Tue, 22 May 2012, Pádraig Brady wrote:
On 05/22/2012 03:39 PM, Andy Grimm wrote:
On Tue, May 22, 2012 at 9:38 AM, Pádraig Brady P@draigbrady.com wrote:
On 05/22/2012 04:07 AM, Jason Ford wrote: > I am trying to put together an image for centos 6 that works like cloud-init on ubuntu does. Currently I have ssh keys getting imported but having some problems getting the disk to dynamically resize to the flavor template as well as the hostname set in horizon to be pushed into the image. Does anyone have any howtos or suggestions on how to get this done? Is there cloud-init for centos just like ubuntu? I would also be interested in how to do this with debian as well.
Well I notice there is no cloud-init package for EPEL. I took a quick stab at it here: http://pbrady.fedorapeople.org/cloud-init-el6/
I've already responded in IRC, but it wouldn't hurt to have a response in the mail archive. In short, the reason there isn't already a cloud-init for EL6 (or EL5, for that matter) is that upstream has been using python 2.7-only calls for a while now. In particular, a couple of calls to subprocess.check_output need to be replaced, and I think there are a few other issues as well. I don't think it's a huge
It would help if you'd bring that up with upstream :) I'm interested in cloud-init working in the most places it can. I'll try to pull in the sysvinit scripts that Pádraig added and grab other changes that are there.
FYI, I've just added possible patches for cloud-init upstream here: https://github.com/pixelb/cloud-init-fedora/ I'll continue to update with any Red Hat and CERN changes etc.
I've been informed that there is a significant cloud-init rework in progress, being seriously considered for merging, and with a central motivation of RH / Fedora consume-ability.
It's 374 commits starting at: http://bazaar.launchpad.net/~cloud-init/cloud-init/rework/changes/579
cheers, Pádraig.
On Jun 27, 2012 3:43 PM, "Pádraig Brady" P@draigbrady.com wrote:
I've been informed that there is a significant cloud-init rework in progress, being seriously considered for merging, and with a central motivation of RH / Fedora consume-ability.
It's 374 commits starting at: http://bazaar.launchpad.net/~cloud-init/cloud-init/rework/changes/579
Nice! I will certainly take a look at it.
Which parts still need work?
On 06/29/2012 04:51 PM, Garrett Holmstrom wrote:
On Jun 27, 2012 3:43 PM, "Pádraig Brady" <P@draigbrady.com mailto:P@draigbrady.com> wrote:
I've been informed that there is a significant cloud-init rework in progress, being seriously considered for merging, and with a central motivation of RH / Fedora consume-ability.
It's 374 commits starting at: http://bazaar.launchpad.net/~cloud-init/cloud-init/rework/changes/579
Nice! I will certainly take a look at it.
Which parts still need work?
I've not looked at the above in detail. In the meantime I've merged what we have into EPEL here: https://admin.fedoraproject.org/updates/cloud-init-0.6.3-0.7.bzr532.el6
cheers, Pádraig.