[Openstack] Neutron Load Balancer behavior while autoscaling

2015-05-05 Thread ashish.jain14
Hello, I am using neutron load balancer along with heat. I auto-scale instances and all the new instances are automatically attached to neutron load balancer. I am using apache jmeter to create CPU load. I instantiate apache jmeter for 5 minutes to create load and I am able to auto spawn in

Re: [Openstack] Problem with cinder backup : can't be encoded

2015-05-05 Thread Maxime Aubry
Hello, problem solved ! I had to put : rbd_user = glance into /etc/cinder/cinder.conf. That's why we've got an exception throwed by /usr/lib/python2.7/dist-packages/cinder/volume/drivers/rbd.py : self.user = encodeutils.safe_encode(user) 2015-05-05 12:01 GMT+02:00 Maxime Aubry : > Hello

Re: [Openstack] How to ping instance IP ?

2015-05-05 Thread Wilson Kwok
Hello, I forgot to tell everyone this lab is using icehouse, I have TP-Link router public IP address is 119.101.54.x, lan IP address is 172.28.0.1, floating IP range already enable on instance, so below is new simply home lab diagram: TP-link router = public IP address 119.101.54.x and lan IP ad

Re: [Openstack] Savana/Swift large object copy error

2015-05-05 Thread Ross Lillie
As a followup, when performing a distcp from HDFS to Swift, segments ARE being created in the swift container with a .distcp- prefix. Each temporary file appears to be related to the attempt of the map/reduce job. Just as the last temporary segment appears in the remote container, the job aborts,

[Openstack] Savana/Swift large object copy error

2015-05-05 Thread Ross Lillie
We're currently running Openstack Juno and are experiencing errors when performing large object copies between Hadoop HDFS and our Swift object store. While not using the Savana service directly, we are relying upon the Swift file system extension for Hadoop created as part of the Savana project.

Re: [Openstack] Clean shutdown

2015-05-05 Thread Binan AL Halabi
Hi Mike,Thank you for your response. I have another related question:assuming this is the part of template for DELETE action:     Type: OS::Heat::SoftwareDeployment     Properties:   actions: [ DELETE ]   config: { get_file: scripts/drain_sessions.sh }   input_values: {...}   name

Re: [Openstack] [neutron] Openstack in openstack the dummy way = troubles (inception teaches)

2015-05-05 Thread Antonio Messina
I rekon this topic is of no interest to the mailing list. I have, however, found the solution, and I would like to share it with the rest of the list. In my case I had two separate issues. One was a missing security rule: (cloud)(cred:tutorial)antonio@kenny:~$ neutron security-group-rule-crea

Re: [Openstack] How to ping instance IP ?

2015-05-05 Thread Brian Haley
On 05/05/2015 09:47 AM, Wilson Kwok wrote: Hello, Here is my home lap network settings: Home computer 172.28.0.130 Ubuntu eth0 (no IP address) eth1 172.28.0.105 (for managmeent) br100 10.0.47.1 map to eth0 instance01 10.0.47.2 This is your floating IP, right? My question is home

Re: [Openstack] How to ping instance IP ?

2015-05-05 Thread Jonathan Abdiel Gonzalez Valdebenito
Hi Wilson, To ping the instance I suggest you to use these commands: ip netns <-- to list your namespaces and pick up the one with the router name ip netns exec router-(hash) ping < -- with this you can ping the instance. Hope it was usefull On Tue, May 5, 2015 at 10:57 AM Wilson Kwok wrote:

[Openstack] How to ping instance IP ?

2015-05-05 Thread Wilson Kwok
Hello, Here is my home lap network settings: Home computer 172.28.0.130 Ubuntu eth0 (no IP address) eth1 172.28.0.105 (for managmeent) br100 10.0.47.1 map to eth0 instance01 10.0.47.2 My question is home computer can't ping instance01 10.0.47.2, even Ubuntu itselves, I already allow se

[Openstack] [OSSA 2015-008] Potential Keystone cache backend password leak in log (CVE-2015-3646)

2015-05-05 Thread Tristan Cacqueray
OSSA-2015-008: Potential Keystone cache backend password leak in log :Date: May 04, 2015 :CVE: CVE-2015-3646 Affects ~~~ - Keystone: versions through 2014

[Openstack] resume_guests_state broken?

2015-05-05 Thread Chris
Hello, We want to have instances auto resume their status after a compute node reboot/failure. Means when the VM has the running state before it should be automatically started. We are using Icehouse. There is the option resume_guests_state_on_host_boot=true|false which should exactly do wh

[Openstack] Autoscaling Support in Heat

2015-05-05 Thread Binan AL Halabi
Hi All,I have this question related to autoscaling support in Heat: When autoscaling policy is triggered, the alarm will be sent to Heat. Then the Heat will scale up/downIn the latest Openstack release, how the scale up/down is done ? though autoscaling service API or by the Heat itself using Nov

[Openstack] Problem with cinder backup : can't be encoded

2015-05-05 Thread Maxime Aubry
Hello we are facing some difficulties when we try to backup a volume stored in a RBD backend to a swift container (we have the same issue with ceph rbd backup backend). We have googled but it seems that nobody ahs this issue. I hope I could be more lucky here ;) here is the log : TE_USER,NO_ENG