Re: [Openstack] [Openstack-operators] Migrating instances according to load on host

2014-12-16 Thread Claudio Pupparo
Hi Slawek, there is also Openstack Neat http://openstack-neat.org/ "An extension to OpenStack implementing dynamic consolidation of Virtual Machines (VMs) using live migration" I believe it is exactly what you're looking for. By the way I am currently working on it for my thesis :) Claudio Il

[Openstack] resource_id of host

2014-12-29 Thread Claudio Pupparo
Hi everyone! I have a question regarding the resource_id of a host. When I create an alarm like this: ceilometer --debug alarm-threshold-create --name cpu_compute1_high --description 'compute1 running hot' \ --meter-name compute.node.cpu.percent --threshold 70.0 --comparison-operator gt

Re: [Openstack] openstack juno in aws with multiple-nodes

2015-01-17 Thread Claudio Pupparo
Hi Vedsar, I have done in the past the same thing. I have installed openstack on AWS with three node: 1 controller, 1 network, 1 compute. I was able to spawn istances, but they couldn't get their IP without a strange trick: http://lists.openstack.org/pipermail/openstack/2014-September/009514.html

[Openstack] Ceilometer - evaluation interval should be >= collection interval

2015-02-15 Thread Claudio Pupparo
Hi all, I think there is a problem with the default value of a parameter in ceilometer. In the pipeline.yaml file, the "collection of samples interval" is set to 600 seconds. In the ceilometer.conf file, the "evaluation_interval" is set to to 60 seconds. But there is a hint about that the la

Re: [Openstack] Using DevStack for exploring energy efficient VM placement algorithms

2015-02-23 Thread Claudio Pupparo
Hi, My master's thesis is about VM consolidation in OpenStack. I have done an extension to OpenStack Neat http://openstack-neat.org/ I have used a cluster for testing, but I think you can also use DevStack in a multi node installation. About temperature, I've found this in the Ceilometer do

Re: [Openstack] [openstack][ceilometer][icehouse]

2015-03-18 Thread Claudio Pupparo
Hi, can you please tell me more details about what you're doing? You want to do autoscaling based on the number of database connections per instances. What is the event that will trigger an autoscaling action? What do you want to scale? Cheers, Claudio Il 18/03/2015 13:01, Shanker Gudipati ha

Re: [Openstack] Adding New Ceilometer Meters

2015-06-09 Thread Claudio Pupparo
Hi Girija Sharan, as my master degree thesis I have done a framework for virtual machine migration in OpenStack, which I think it might be useful for what you're realizing. I have extended Ceilometer and OpenStack Neat, a framework for virtual machine consolidation. I had to collect samples of cp

[Openstack] Live Migration in different subnet/Live Migration in VPN

2014-04-22 Thread Claudio Pupparo
it is unreachable), or the migration doesn't even work? In the second case, by constructing a VPN with neutron, will migration work? Thank you Claudio Pupparo ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/opensta

[Openstack] A strange solution for instances not getting their ip

2014-09-17 Thread Claudio Pupparo
Hi, I have the common issue of instances not getting their ip. When I start a cirros instance, the output looks like this: udhcpc (v1.20.1) started Sending discover... Sending discover... Sending discover... No lease, failing I've found that during the boot process (while the instance is trying

Re: [Openstack] A strange solution for instances not getting their ip

2014-09-18 Thread Claudio Pupparo
eck the status of "network:dhcp" port in MySQL (will be DOWN when failing) mysql -u root -pPASSWORD mysql> use neutron; mysql> select * from ports; Hope this helps, Ernie Ernie Bisson System Administrator & Virtualization IBM Software Group Mass Lab Central Services 55

[Openstack] Migration Policies

2014-09-21 Thread Claudio Pupparo
Hi, Is it possible to create migration policies? My idea was to collect some metrics with Ceilometer, and when a threshold is reached, to trigger the migration of one or more instances. Does Heat or other projects provide support for this? Thanks, Claudio ___

Re: [Openstack] Migration Policies

2014-09-21 Thread Claudio Pupparo
y funded research and development corporation. On 9/21/14 2:05 AM, Claudio Pupparo wrote: Hi, Is it possible to create migration policies? My idea was to collect some metrics with Ceilometer, and when a threshold is reached, to trigger the migration of one or more instances. Does Heat or othe

Re: [Openstack] Migration Policies

2014-09-22 Thread Claudio Pupparo
Computer Systems Research Dept. The Aerospace Corporation, M1-102 2310 East El Segundo Blvd. El Segundo, CA 90245 USA voice: 310-336-1381 fax: 310-336-0613 http://www.aero.org The Aerospace Corporation operates a non-profit, federally funded research and development corporation. On 9/21/14

Re: [Openstack] Migration Policies

2014-09-22 Thread Claudio Pupparo
la <http://www.stackops.com/>*CEO* **www.stackops.com* <http://www.stackops.com/> | *diego.parri...@stackops.com <mailto:diego.parri...@stackops.com> | +34 91 005-2164 | skype:diegoparrilla * **** * On Mon, Sep 22, 2014 at 11:54 AM, Claudio Pupparo mailto:claudio.pupp...@gmail

[Openstack] memory usage on libvirt

2014-10-16 Thread Claudio Pupparo
Hi Everyone, I am using ceilometer to get memory usage of a libvirt/qemu guest. On ceilometer documentation I've found that this is currently supported only on Vsphere and XenAPI: http://docs.openstack.org/developer/ceilometer/measurements.html#compute-nova I've found a patch that add support for

[Openstack] Fwd: memory usage on libvirt

2014-10-22 Thread Claudio Pupparo
usage on libvirt Data: Thu, 16 Oct 2014 12:40:41 +0200 Mittente: Claudio Pupparo A: openstack@lists.openstack.org Hi Everyone, I am using ceilometer to get memory usage of a libvirt/qemu guest. On ceilometer documentation I've found that this is currently supported only on Vsphere and XenAPI:

[Openstack] Ceilometer Arithmetic Transformer

2014-11-19 Thread Claudio Pupparo
Hi all, I am using ceilometer with arithmetic transformer to combine two meters. Here is an extract of my pipeline.yaml (it's just a dummy test) sources: - name: disk_source interval: 600 meters: - "disk.read.bytes" - "disk.read.requests" - "disk.w