Re: [Openstack] tacker+devstack image configuration

2016-04-13 Thread HADDLETON, Robert W (Bob)
Hi Victor: If you are using the Mitaka version and the TOSCA template format you can include the "key_name" property in the VDU declaration with the name of the key to use, it should be mapped to the OS::Nova::Compute object in the Heat template and available for use. The legacy YAML form

Re: [Openstack] [Openstack Tacker] Integrating an application in VNF

2016-02-10 Thread HADDLETON, Robert W (Bob)
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 be

Re: [Openstack] [Openstack Tacker]: VNF instance not created

2016-02-09 Thread HADDLETON, Robert W (Bob)
Hi Basavaraj: A couple of questions: Does your image contain a copy of the "hello" program you are looking for? Is the image configured to run the program automatically at boot time? Or did you use the "user_data" section of the template to run the program after the VM is deployed? It w