Re: [Openstack] [neutron]Multiple l3 agents

2015-03-05 Thread Akilesh K
Thanks James. I am still in need of the multiple agent setup. Yes I have updated the upstart files to use different 'l3-agent.ini' but the same 'neutron.conf'. The problem is only one l3 agent is registered with 'neutron-server'. Because of this if I create a floating ip the 'rpc message' is not

Re: [Openstack] [autoscaling][icehouse]

2015-03-05 Thread Chinasubbareddy M
Hi, While I am troubleshooting this problem ,I changed the webhook to my own webhook which is of shell script and it is getting triggered by ceilometer alarm. So the problem is with heat based webhook in the alarm . could you please help me out here? Regards, Subbareddy. -Original Mes

Re: [Openstack] [OpenStack] no irc log for #openstack-nova?

2015-03-05 Thread Huangkun (Gareth)
Thanks Thierry :) - Kun Huang (Gareth) -Original Message- From: Thierry Carrez [mailto:thie...@openstack.org] Sent: Thursday, March 05, 2015 5:23 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] [OpenStack] no irc log for #openstack-nova? Huangkun (Gareth) wrote: > Hi > >

Re: [Openstack] How to add vms to heat stack?

2015-03-05 Thread Pavlo Shchelokovskyy
Hi, you could try to play with adopt/abandon feature, e.g. forge an adopt data, but beware it is buggy. An alternative approach was discussed during last summit, and here are the specs of for might be relevant to your use case ([1] and [2]), but they are not approved yet. [1] https://review.opens

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

2015-03-05 Thread Pavlo Shchelokovskyy
Hi, two possibilities. You can check the interval in our /etc/ceilometer/pipeline.yaml and decrease it to collect samples more frequently (The default is sometimes 600 seconds, so on average you'd have to wait about 15 min for autoscaling to kick in, 60 is good for dev purposes, but not on a produ

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

2015-03-05 Thread Chinasubbareddy M
Hello all, I can see the alarm in alarm-history. However, no actions are triggered. Could you please help me out here ? Here is the alarm-show : root@build-server:~# ceilometer alarm-show --alarm_id ec8d3a5f-f890-465e-b796-dba2cf2c12fe +---+--

Re: [Openstack] How to add vms to heat stack?

2015-03-05 Thread Richard Raseley
jupiter wrote: > Is there anyway to force heat to use existing VMs name, or to add > existing VMs to heat stack? Jupiter, As far as I know, there is no way to make Heat 'aware' of instances created via an out-of-band (from it's perspective) operation. To be managed by Heat, all resources must be d

Re: [Openstack] Live Migration of VMs without shared storage

2015-03-05 Thread Remo Mattei
Use rdo with packstack since it is closer to real life env. Remo Inviato da iPhone () > Il giorno 05/mar/2015, alle ore 00:42, somshekar kadam > ha scritto: > > Hello All, > > I have installed openstack using devstack 1 controller and two compute nodes > for live migration. > learnt th

Re: [Openstack] OpenVSwitch ports won't come up / Neutron configuration problems

2015-03-05 Thread Akash Gunjal
Hi, Yes, if IP is not needed set the BOOTPROTO to none. Regards, Akash From: Uwe Sauter To: Akash Gunjal/India/IBM@IBMIN Cc: "openstack@lists.openstack.org Openstack" Date: 03/05/2015 05:17 PM Subject:Re: [Openstack] OpenVSwitch ports won't come up / Neutron

Re: [Openstack] [neutron]Multiple l3 agents

2015-03-05 Thread James Denton
There used to be a limitation of one external network per agent, which meant some folks ran more than one on the same node. Not needed anymore as agents can now support multiple networks. If you still need to go down that route, have you ensured that each agent is started with its respective co

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

2015-03-05 Thread Chinasubbareddy M
Thank you Deepthi, its working now . -Original Message- From: Deepthi Dharwar [mailto:deep...@linux.vnet.ibm.com] Sent: Wednesday, March 04, 2015 4:18 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] [openstack][autoscaling][icehouse][OS::Heat:: AutoScalingGroup] On 03/04/2

Re: [Openstack] OpenVSwitch ports won't come up / Neutron configuration problems

2015-03-05 Thread Uwe Sauter
Hi, well, I don't want br_tun to have an IP address as I don't want to use GRE or VXLAN. Does this mean that BOOTPROTO should be none? Thanks, Uwe Am 05.03.2015 um 12:13 schrieb Akash Gunjal: > Hi, > > I see that in your ifcfg-br_tun file, the BOOTPROTO is static. You need to > give

Re: [Openstack] Can not ping the tenant router gateway from host

2015-03-05 Thread Andreas Scheuring
Hi Mitchel, please see my response from Tuesday. https://www.mail-archive.com/openstack% 40lists.openstack.org/msg11364.html Hope it helps! -- Andreas (irc: scheuran) On Wed, 2015-03-04 at 21:03 +, Mitchell Chen wrote: > Hi All, > > > > I am struggling with not being able to ping t

Re: [Openstack] OpenVSwitch ports won't come up / Neutron configuration problems

2015-03-05 Thread Akash Gunjal
Hi, I see that in your ifcfg-br_tun file, the BOOTPROTO is static. You need to give the IP address, gateway, netmask details in that file. Regards, Akash From: Uwe Sauter To: "openstack@lists.openstack.org Openstack" Date: 03/05/2015 04:08 PM Subject:[Openstack]

Re: [Openstack] [OpenStack] no irc log for #openstack-nova?

2015-03-05 Thread Thierry Carrez
Huangkun (Gareth) wrote: > Hi > > I didn't find irc logs for #openstack-nova at > http://eavesdrop.openstack.org/irclogs/ > > at some other place? It is not logged currently. Change was proposed though: https://review.openstack.org/#/c/156979/ If the new IRC policy[1] is approved by the Techni

Re: [Openstack] Live Migration of VMs without shared storage

2015-03-05 Thread somshekar kadam
Hello All, I have installed openstack using devstack 1 controller and two compute nodes for live migration. learnt that need to share ssh keys between compute nodes for nova user. When i try to do it, it gives nova user does not exist. Allow logins for the nova userWhen I am trying usermod