Re: [openstack-dev] How to inject files inside VM using Heat [heat]

2014-09-15 Thread pratik maru
Hi

Thanks for your reply.

Can "personality" knob under OS::Nova:Server be used for the same purpose,
if yes, then can you please given an example.

Thanks
Pratik

On Tue, Sep 16, 2014 at 1:09 AM, Denis Makogon 
wrote:

>
>
> On Mon, Sep 15, 2014 at 9:06 PM, pratik maru  wrote:
>
>> Hi All,
>>
>> I am trying to inject a file from outside into a guest using heat, what
>> heat properties can i use for the same ?
>>
>>
> You might take a look at
> https://github.com/openstack/heat-templates/blob/7ec1eb98707dc759c699ad59d46e098e6c06e42c/cfn/F17/PuppetMaster_Single_Instance.template#L80-L156
>
> Also you are able to parametrize file content.
>
>
>> If I am not wrong, there is an option in nova boot "--file" to do the
>> same, do we have an equivalent option in heat also ?
>>
>>
> Correct.
>
>
>> Thanks in advance.
>>
>> Regards
>> Fipuzzles
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> Best regards,
> Denis Makogon
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] How to inject files inside VM using Heat [heat]

2014-09-15 Thread Denis Makogon
On Mon, Sep 15, 2014 at 9:06 PM, pratik maru  wrote:

> Hi All,
>
> I am trying to inject a file from outside into a guest using heat, what
> heat properties can i use for the same ?
>
>
You might take a look at
https://github.com/openstack/heat-templates/blob/7ec1eb98707dc759c699ad59d46e098e6c06e42c/cfn/F17/PuppetMaster_Single_Instance.template#L80-L156

Also you are able to parametrize file content.


> If I am not wrong, there is an option in nova boot "--file" to do the
> same, do we have an equivalent option in heat also ?
>
>
Correct.


> Thanks in advance.
>
> Regards
> Fipuzzles
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>

Best regards,
Denis Makogon
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] How to inject files inside VM using Heat [heat]

2014-09-15 Thread pratik maru
Hi All,

I am trying to inject a file from outside into a guest using heat, what
heat properties can i use for the same ?

If I am not wrong, there is an option in nova boot "--file" to do the same,
do we have an equivalent option in heat also ?

Thanks in advance.

Regards
Fipuzzles
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev