[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] Ceilometer high availability in active-active

2015-03-10 Thread Vijaya Bhaskar
Thank you for the info, Do we need detailed configuring like the workload partitioning (allocation of polling resources to individual agents). Or just mention the backend_url with tooz setup? and rest of the thins taken care of automatically. On Mon, Mar 9, 2015 at 11:52 PM, Chris Dent wrote: >

Re: [Openstack] Swift and TIME_WAIT network stack problem

2015-03-10 Thread Klaus Schürmann
Hello Heiko, what kind of connections do you see in TIME_WAIT status? All connections to the object-server (Port 6000) ? Are the container- and account-server on the same host? How many PUTs and GETs do you receive per second? Best Regards Klaus -Ursprüngliche Nachricht- Von: Heiko Kräm

[Openstack] [Heat][Ceilometer][Autoscaling]

2015-03-10 Thread Srujana C P
Hi, I would like to explore on auto scaling functionality of heat. So I have started with sample word press template available. It could create a stack(alarms, instance, etc., ). However, alarm is not getting triggered whenever I put stress on it. The alarm_action assigned to the alarm created

Re: [Openstack] Ceilometer high availability in active-active

2015-03-10 Thread Chris Dent
On Tue, 10 Mar 2015, Vijaya Bhaskar wrote: Do we need detailed configuring like the workload partitioning (allocation of polling resources to individual agents). Or just mention the backend_url with tooz setup? and rest of the thins taken care of automatically. The partitioning is automatic. S

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

2015-03-10 Thread Qiming Teng
On Tue, Mar 10, 2015 at 10:47:10AM +, Srujana C P wrote: > Hi, > > I would like to explore on auto scaling functionality of heat. So I have > started with sample word press template available. It could create a > stack(alarms, instance, etc., ). However, alarm is not getting triggered > whe

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

2015-03-10 Thread Qiming Teng
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 successfully, but whatever I do to stress my VM in

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

2015-03-10 Thread Qiming Teng
Checked your alarm_url string again, it seems that your heat.conf file contains this line: heat_waitcondition_server_url=http://:8000/waitcondition You have to change to the IP of the heat-cfn-api service host. Regards, Qiming On Tue, Mar 10, 2015 at 10:47:10AM +, Srujana C P wrote: > Hi,

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
Hi, Alarm state is going to alarm and its hitting the webhook , to confirm that I kept my own webhook, its getting executed whenever alarm triggered. Problem is with webhook generated by heat . alarm_actions | [u'http://10.44.191.200:8000/v1/signal/arn%3Aopenstack%3Aheat%3A%3Aec3e9

[Openstack] Image Using OpenLDAP or ActiveDirectory

2015-03-10 Thread Georgios Dimitrakakis
Hello! I was wondering if anyone has built a linux image that every time it boots up is able to start with a different user account which can be selected and defined on booting through some parameters. The account info can be retrieved from an OpenLDAP or ActiveDirectory service. Regards,

[Openstack] [Swift] Database index on object(deleted, name)

2015-03-10 Thread Shrinand Javadekar
Hi, I see that Swift creates an index on the object table on the columns (deleted, name) in the container server. Where part of Swift queries the database for names where 'deleted = true'? I thought when an object is deleted, Swift synchronously truncates the file and renames it with a .ts extens

Re: [Openstack] [Swift] Database index on object(deleted, name)

2015-03-10 Thread Clay Gerrard
It's really more filtering objects with deleted = 1. The index used to just be name - but that was not too efficient for sqlite when a container had a lot of deleted objects (it'd have to page through a bunch of deleted rows that matched the name index to apply the filter on delete = 0. Adding th

[Openstack] Nova Floating IP Assignment

2015-03-10 Thread Georgios Dimitrakakis
Hello stackers! I was wondering if it's possible to instruct nova not to give every time the first available floating IP address but instead select randomly from the available pool. The problem that I am facing is that if I terminate a VM which has for example the floating IP 1.1.1.100 and then

[Openstack] [OpenStackClient] OSC release 1.0.3

2015-03-10 Thread Dean Troyer
OpenStackClient 1.0.3 has been released to PyPI. python-openstackclient can be installed from the following locations: PyPI: https://pypi.python.org/pypi/python-openstackclient OpenStack tarball: http://tarballs.openstack.org/python-openstackclient/python-openstackclient-1.0.3.tar.gz Please repo

[Openstack] PCI passthrough of 40G ethernet interface

2015-03-10 Thread jacob jacob
Hi, I'm interested in finding out if anyone has successfully tested PCI passthrough functionality for 40G interfaces in Openstack(KVM hypervisor). I am trying this out on a Fedora 21 host with Fedora 21 VM image.(3.18.7-200.fc21.x86_64) Was able to successfully test PCI passthrough of 10 G inter

[Openstack] [Neutron] IDSaaS: Request for features

2015-03-10 Thread Mario Tejedor González
Hello, I am a MSc student. I am developing an IDSaaS openstack-plugin for my project and I would appreciate your opinions on the following: 1. Do you agree that an IDAaaS plugin would be useful and, if so, what do you see as the primary benefits to Cloud tenants? I will focus on 1, maybe 2, sep

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

2015-03-10 Thread Qiming Teng
> > http://:8000/v1/signal/arn%3Aopenstack%3Aheat%3A%3Aec3e93810a7c > > 4be2881bd7ede428526a%3Astacks%2Fsrujana1%2Fc0b5862f-f3e6-4fa8-a6ef-f2c > > f321a70bb%2Fresources%2Fweb_server_scaledown_policy?Timestamp=2 > /%3cMY_IP%3e:8000/v1/signal/arn%3Aopenstack%3Aheat%3A%3Aec3e93810a7c4b > > e2881bd7ed

[Openstack] Cinder Driver contacting to REST Api always says 503.

2015-03-10 Thread Dilip Sunkum Manjunath
Hello All, In my driver am trying to contact the REST api management layer of Storage, However It is throwing HTTP error code in particular network where certificate signing is enabled, And always returns error 503, service unavailable, Is it have to do anything with proxy? Or certificate

Re: [Openstack] Ceilometer high availability in active-active

2015-03-10 Thread Vijaya Bhaskar
Thank you , that is all I need. On Tue, Mar 10, 2015 at 4:44 PM, Chris Dent wrote: > On Tue, 10 Mar 2015, Vijaya Bhaskar wrote: > > Do we need detailed configuring like the workload partitioning (allocation >> of polling resources to individual agents). Or just mention the >> backend_url >> wit

Re: [Openstack] [Swift] Database index on object(deleted, name)

2015-03-10 Thread Shrinand Javadekar
Thanks Clay! Has there been any analysis done of the cost incurred by this index? Specifically, 1. Having this index will slow down writes into the object table. But by how much? 2. The index will use some disk space. How much? Thanks in advance. -Shri On Tue, Mar 10, 2015 at 12:32 PM, Clay Ger