Re: Openstack and file injection

2012-11-13 Thread Belmiro Moreira
Hi Pádraig, thank you for your quick answer and suggestions. After some investigation I discovered that guestfs fails to mount the image because selinux: type=AVC msg=audit(1352816002.979:249317): avc: denied { read } for pid=2806 comm="qemu-kvm" name="disk" dev=dm-3 ino=656740 scontext=unco

Re: Openstack and file injection

2012-11-13 Thread Pádraig Brady
On 11/13/2012 02:28 PM, Belmiro Moreira wrote: Hi Pádraig, thank you for your quick answer and suggestions. After some investigation I discovered that guestfs fails to mount the image because selinux: type=AVC msg=audit(1352816002.979:249317): avc: denied { read } for pid=2806 comm="qemu-kv

New "Community Management" mailing list

2012-11-13 Thread Justin Clift
Hi everyone, As per recent thread on the aeolus-devel mailing list, we've created a new "Aeolus Community Management" mailing list. aeolus-comm-mgmt-requ...@lists.fedorahosted.org It's a place to debate, discuss, co-ordinate (etc) our Aeolus Community (development) and Management. No patches.

Re: New "Community Management" mailing list

2012-11-13 Thread Justin Clift
On 13/11/2012, at 6:19 PM, Justin Clift wrote: > aeolus-comm-mgmt-requ...@lists.fedorahosted.org Oops, bad cut-n-paste. That should be: aeolus-comm-m...@lists.fedorahosted.org + Justin -- Aeolus Cloud Evangelist http://www.aeolusproject.org ___

Re: New "Community Management" mailing list

2012-11-13 Thread Matthew Miller
On Tue, Nov 13, 2012 at 06:19:52PM +0100, Justin Clift wrote: > As per recent thread on the aeolus-devel mailing list, > we've created a new "Aeolus Community Management" mailing > list. > aeolus-comm-mgmt-requ...@lists.fedorahosted.org Or: https://lists.fedorahosted.org/mailman/listinfo/aeolus-

review request -- ec2-metadata

2012-11-13 Thread Matthew Miller
https://bugzilla.redhat.com/show_bug.cgi?id=876317 This is a small script from Amazon (http://aws.amazon.com/code/1825) which can pull information from the ec2 metadata service (including compatible ones like that provided by eucalyptus). The cloud-init package is really cool and does all sorts of

Re: cloud-init package dependencies

2012-11-13 Thread Jan van Eldik
On 11/09/2012 10:27 PM, Andy Grimm wrote: I could see an argument for separating some of the cloud-init plugins into subpackages. Of course, then someone is going to request that cloud-init be executed in such a way that it can install packages and then reread its configuration& load newly inst

Re: cloud-init package dependencies

2012-11-13 Thread Garrett Holmstrom
On Fri, Nov 9, 2012 at 2:34 PM, Florian La Roche wrote: >> All told, cloud-init and dependencies add 50MB to the on-disk size of the >> current F18 cloud image I'm working on. Ow. That's a lot more than I expected. :-\ It's precisely the fact that it's built into the image that makes cloud-ini

Re: cloud-init package dependencies

2012-11-13 Thread Matthew Miller
On Tue, Nov 13, 2012 at 02:59:50PM -0800, Garrett Holmstrom wrote: > It's precisely the fact that it's built into the image that makes > cloud-init so useful. You only get one user-data file when you run an > instance, so if we remove cloud-init from the image and make using it > a multi-step boot

Re: cloud-init package dependencies

2012-11-13 Thread Garrett Holmstrom
On Tue, Nov 13, 2012 at 3:59 PM, Matthew Miller wrote: > On Tue, Nov 13, 2012 at 02:59:50PM -0800, Garrett Holmstrom wrote: >> It's precisely the fact that it's built into the image that makes >> cloud-init so useful. You only get one user-data file when you run an >> instance, so if we remove cl

Re: cloud-init package dependencies

2012-11-13 Thread Matthew Miller
On Tue, Nov 13, 2012 at 04:27:45PM -0800, Garrett Holmstrom wrote: > > You can ask for that user-data file more than once, though. It'd be kind of > > nice if *that* listed the plugins needed. > You might actually be able to do that now, but cloud-init doesn't yet > have a way to install plugins th

Re: cloud-init package dependencies

2012-11-13 Thread Garrett Holmstrom
On Tue, Nov 13, 2012 at 4:38 PM, Matthew Miller wrote: > On Tue, Nov 13, 2012 at 04:27:45PM -0800, Garrett Holmstrom wrote: >> > You can ask for that user-data file more than once, though. It'd be kind of >> > nice if *that* listed the plugins needed. >> You might actually be able to do that now,