[Openstack] [openstack] Autoscaling

2015-02-03 Thread m.channappa.negalur
Hello All, I have a small query in autoscaling . In heat auto scaling template we specify max_size as 3 , it means it can launch upto 3 instances ?. I,e once high cpu load , crosses the threshold level it will launch first vm (as scaling_adjustment : 1) and if that load continues to remain

Re: [Openstack] [openstack] Heat autoscaling stack creation failed for normal user

2015-01-27 Thread m.channappa.negalur
Hello Steven, Thanks for the response. I went through your blog. It's really good . I have question here. Openstack CLI will support only V3 version of keystone client?. Because it's not taking subcommand --description. Please look into the below output. I have installed juno on Ubuntu 14.04

[Openstack] [openstack] Heat autoscaling stack creation failed for normal user

2015-01-23 Thread m.channappa.negalur
Hello all, I was trying to launch a autoscaling template from a normal user. But it's able to create a vm but not the autoscaling policy with the below error. ( For admin it will work) 2015-01-23 09:22:58.341 14671 INFO heat.engine.stack [-] Stack CREATE FAILED (ms): Resource CREATE failed:

Re: [Openstack] Vm's Hung when I use Vi editor in openstack

2014-12-14 Thread m.channappa.negalur
Hello , Thanks for your response. I Installed latest kernel and glibc packages on cloud VM . But not changed the MTU, issue got resolved. I am investigating what was the cause . Regards, Malleshi CN From: Maxime Aubry [mailto:m.au...@hexanet.fr] Sent: Friday, December 12, 2014 1:05 PM To:

[Openstack] Vm's Hung when I use Vi editor in openstack

2014-12-11 Thread m.channappa.negalur
Hello Geeks, I have installed Juno 3 node setup. I am able to launch a Centos6.4 image successfully(image size of 328MB). But when I tried to edit files inside VM using 'vi' , terminal gets hung. I updated vi package to 'vim-enhanced' , still the issue continues. I have enough resource for my

Re: [Openstack] Ceilometer Api error in Juno: Resolved

2014-11-18 Thread m.channappa.negalur
Hello Eoghan, Thanks for the update. 1.Openstack Document link : http://docs.openstack.org/trunk/install-guide/install/apt/content/ceilometer-controller-install.html 2. ceilometer packages installed : apt-get install ceilometer-api ceilometer-collector ceilometer-agent-central

Re: [Openstack] Ceilometer Api error in Juno

2014-11-17 Thread m.channappa.negalur
Hello Eoghan, Thanks for your reply. I have installed Juno on Ubuntu 14.04 . 1.How did you install ceilometer, using packages or direct from git?. Ans: I have installed it from Juno repsiotory. I want to configure ceilometer to use mongodb as a backend. Is it require to delete

Re: [Openstack] Ceilometer Api error in Juno

2014-11-17 Thread m.channappa.negalur
Hello Eoghan, I have installed mongodb using below command as per the document. 1. apt-get install mongodb-server ( this case mongodb will not be installed) 2. apt-get install mongodb : if I use this , mongodb-server will automatically installed as a dependencies. I tried both way and

[Openstack] Ceilometer Api error in Juno

2014-11-16 Thread m.channappa.negalur
Hello Geeks, I have installed three node openstack Juno. I was configuring ceilometer using mongodb as back end. I found my ceilometer-api is not starting and throwing some module error. root@Control:/var/log/ceilometer# tail -50 ceilometer-api.log 2014-11-15 12:02:02.124 23900 TRACE

Re: [Openstack] Icehouse : vm spawn failed

2014-07-09 Thread m.channappa.negalur
Hello Felix, 1. Which network service do you use? Ans: Neutron 2. do you have separate network interfaces for VM instances and hypervisor? Ans: Yes I do have 3 interfaces on compute node and network node . 1.eth0 : Management network 2.eth1: external network 3.eth2: for vm communication

[Openstack] Icehouse -VM keeps spawning

2014-07-09 Thread m.channappa.negalur
Hi All, I have a 3 node icehouse and the services for nova and neutron are working fine. However when I try to launch the VM it says spawning and does not show any error. Please find the below logs for compute controller and Network. Controller node root@controller:/var/log/neutron# tail

[Openstack] FW: Icehouse : vm spawn failed

2014-07-09 Thread m.channappa.negalur
Hi Felix, Below is my setup 1. compute node : kvm, neutron plugins, nova-compute ( 3 ethernet card as I mentioned earlier) 2. Neutron Node: nova services, neutron services, neutron-server ( 3 ethernet card as I mentioned earlier) 3. keystone node : remaining services As per the update given

[Openstack] br-tun in icehouse ..?

2014-06-20 Thread m.channappa.negalur
Hello team, I have observers few differences in Ice House and Havana. In Havana br-tun is mentioned in the ovs_neutron_plugin.ini . In Ice House I couldn't see br-tun in any configuration. Its function is replaced by something else ? Or I missed it ..please correct me .. Havana: Neutron Node

Re: [Openstack] br-tun in icehouse ..?

2014-06-20 Thread m.channappa.negalur
Thank you for the answer !! Regards, Malleshi CN -Original Message- From: Lars Kellogg-Stedman [mailto:l...@redhat.com] Sent: Friday, June 20, 2014 6:48 PM To: Channappa Negalur, M. Cc: openstack@lists.openstack.org Subject: Re: [Openstack] br-tun in icehouse ..? On Fri, Jun 20, 2014 at

[Openstack] Ceilometer will not display all meters on resourceusage panel

2014-06-03 Thread m.channappa.negalur
Hello All, I have configured multimode Havana openstack on 12.04 ubuntu . In ceilometer I am able to list cpu ,cpu_util network.outgoing.bytes from commandline . But the samething is not showing up on resource usage drop down on dashboard. Regards, Malleshi CN

Re: [Openstack] [Ceilometer] Example create alarm via REST API

2014-04-01 Thread m.channappa.negalur
Hello Eoghan, Please find the details, 1. What version are you using? root@Tcontroller:/var/log/heat# dpkg --list | grep -i ceilometer ii ceilometer-agent-central 2013.2-0ubuntu1~cloud0 ceilometer central agent ii ceilometer-api

Re: [Openstack] [Ceilometer] Example create alarm via REST API

2014-04-01 Thread m.channappa.negalur
Hello Nejc, Thanks for the reply. Is this bug fixed for ice-houce-3 ..? Currently I am using Havana.. Please let me know is this fixed for Havana as well .. Regards, Malleshi C N -Original Message- From: Nejc Saje [mailto:nejc.s...@xlab.si] Sent: Friday, March 28, 2014 5:08 PM To:

Re: [Openstack] [Ceilometer] Example create alarm via REST API

2014-03-28 Thread m.channappa.negalur
Hello Eoghan, Thanks for the steps.. when I launched my stack(autoscaling), Alarms are created but not generating, showing insufficient data. In the log I found below error I have found something from my log . == ceilometer-collector.log == 2014-03-25 05:40:56.308 1047 ERROR

[Openstack] Autoscaling : heat stack failed

2014-03-21 Thread m.channappa.negalur
Hello All, I have configured openstack Havana on Ubuntu 12.04 . I configured heat ceilometer. When I was creating stack I found that stack creation failed in log 2014-03-21 05:37:50.170 22127 TRACE heat.engine.resource raise exception.StackValidationFailed(message=msg) 2014-03-21

Re: [Openstack] Autoscaling : heat stack failed

2014-03-21 Thread m.channappa.negalur
Hi Team, I fixed the earlier error and landed at below error 2014-03-21 09:31:27.138 22406 ERROR heat.engine.resource [-] CREATE : LoadBalancer ElasticLoadBalancer 2014-03-21 09:31:27.138 22406 TRACE heat.engine.resource Traceback (most recent call last): 2014-03-21 09:31:27.138 22406 TRACE

Re: [Openstack] Autoscaling : heat stack loadbalancer error

2014-03-21 Thread m.channappa.negalur
Hi Team, This is the last error I received after modifying in ElasticLoadBalancer ElasticLoadBalancer : { Type : AWS::ElasticLoadBalancing::LoadBalancer, Properties : { AvailabilityZones : { Fn::GetAZs : }, Instances : [ { Ref: WikiDatabase } ], Subnets : [

Re: [Openstack] Request for help - Heat Auto-scaling

2014-03-13 Thread m.channappa.negalur
Hello Jay, Even I was getting the similar problem. I am able to launch stack, but autoscaling not happening , sample Template was given by 'egl...@redhat.com' Wwhen my CPU load increases , autoscaling should happen according to the template. But Ceiolmeter is not producing any alarm or

[Openstack] ceilometer-alarm

2014-03-11 Thread m.channappa.negalur
Hello every one , I am working on ceilometer-alarm configuration . when my cpu load increases 30 how I will be notified ?. Below is details of my alarm. Please help me +---+--+ | Property

[Openstack] assistcance required on ceilometer alarm-evaluator and ceilometer-alarm-notifier

2014-03-06 Thread m.channappa.negalur
Hi team , Can any one help in in providing the link to install ceilometer-alarm-evaluatorhttps://launchpad.net/ubuntu/trusty/+package/ceilometer-alarm-evaluator and ceilometer-alarm-notifierhttps://launchpad.net/ubuntu/trusty/+package/ceilometer-alarm-notifier and also package for ubuntu