Re: [Openstack] File Injection through Horizon

2012-10-04 Thread Joshua Harlow
Yes, it is much better in the latest 0.7.0. Instead of the stripped down fedora version (which was the 0.6.3 one) there is now 'true' multi-distro support in cloud-init. And its coded in a way that other distros can be easily added (freebsd for example). This allows more modules (a cloud-init con

[Openstack] File Injection through Horizon

2012-10-04 Thread Srikanth Kumar Lingala
Hi, I am trying to implement File Injection through Openstack Dashboard. That means, while creating instance from 'Launch Instance', I will give file path of a file, which I need to inject. For that, I modified the following file: */usr/lib/python2.7/dist-packages/novaclient/v1_1/servers.py* * * I

Re: [Openstack] File Injection through Horizon

2012-10-04 Thread Scott Moser
On Wed, 3 Oct 2012, Kiall Mac Innes wrote: > Ah - I had meant the RHEL version :) Josh Harlow has done no small amount of work, and also had some aid from Garret Holstrom. Josh is using cloud-init 0.7.0 on RHEL/Fedora. He can certainly provide more details.

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Razique Mahroua
it helps. Atul jha From: Shake Chen [shake.c...@gmail.com] Sent: Wednesday, October 03, 2012 2:28 PM To: Srikanth Kumar Lingala Cc: Atul Jha; openstack@lists.launchpad.net Subject: Re: [Openstack] File Injection through Horizon I also have same question.

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Shake Chen
___ > From: Shake Chen [shake.c...@gmail.com] > Sent: Wednesday, October 03, 2012 2:28 PM > To: Srikanth Kumar Lingala > Cc: Atul Jha; openstack@lists.launchpad.net > Subject: Re: [Openstack] File Injection through Horizon > > I also h

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Tim Bell
@lists.launchpad.net > Subject: Re: [Openstack] File Injection through Horizon > > On 3 October 2012 22:35, Kiall Mac Innes wrote: > > Ah - I had meant the RHEL version :) > > That'd be why you explicitly mentioned Debian-isms! Nothing to see here... > > --

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Blair Bethwaite
On 3 October 2012 22:35, Kiall Mac Innes wrote: > Ah - I had meant the RHEL version :) That'd be why you explicitly mentioned Debian-isms! Nothing to see here... -- Cheers, ~Blairo ___ Mailing list: https://launchpad.net/~openstack Post to : open

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Kiall Mac Innes
Ah - I had meant the RHEL version :) Thanks, Kiall On Wed, Oct 3, 2012 at 1:31 PM, Blair Bethwaite wrote: > On 3 October 2012 22:27, Kiall Mac Innes wrote: > > Really? The same cloud-init as ubuntu uses? > > .NET service, can execute cmd.exe batch and PowerShell scripts, I believe. > > -- > Ch

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Blair Bethwaite
On 3 October 2012 22:27, Kiall Mac Innes wrote: > Really? The same cloud-init as ubuntu uses? .NET service, can execute cmd.exe batch and PowerShell scripts, I believe. -- Cheers, ~Blairo ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Kiall Mac Innes
net] *On Behalf Of *Kiall > Mac Innes > *Sent:* 03 October 2012 14:13 > *To:* Srikanth Kumar Lingala > *Cc:* openstack@lists.launchpad.net > > *Subject:* Re: [Openstack] File Injection through Horizon > > ** ** > > Hi Srikanth, > > ** ** > > File Injec

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Tim Bell
s+tim.bell=cern...@lists.launchpad.net] On Behalf Of Kiall Mac Innes Sent: 03 October 2012 14:13 To: Srikanth Kumar Lingala Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] File Injection through Horizon Hi Srikanth, File Injection is not available through Horizon. Atul is de

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Srikanth Kumar Lingala
an see the directory created. >>> >>> >>> File injection via Horizon uses cloud-init and i have tested it on >>> Ubuntu 12.04 i have no idea about other distributions. >>> >>> You can file more about cloud-init here :- >>> https://help.ubun

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Kiall Mac Innes
n the doc somewhere. :) >> >> Hope it helps. >> >> >> Atul jha >> >> >> From: Shake Chen [shake.c...@gmail.com] >> Sent: Wednesday, October 03, 2012 2:28 PM >> To: Srikanth Kumar Lingala >> Cc: Atul J

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Srikanth Kumar Lingala
t helps. > > > Atul jha > > > From: Shake Chen [shake.c...@gmail.com] > Sent: Wednesday, October 03, 2012 2:28 PM > To: Srikanth Kumar Lingala > Cc: Atul Jha; openstack@lists.launchpad.net > Subject: Re: [Openstack] File I

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Atul Jha
the doc somewhere. :) Hope it helps. Atul jha From: Shake Chen [shake.c...@gmail.com] Sent: Wednesday, October 03, 2012 2:28 PM To: Srikanth Kumar Lingala Cc: Atul Jha; openstack@lists.launchpad.net Subject: Re: [Openstack] File Injection through Horizon I

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Shake Chen
I also have same question. can you give us example. how to injection throuth Horizon? On Wed, Oct 3, 2012 at 3:24 PM, Srikanth Kumar Lingala < srikanthkumar.ling...@gmail.com> wrote: > Hi Atul, > Can you please guide me how to do File Injection through Horizon? > > Regards, > Srikanth. > > On

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Srikanth Kumar Lingala
Hi Atul, Can you please guide me how to do File Injection through Horizon? Regards, Srikanth. On Wed, Oct 3, 2012 at 12:41 PM, Atul Jha wrote: > Hi, > > I have some doubts regarding File Injection. > Can File Injection can be done through Horizon, while creating an Instance? > While creating an

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Atul Jha
Hi, I have some doubts regarding File Injection. Can File Injection can be done through Horizon, while creating an Instance? While creating an Instance from Horizon, a field called 'User Data' [text area] is there. Is that field is related to File Injection? Can anyone tell me, the values we nee

[Openstack] File Injection through Horizon

2012-10-02 Thread Srikanth Kumar Lingala
Hi all, I have some doubts regarding File Injection. Can File Injection can be done through Horizon, while creating an Instance? While creating an Instance from Horizon, a field called 'User Data' [text area] is there. Is that field is related to File Injection? Can anyone tell me, the values we ne