Thanks Robert for the update. Regards, Basavaraj
On Wed, Feb 10, 2016 at 8:15 PM, HADDLETON, Robert W (Bob) < [email protected]> wrote: > Hi Basavaraj: > > 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. > > 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. > > In the mean time I would recommend something like this as a simple example: > > user_data: | > wget http://repo.url/mybinary > ./mybinary > > Hope this helps > > Bob > > > > On 2/10/2016 7:52 AM, EXT Basavaraj B wrote: > > Hello All, > > I just want to integrate my sample application which has to run > automatically upon VNF instantaiation. And I am using Tacker service as > well. > > Can someone please give me pointers on it. > > Regards, > Basavaraj > > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
