[Openstack] [openstack][icehouse][monitoring]-open source monitoring tools

2014-12-02 Thread Chinasubbareddy M
Hi , We would like to enable monitoring for 15 node openstack production setup, want suggestions up on following open source monitoring tools. Please suggest, 1. Nagios and Cacti 2. AppDynamics 3. Zabbix and graphite 4. Ganglia It would be really helpful if you can s

[Openstack] [juno][DVR]

2014-12-27 Thread Chinasubbareddy M
Hi, Can you please guide me for configuring the DVR in juno? Referred the following link but was not able to do it as router create with distributed true failed to create the distributed router. http://docs.openstack.org/networking-guide/content/ha-dvr.html Regards, Subbareddy. DISCLAIMER

Re: [Openstack] [juno][DVR]

2014-12-31 Thread Chinasubbareddy M
n , please suggest. Regards, Subbareddy. From: James Denton [mailto:james.den...@rackspace.com] Sent: Tuesday, December 30, 2014 9:42 PM To: Chinasubbareddy M; openstack@lists.openstack.org Subject: RE: [Openstack] [juno][DVR] Subbareddy, I have been working on this over the last day or so, and

Re: [Openstack] [juno][DVR]

2015-01-01 Thread Chinasubbareddy M
, January 01, 2015 9:56 PM To: Chinasubbareddy M; openstack@lists.openstack.org Subject: RE: [Openstack] [juno][DVR] Hi Subbareddy, Have you tried without --name? [root@controller ~]# neutron router-create another_router --distributed True Created a new router

Re: [Openstack] [juno][DVR]

2015-01-04 Thread Chinasubbareddy M
Thank you so much James, finally it got worked and I am able to create the router(DVR). From: James Denton [mailto:james.den...@rackspace.com] Sent: Friday, January 02, 2015 9:54 PM To: Chinasubbareddy M; openstack@lists.openstack.org Subject: RE: [Openstack] [juno][DVR] Hi Subbareddy, Can you

[Openstack] [Icehouse][neutron][manto-to-one NAT]

2015-01-21 Thread Chinasubbareddy M
HI all, I would like to understand many to one NAT feature by neutron , so I have created a gateway for router with "enable_snat" on disable mode, now I am confused how to use many to one NAT, can you please guide me ? root@vpnaas1:~# neutron router-show 1dc4a054-1a93-4962-abaa-01f118a3 +-

Re: [Openstack] [Icehouse][neutron][manto-to-one NAT]

2015-01-22 Thread Chinasubbareddy M
connect to pot 422 of 192.168.10.11 then it should redirect to 22 port of 1.1.1.2 I would like to know neutron has this feature or not . Regards, Subbareddy. From: James Denton [mailto:james.den...@rackspace.com] Sent: Wednesday, January 21, 2015 9:27 PM To: Chinasubbareddy M Cc: openstack

Re: [Openstack] [openstack-dev] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Chinasubbareddy M
Hi, As per my knowledge DVR is to avoid neutron node as an single point of failure and distribute l3 operations across compute nodes. HA for L3 agents is working from Juno but it will be on active/passive mode, only one l3 will be on active at a time . Subbareddy, Persistent systems ltd. From

[Openstack] [autoscaling][icehouse]

2015-03-01 Thread Chinasubbareddy M
Hi , Could you please share working auto scaling script which helps understanding the auto scaling in openstack cloud ? Regards, Subbareddy, Persistent systems ltd. DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems

[Openstack] [openstack][ceilometer][webhook]

2015-03-02 Thread Chinasubbareddy M
Hello, I have a running instance of ceilometer in my system, I want to create an alarm through ceilometer without using heat template. There is a command line API called ceilometer alarm-create. Now I want the alarm in such a way that it will trigger an instance creation after a value is great

Re: [Openstack] [autoscaling][icehouse]

2015-03-03 Thread Chinasubbareddy M
ource? Regards, Subbareddy. -Original Message- From: Christian Berendt [mailto:christ...@berendt.io] Sent: Monday, March 02, 2015 2:20 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] [autoscaling][icehouse] On 03/02/2015 06:31 AM, Chinasubbareddy M wrote: > Could you plea

Re: [Openstack] [autoscaling][icehouse]

2015-03-03 Thread Chinasubbareddy M
] On 04/03/15 00:00, Chinasubbareddy M wrote: Hi, Thanks for the blog , but I am getting the below error while I am launching the stack as per the instructions. StackValidationFailed: Unknown resource Type : OS::Nova::Server::Cirros Assuming you ran the following, what version of python

[Openstack] [openstack][autoscaling][icehouse][OS::Heat:: AutoScalingGroup]

2015-03-04 Thread Chinasubbareddy M
Hi, I am testing openstack auto scaling function, but the stack is getting failed with below error, :Multiple possible networks found, use a Network ID to be more specific could anybody tell me how to solve it? , This is happening in case of using OS::Heat:: AutoScalingGroup resource, is t

Re: [Openstack] [openstack][autoscaling][icehouse][OS::Heat:: AutoScalingGroup]

2015-03-05 Thread Chinasubbareddy M
/2015 02:36 PM, Chinasubbareddy M wrote: > Hi, > > > > I am testing openstack auto scaling function, but the stack is > getting failed with below error, > > > > :Multiple possible networks found, use a Network ID to be more > specific > > >

Re: [Openstack] [autoscaling][icehouse][OS::Heat::AutoScalingGroup]

2015-03-05 Thread Chinasubbareddy M
| 2015-03-05T14:55:58.039142 | state: insufficient data | +--++-+ -Original Message- From: Chinasubbareddy M Sent: Thursday, March 05, 2015 5:38 PM To:

Re: [Openstack] [autoscaling][icehouse]

2015-03-05 Thread Chinasubbareddy M
Message- From: Chinasubbareddy M Sent: Thursday, March 05, 2015 8:27 PM To: 'Deepthi Dharwar'; 'openstack@lists.openstack.org' Cc: David Peraza Subject: RE: [Openstack][autoscaling][icehouse][OS::Heat::AutoScalingGroup] Hello all, I can see the alarm in alarm-history. How

[Openstack] [openstack][[autoscaling][icehouse]

2015-03-10 Thread Chinasubbareddy M
Hi , as I wanted to check out the autoscaling features of heat in combination with ceilometer, I tried to adapt one of the example HOT's. Meanwhile, the HOT is starting successfully, but whatever I do to stress my VM in the web_server_group, no scaling reaction is observable. Executing the web

Re: [Openstack] [Heat][Ceilometer][Autoscaling]

2015-03-10 Thread Chinasubbareddy M
Hi, We used to have Ip address only , while troubleshooting we made that to localhost. If you see the url , there is AWS access key and if we execute the url manually , its getting failed to contact keystone and get token. If we get the token manually and request it again ,it's getting failed w

Re: [Openstack] [openstack][[autoscaling][icehouse]

2015-03-10 Thread Chinasubbareddy M
[icehouse] On Tue, Mar 10, 2015 at 07:12:54AM +, Chinasubbareddy M wrote: > Hi , > > as I wanted to check out the autoscaling features of heat in combination with > ceilometer, I tried to adapt one of the example HOT's. Meanwhile, the HOT is > starting successf

Re: [Openstack] [Heat][Ceilometer][Autoscaling]

2015-03-12 Thread Chinasubbareddy M
- From: Qiming Teng [mailto:teng...@linux.vnet.ibm.com] Sent: Wednesday, March 11, 2015 2:52 PM To: Chinasubbareddy M; openstack@lists.openstack.org Subject: Re: [Openstack] [Heat][Ceilometer][Autoscaling] > > http://:8000/v1/signal/arn%3Aopenstack%3Aheat%3A%3Aec3e93810a > > 7c &g

[Openstack] [openstack][ceilometer][icehouse]

2015-03-12 Thread Chinasubbareddy M
Hello all, need to write a code in python to Implement a new custom meter data in ceilometer, could you please help me out with your suggestion ? my intention is to collect the application sample data through that new meter and implement auto scaling . Regards, Subbareddy, Persistent systems l

Re: [Openstack] Virtual instance access to openstack controller

2015-03-12 Thread Chinasubbareddy M
Configure floatins ips or provider networks are the solutions. https://developer.rackspace.com/blog/neutron-networking-vlan-provider-networks/ From: Kamsali, RaghavendraChari (Artesyn) [mailto:raghavendrachari.kams...@artesyn.com] Sent: Friday, March 13, 2015 11:27 AM To: openstack@lists.openst

Re: [Openstack] [Heat][Ceilometer][Autoscaling]

2015-03-13 Thread Chinasubbareddy M
group. As Ceilometer is not considering stack as its resource, How it would calculate the statistics for the entire stack? Regards, Subbareddy, Persistent systems ltd. -Original Message- From: Chinasubbareddy M Sent: Wednesday, March 11, 2015 6:55 PM To: 'Qiming Teng';

[Openstack] [openstack][kilo][compute_driver]

2015-06-07 Thread chinasubbareddy m
Hello, could you please help me to mention compute driver in kilo? my /etc/nova-compute.conf [DEFAULT] compute_driver=libvirt.LibvirtDriver [libvirt] virt_type = qemu i am getting error like root@kiloctl:~# tail -f /var/log/nova/nova-compute.log 2015-06-08 17:04:53.155 16600 ERROR nova.virt.

Re: [Openstack] [openstack][kilo][compute_driver]

2015-06-08 Thread chinasubbareddy m
is not going to be installed Depends: qemu-system (>= 1.3.0) or kvm E: Unable to correct problems, you have held broken packages. On Mon, Jun 8, 2015 at 11:36 AM, chinasubbareddy m < subbareddy.openst...@gmail.com> wrote: > Hello, &

[Openstack] [openstack][kilo][vm launch error][libvirt]libvirtError: invalid argument: monitor must not be NULL

2015-06-10 Thread chinasubbareddy m
Hi, if i try to launch a VM in kilo , getting error like below, help me out. /var/log/nova/nova-compute.log:2015-06-11 08:27:47.013 10436 TRACE nova.compute.manager [instance: 3a286da5-a3ac-428d-9a7b-9f05e3122d36] rv = execute(f, *args, **kwargs) /var/log/nova/nova-compute.log:2015-06-11 08:27:4

[Openstack] [openstack][opendaylight]

2015-06-19 Thread chinasubbareddy m
Hi, could you please guide me good blogs for integrating opeack and opendaylight ? Regards, subbareddy. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://li

[Openstack] [openstack][glance][ipv6]

2014-05-12 Thread Chinasubbareddy M
Hi, I am setting up glance with icehouse on Ubuntu 14.o4, I am getting following error : 2014-05-12 21:38:31.223 19851 CRITICAL glance [-] gaierror: [Errno -3] Temporary failure in name resolution 2014-05-12 21:38:32.263 19863 ERROR glance.store.sheepdog [-] Error in store configuration: Unex

Re: [Openstack] [openstack][glance][ipv6]

2014-05-12 Thread Chinasubbareddy M
n'" From: Martinx - ジェームズ [mailto:thiagocmarti...@gmail.com] Sent: Monday, May 12, 2014 10:35 PM To: Chinasubbareddy M Cc: openstack@lists.openstack.org; Ram Nalluri; Boddepalli Srikanth Subject: Re: [Openstack] [openstack][glance][ipv6] Hello! I'm running Glance over IPv6,

[Openstack] curl call to list servers in a specified region

2014-07-08 Thread Chinasubbareddy M
Hi, I would like to know the curl request for listing the servers within a specified region, region should be mentioned in the curl request only, please suggest. Regards, Subbareddy. DISCLAIMER == This e-mail may contain privileged and confidential information which is the proper

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

2014-07-23 Thread Chinasubbareddy M
Hi, I have configured both of them and it was working fine in Havana. Here is the way I mentioned in config file , # Advanced service modules # service_plugins = service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin service_plugins = neutron.services.firewall.fwaas_plugin.Fir

Re: [Openstack] router cannot communicate with external

2014-07-23 Thread Chinasubbareddy M
Hi, Can you please share the routes at router and instance , ip netns exec qrouter-e3119ff4-2fac-4226-9e63-009cfce8ac4c route -n also share the route of qdhcp and the instance. Regards, Subbareddy, Persistent systems ltd. From: ZHOU TAO A [mailto:tao.a.z...@alcatel-lucent.com] Sent: Thursday, J

Re: [Openstack] issue with multiple floating ip pools for neutron network

2014-07-28 Thread Chinasubbareddy M
Hi, What about the handle_internal_only_routers option ? You need to make sure one should be true and remaining should be false like , For the first agent handle_internal_only_routers = True gateway_external_network_id = 2118b11c-011e-4fa5-a6f1-2ca34d372c35 external_network_bridge = br

Re: [Openstack] Openstack networking usecase

2014-08-07 Thread Chinasubbareddy M
Hi, Please go through this link ,please revert if you have any issues. https://developer.rackspace.com/blog/neutron-networking-vlan-provider-networks/ From: Ramprasad Velavarthipati [mailto:rampras...@gmail.com] Sent: Thursday, August 07, 2014 2:45 PM To: openstack@lists.openstack.org Subject: [

Re: [Openstack] Template for wordpress

2014-09-04 Thread Chinasubbareddy M
Hi , You can mention default network inside the template itself or can pass as a parameter while creating the stack. Here is the example , As parameter: heat stack-create -f /root/rsoft-intall.yaml --parameters="server_name=r1m5;key_name=test;flavor=m1.small;image=aaf91618-ed6e-48e4-a6

[Openstack] ICehouse[Neutron][ML2][VLAN] - nova boot failed

2014-09-10 Thread Chinasubbareddy M
Hi , When I am configuring ML2 plugin with vlan based network , nova boot is failing with following error ,where as if I change the driver from ML2 to OVS , things are working fine . Please suggest. Here is the ml2 configuration: [ml2] type_drivers = vlan tenant_network_types = vlan mechani

Re: [Openstack] ICehouse[Neutron][ML2][VLAN] - nova boot failed

2014-09-10 Thread Chinasubbareddy M
ng in case of ml2 plugin. Hope ml2 plugin not able to provide that information. Do I need to do any changes in nova.conf in case of ml2? From: Gangur, Hrushikesh (R & D HP Cloud) [mailto:hrushikesh.gan...@hp.com] Sent: Thursday, September 11, 2014 11:22 AM To: Chinasubbareddy M; openstack@lists

[Openstack] [openstack][swift]-container mount into ubuntu

2014-09-18 Thread Chinasubbareddy M
Hi, Do we have any facility like s3fs to mount swift container into our local server? I am trying to use cloud-fuse but facing some issues ,please let me know if you are successfully mounted swift container with cloud-fuse. Subbareddy, Persistent systems ltd. DISCLAIMER == This e-mai

[Openstack] [keystone][multi-region][project-quota]

2014-09-20 Thread Chinasubbareddy M
Hi, In a deployment scenario where one keystone has several regions registered, how the project quota are managed by, as an example, two nova services in two different regions? I am wondering if is it possible to set quota on the project for all regions or this must to be done on a region by r

[Openstack] [Heat][multi-region]

2014-09-22 Thread Chinasubbareddy M
Hi, I would like to use Heat to create/update and delete resources in different regions, can you please guide me how to mention it in template? Regards, subbareddy DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems

[Openstack] [openstacl][neutron][ml2][vlan]

2014-10-10 Thread Chinasubbareddy M
Hi , When I am configuring ML2 plugin with vlan based network , nova boot is failing with following error ,where as if I change the driver from ML2 to OVS , things are working fine . Please suggest. Here is the ml2 configuration: [ml2] type_drivers = vlan tenant_network_types = vlan mechani

[Openstack] [icehouse][HA]

2014-10-11 Thread Chinasubbareddy M
Hi, I have a requirement to install openstack icehouse HA setup with 10 nodes running Ubuntu 14.04 operating system. Please suggest a suitable deployment tool for the above requirement. Any documents or url's would be helpful. Regards, Subbareddy, Persistent systems ltd. DISCLAIMER ==

[Openstack] [openstack][icehouse][neutron][floatingip][br-ex]

2014-10-16 Thread Chinasubbareddy M
Hi, 1. I have successfully configured floating ips in neutron and everything working fine , but as per the docs there should be int-br-ex and phy-br-int veth pair should be created between br-int and br-ex, but that is not created in my setup ,floating ip are working fine, Please su

Re: [Openstack] [openstack][icehouse][neutron][floatingip][br-ex]

2014-10-16 Thread Chinasubbareddy M
, 2014 11:12 PM To: Chinasubbareddy M; openstack@lists.openstack.org Subject: Re: [Openstack] [openstack][icehouse][neutron][floatingip][br-ex] Subbareddy, The external bridge (br-ex), when set, is used only for the external (qg) port of the router AFAIK and does not need to connect to br-int. The

Re: [Openstack] [openstack][icehouse][neutron][floatingip][br-ex]

2014-10-17 Thread Chinasubbareddy M
Thank you James, will try the br-int as external bridge and let you know. From: James Denton [mailto:james.den...@rackspace.com] Sent: Friday, October 17, 2014 10:13 PM To: Chinasubbareddy M Cc: James Denton; openstack@lists.openstack.org Subject: Re: [Openstack] [openstack][icehouse][neutron

[Openstack] [icehouse][neutron]-Iptables

2014-11-19 Thread Chinasubbareddy M
Hi all, I would like to know where the iptables at compute side will get saved, I mean they will get saved in any configuration file or not. When I change an iptable and restart the ovs agent , changes are going away and original iptables coming up. I would like to understand deep into iPtable

Re: [Openstack] [openstack][glance][swift-backend][icehouse]

2014-11-24 Thread Chinasubbareddy M
, Subbareddy, Persistent systems ltd. From: Chinasubbareddy M Sent: Monday, November 24, 2014 10:51 PM To: openstack@lists.openstack.org Cc: Shanker Gudipati Subject: [openstack][glance][swift-backend][icehouse] Hi all, I configured my glance backend to swift ,while uploading images to my glance am not

Re: [Openstack] [openstack][glance][swift-backend][icehouse]

2014-11-25 Thread Chinasubbareddy M
4-11-25 18:59:14.439 31680 TRACE glance.api.v1.upload_utils File "/usr/lib/python2.7/dist-packages/glance/store/swift.py", line 503, in add 2014-11-25 18:59:14.439 31680 TRACE glance.api.v1.upload_utils raise glance.store.BackendException(msg) From: Chinasubbareddy M Sent: Tuesd