[openstack-dev] How to specify gic version in openstack

2017-07-04 Thread Vishnu Pajjuri
Hi, I am trying to run Openstack on ARM64 architecture. ARM64 architecture with KVM hypervisor needs GIC version(generic interrupt controller) as a property for the image when we are creating/uploading an image. I would like to include this property in the glance code. I am new to glance, Can some

[openstack-dev] [Openstack-dev][Tacker] Not able to run user_data commands on my instance

2017-05-22 Thread Vishnu Pajjuri
Hi, I'm have installed openstack with tacker by devstack. I'm able to run OpenWRT vnf and able to configure the firewall service with openwrt management driver. And also able to run shell commands in cirros image which is also using openwrt management driver. Now I have created one ubuntu

[openstack-dev] [Openstack-dev][Tacker] How to update vnf with user_data

2017-05-19 Thread Vishnu Pajjuri
Hi, Someone can help me to update vnf with user_data by using noop or openwrt mgmt_driver. Below is my tosca-config-user-data.yaml vdus: VDU1: config: user_data: | #!/bin/sh echo "my hostname is `hostname`" > /tmp/hostname df -h > /tmp/diskinfo Reg

[openstack-dev] [tacker] VNF Configuration injection issue

2017-04-04 Thread Vishnu Pajjuri
Hi, I'm running tacker and able to launch vnf through VNF manager. But the configuration of the VNF is not getting injected to VNF. Kindly help me in debugging of injection of configuration Please find below tosca config file tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 desc