[openstack-dev] [openstack-de] [DNSaaS] [designate] jenkins is failing for all latest patches

2016-09-27 Thread Kelam, Koteswara Rao
Jenkins for openstack/designate is failing for latest patches. Py27, py34 and py35 are failing continuously. gate-designate-python27-db-ubuntu-xenial FAILURE in 3m 58s

[openstack-dev] [openstack][designate DNSaaS] AXFR failing for Secondary zone

2016-09-25 Thread Kelam, Koteswara Rao
I created secondary zone as follows but AXFR fails. I am running nsd on port 53. $openstack zone create --type SECONDARY example6.com. --master 16.154.201.34 --description "This is a slave" 2016-09-25 06:53:45.230 ^[[00;36mINFO designate.dnsutils

[openstack-dev] [LBaaS][Octavia] Health manager does not create standby amphora VM

2016-08-22 Thread Kelam, Koteswara Rao
Hi All, I followed these steps and health manager does not create standby amphora VM in step 6. Is this a defect or working as per design? 0. Spare pool =2 1. Create LB 2. Two amphora VMs got created ( One is active , second is standby ) 3. Shutdown the Active amphora VM 4. Standby takes

[openstack-dev] [NOVA] How boot an instance on specific compute with provider-network: physnet1

2016-08-17 Thread Kelam, Koteswara Rao
Hi All, I have two computes Compute node 1: 1. physnet3:br-eth0 2. physnet2: br-eth2 Compute node 2: 1. physnet3:br-eth0 2. physnet1:br-eth1 3. physnet2:br-eth2 When I boot an instance with a network of provider-network physnet1, nova is scheduling it on compute1 but there is no physnet1 on

Re: [OpenStack-Infra] [Infra] Request for adding me in core member for networking-hpe repo

2016-04-06 Thread Kelam, Koteswara Rao
Hi Lyz, Please add me to both networking-hpe-core and networking-hpe-release teams to manage them. Regards, Koteswar -Original Message- From: Elizabeth K. Joseph [mailto:l...@princessleia.com] Sent: Tuesday, April 05, 2016 11:07 PM To: Anita Kuno Cc: OpenStack

Re: [Openstack] Fwaas test

2014-10-01 Thread Kelam, Koteswara Rao
Already there is defect for this https://bugs.launchpad.net/neutron/+bug/1330913 Regards, Koteswar From: Ajay Kalambur (akalambu) [mailto:akala...@cisco.com] Sent: Friday, August 29, 2014 9:31 AM To: openstack@lists.openstack.org Subject: [Openstack] Fwaas test Hi When I create a new firewall

Re: [Openstack] [openstack][neutron] tox -e py27 is not working in the latest neutron code

2014-09-15 Thread Kelam, Koteswara Rao
Sure. By mistake I posted to openstack list first and realized and send it on openstack-dev list. I will take care of this in future. --Koteswar -Original Message- From: Jeremy Stanley [mailto:fu...@yuggoth.org] Sent: Friday, September 12, 2014 7:14 PM To: Kelam, Koteswara Rao Cc

[openstack-dev] [openstack][neutron] tox -e py27 is not working in the latest neutron code

2014-09-12 Thread Kelam, Koteswara Rao
Hi All, I am trying to run unit test cases in neutron code using tox -e py27 but it is not working. I commented out pbr in requirements.txt to avoid issues related to pbr but still I am getting following errors. I removed .tox folder and tried again but still same issue. Please help me here.

[Openstack] [openstack][neutron] tox -e py27 is not working in the latest neutron code

2014-09-12 Thread Kelam, Koteswara Rao
Hi All, I am trying to run unit test cases in neutron code using tox -e py27 but it is not working. I commented out pbr in requirements.txt to avoid issues related to pbr but still I am getting following errors. I removed .tox folder and tried again but still same issue. Please help me here.

Re: [Openstack] Inconsistent official docs for enabling LBaas and Fwaas

2014-07-23 Thread Kelam, Koteswara Rao
You can use multiple no. of service plugins by specifying them in single line separated by comma. If you specify them in multiple lines, the last one will overwrite all I think. service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin,

[Openstack] [ceilometer] ERROR in collector : Failed to record metering data

2014-06-02 Thread Kelam, Koteswara Rao
Hi all, I am trying to use mysql as database for ceilometer. I created database as follows CREATE DATABASE ceilometer; GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'localhost' \ IDENTIFIED BY 'CEILOMETER_DBPASS'; GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'%' \ IDENTIFIED BY

[Openstack] [openstack] [metering] ERROR in collector : Failed to record metering data

2014-06-02 Thread Kelam, Koteswara Rao
Hi all, I am trying to use mysql as database for ceilometer. I created database as follows CREATE DATABASE ceilometer; GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'localhost' \ IDENTIFIED BY 'CEILOMETER_DBPASS'; GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'%' \ IDENTIFIED BY

Re: [Openstack] Need help on neutron network device!!

2014-04-03 Thread Kelam, Koteswara Rao
*In the controller node, add the following line in neutron.conf and restart the neutron-server: service_plugins = neutron.services.firewall.fwaas_plugin.FirewallPlugin *In the network node, neutron.conf, add the following and restart the neutron-l3-agent: [fwaas] driver

Re: [Openstack] Need help on neutron network device!!

2014-04-03 Thread Kelam, Koteswara Rao
|Moved to ACTIVE state | tenant_id | 2e3b38da3a8c41ba8feb3973ea88fae2 | ++--+ Regards, Koteswar From: Sateesh Kolagani Kumar [mailto:sateesh_ku...@mindtree.com] Sent: Thursday, April 03, 2014 12:56 PM To: Kelam, Koteswara Rao

Re: [Openstack] [ceilometer] how to list l3 meters using neutron meter-labels?

2014-04-01 Thread Kelam, Koteswara Rao
| | +--+--+-+ sdn@koteswar-ice-osc:~$ ceilometer resource-list|grep db5b10a9-b36b-4b96-ab46-84e34e2b1cfb sdn@koteswar-ice-osc:~$ regards, Koteswar From: Nejc Saje [mailto:nejc.s...@xlab.si] Sent: Friday, March 28, 2014 5:21 PM To: Kelam, Koteswara Rao Cc: openstack@lists.openstack.org

Re: [Openstack] [ceilometer] how to list l3 meters using neutron meter-labels?

2014-03-28 Thread Kelam, Koteswara Rao
Hi All, I am using icehouse-2. In my setup 10.64.201.0/24 is external network and set it as router gateway. |10.64.201.0/24|---|router|--|22.0.0.0/24| Now I want see the rx and tx stats of qg-XX interface of router as meters. I configured neutron metering label and rule as follows.

[Openstack] [metering] how to list l3 metering label stats

2014-03-27 Thread Kelam, Koteswara Rao
Hi All, I am using icehouse-2. In my setup 10.64.201.0/24 is external network and set it as router gateway. |10.64.201.0/24|---|router|--|22.0.0.0/24| Now I want see the rx and tx stats of qg-XX interface as meters. I configured neutron metering label and rule as follows.