<html>
  <head>
    <meta content="text/html; charset=iso-8859-15"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">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 class="moz-txt-link-freetext" href="http://repo.url/mybinary">http://repo.url/mybinary</a><br>
        ./mybinary<br>
      <br>
      Hope this helps<br>
      <br>
      Bob<br>
      <br>
      <br>
      On 2/10/2016 7:52 AM, EXT Basavaraj B wrote:<br>
    </div>
    <blockquote
cite="mid:CADE=9ARs3exbW6v8hRTONwhz8FnPpeN3AJY_T5Ui4z48OAWkZA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=iso-8859-15">
      <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 class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Mailing list: <a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
Post to     : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>
Unsubscribe : <a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>