<div dir="ltr">Thanks Robert for the update.<div><br></div><div>Regards,</div><div>Basavaraj</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 10, 2016 at 8:15 PM, HADDLETON, Robert W (Bob) <span dir="ltr"><<a href="mailto:bob.haddleton@nokia.com" target="_blank">bob.haddleton@nokia.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Hi Basavaraj:<br>
<br>
The most common way to install an application at deployment time
is to run a shell script that uses wget/curl/apt-get/yum to
retrieve the binary from a repository and then installs the
software and configures/runs it.<br>
<br>
We don't have any examples of this in the Tacker repo yet because
we did not have support for the Heat
SoftwareConfig/SoftwareDeployment resources. There is a feature
under development to integrate tosca-parser and heat-translator
into Tacker, which will also provide the ability to use
SoftwareConfig and SoftwareDeployment to simplify what you are
trying to do.<br>
<br>
In the mean time I would recommend something like this as a simple
example:<br>
<br>
user_data: |<br>
wget <a href="http://repo.url/mybinary" target="_blank">http://repo.url/mybinary</a><br>
./mybinary<br>
<br>
Hope this helps<br>
<br>
Bob<div><div class="h5"><br>
<br>
<br>
On 2/10/2016 7:52 AM, EXT Basavaraj B wrote:<br>
</div></div></div>
<blockquote type="cite"><div><div class="h5">
<div dir="ltr">
<div><span style="font-size:12.8px">Hello All,</span></div>
<span style="font-size:12.8px">
<div><span style="font-size:12.8px"><br>
</span></div>
I just want to integrate my sample application which has to
run automatically upon VNF instantaiation. And I am using
Tacker service as well.</span>
<div><span style="font-size:12.8px"><br>
</span>
<div style="font-size:12.8px">Can someone please give me
pointers on it.</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">Regards,</div>
<div style="font-size:12.8px">Basavaraj</div>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
</div></div><pre>_______________________________________________
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
Post to : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
</pre>
</blockquote>
<br>
</div>
</blockquote></div><br></div>