Re: [openstack-dev] [octavia] fail to plug vip to amphora

2017-06-28 Thread Ganpat Agarwal
Hello Yipei, "*octavia.amphorae.backends.agent.api_server.listener [-] Failed to verify haproxy file: Command '['haproxy', '-c', '-L', 'NK20KVuD6oi5NrRP7KOVflM* *3MsQ', '-f', '/var/lib/octavia/bca2c985-471a-4477-8217-92fa71d04cb7/haproxy.cfg.new']' returned non-zero exit status 1*" Verification o

Re: [openstack-dev] [OpenStack-Dev][DevStack][Neutron] devstack install - need help on local.conf settings

2017-06-02 Thread Ganpat Agarwal
Hi Nidhi, Try this : *Set up the network environment on the host so that devstack VMs can access the external world.* *sudo bash* *echo 1 > /proc/sys/net/ipv4/ip_forward* *echo 1 > /proc/sys/net/ipv4/conf/INTERFACE/proxy_arp* *iptables -t nat -A POSTROUTING -o INTERFACE -j MASQUERADE* *These co

Re: [openstack-dev] 答复: [neutron][lbaasv2][octavia] Not able to create loadbalancer

2016-11-16 Thread Ganpat Agarwal
ent image in glance and expects > the octavia repository to be located in /opt/stack/octavia, so please > update it as needed. > > Michael > > [1] https://gist.github.com/michjohn/a7cd582fc19e0b4bc894eea6249829f9 > > On Wed, Nov 16, 2016 at 8:25 AM, Ganpat Agarwal >

Re: [openstack-dev] 答复: [neutron][lbaasv2][octavia] Not able to create loadbalancer

2016-11-16 Thread Ganpat Agarwal
to > the amphora vm, but failed. It could not connect to the amphora agent. You > may ssh to the vm and check if the networks and ip addresses are correctly > set. > > > > Good luck. > > -hzhao > > > > *发件人: *Ganpat Agarwal > *发送时间: *2016年11月16日 14:40 > *收

[openstack-dev] [neutron][lbaasv2][octavia] Not able to create loadbalancer

2016-11-15 Thread Ganpat Agarwal
Hi All, I am using devstack stable/newton branch and have deployed octavia for neutron-lbaasv2. Here is my local.conf [[local|localrc]] HOST_IP=10.0.2.15 DATABASE_PASSWORD=$ADMIN_PASSWORD MYSQL_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD SERVICE_TOKE

Re: [openstack-dev] [devstack][mitaka] Unable stack.sh on ubuntu 14.04.5LTS (TypeError: 'Documentation' object is not iterable)

2016-11-01 Thread Ganpat Agarwal
Hi, Your logs says that it failed during installation of "rcssmin" package. Did you tried installing it manually, or removing it completely and re-installing? It may be because of version conflict across the dependencies for this package. Regards, Ganpat On Tue, Nov 1, 2016 at 8:10 PM, Srikant

Re: [openstack-dev] [Ceilometer]: Instance creation and deletion metrics in ceilometer !

2016-11-01 Thread Ganpat Agarwal
That's correct. We can have meters only for those things which we can measure like cpu, memory etc. If we want to keep a count of instance creation and deletion, you will need to monitor the events and look for specific event types like compute.instance.create.end or compute.instance.delete.end.

Re: [openstack-dev] [Ceilometer]: Instance creation and deletion metrics in ceilometer !

2016-10-26 Thread Ganpat Agarwal
Services Limited > Mailto: raghunat...@tcs.com > Website: http://www.tcs.com > > Experience certainty. IT Services > Business Solutions > Consulting > > > > -Ganpat Agarwal wrote: - > To: "O

Re: [openstack-dev] [Ceilometer]: Instance creation and deletion metrics in ceilometer !

2016-10-25 Thread Ganpat Agarwal
> Mailto: raghunat...@tcs.com > Website: http://www.tcs.com > > Experience certainty. IT Services > Business Solutions > Consulting > ________ > > > -Ganpat Agarwal wrote: --

Re: [openstack-dev] [Ceilometer]: Instance creation and deletion metrics in ceilometer !

2016-10-25 Thread Ganpat Agarwal
Hi, I am able to get event notifications on kafka by applying these configurations: nova.conf instance_usage_audit = True instance_usage_audit_period = hour notify_on_state_change = vm_and_task_state notification_driver = messagingv2 Restart nova compute service ceilometer.conf [event] dr

Re: [openstack-dev] [devstack]

2013-12-18 Thread Ganpat Agarwal
Thank you Dean and Anne for your response. On Wed, Dec 18, 2013 at 8:27 PM, Dean Troyer wrote: > On Wed, Dec 18, 2013 at 8:23 AM, Anne Gentle < > annegen...@justwriteclick.com> wrote: > >> Also, Dean correct me if I'm wrong, but I don't believe devstack does a >> precise milestone release. To

[openstack-dev] [devstack]

2013-12-18 Thread Ganpat Agarwal
Hi All, I have a openstack Havana setup running on Ubuntu 12.04 via Devstack. I want to test the icehouse-1 milestone release (cinder and nova) on the setup. I looked for the instructions in the docs but could not find. Could anyone help me with the instructions or steps i should follow to achie

Re: [openstack-dev] [OpenStack-dev][cinder][glance] Should glance be installed on cinder only nodes?

2013-12-03 Thread Ganpat Agarwal
Thanks Avishay. I will try to setup a cinder-volume node and test this feature. Regards, Gans On Tue, Dec 3, 2013 at 3:00 PM, Avishay Traeger wrote: > Gans, > No, you don't need to install Glance on Cinder nodes. Cinder will use the > Glance client, which must be installed on the Cinder node