[openstack-dev] [nova][scheduler] metrics based scheduling

2014-09-09 Thread Abbass MAROUNI
Hi guys, Is the metrics based scheduling available in Icehouse ? And if so can we use to add custom metrics (other than CPU, network or power) ? If so is there any documentation on how to use it ? Best Regards, -- -- Abbass MAROUNI VirtualScale

[openstack-dev] [python-novaclient] servers list

2014-09-08 Thread Abbass MAROUNI
s a list of all the servers no matter what filter is being used. Is this a know issue ? Best regards, -- -- Abbass MAROUNI VirtualScale ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [cinder][nova] cinder querying nova-api

2014-07-18 Thread Abbass MAROUNI
Thanks Thomas, By cinder spec. you mean a cinder blueprint ? Where I can submit such a proposition ? Thanks, On 07/17/2014 05:20 PM, openstack-dev-requ...@lists.openstack.org wrote: You're far from the only person trying to achieve that result, there's plenty of interest in it, and a few appro

[openstack-dev] [Nova][API] Programmatic access to hypervisor servers

2014-07-17 Thread Abbass MAROUNI
pute1| +--+---+---+-+ I'm in the process of writing a filter and I need to get the hypervisor that's running a given VM. I have access to the novaclient api and a context object but cannot figure out how get the above result. Thanks

Re: [openstack-dev] [cinder][nova] cinder querying nova-api

2014-07-17 Thread Abbass MAROUNI
Thanks Thomas, What I'm trying to achieve is the following : To be able to create a VM on a host (that's a compute and volume host at the same time) then call cinder and let it find the host and create and attach volumes there. I guess the biggest problem is to be able to identify the host, a

[openstack-dev] [cinder][nova] cinder querying nova-api

2014-07-16 Thread Abbass MAROUNI
Hello guys, I'm in the process of writing a cinder filter and weigher, I need to know whether I can use something like 'nova-api' inside filter/weigher to query the tags of a virtual machine running on a compute-node. I need to create the cinder volume on the same host as the VM (which was cre

Re: [openstack-dev] [Nova][Scheduler]

2014-06-25 Thread Abbass MAROUNI
ow). > >I want to be able to tag a machine with a specific key/value after passing my custom filter What is your use case? Perhaps we have another way of solving it today. -- -- Abbass MAROUNI VirtualScale ___ OpenStack-dev m

Re: [openstack-dev] OpenStack-dev Digest, Vol 26, Issue 77

2014-06-25 Thread Abbass MAROUNI
at least for now). > >I want to be able to tag a machine with a specific key/value after passing my custom filter What is your use case? Perhaps we have another way of solving it today. -- -- Abbass MAROUNI VirtualScale ___ OpenStack-dev m

[openstack-dev] [Nova][Scheduler]

2014-06-24 Thread Abbass MAROUNI
Hi, I was wondering if there's a way to set a tag (key/value) of a Virtual Machine from within a scheduler filter ? I want to be able to tag a machine with a specific key/value after passing my custom filter Thanks, -- -- Abbass MAROUNI Virtual

Re: [openstack-dev] [neutron] packet forwarding

2013-12-23 Thread Abbass MAROUNI
Hello Ian, Found some anti-spoofing rules in the ebtables (ebtables -t nat -L) of the compute-host where my router VM is located. These rules are automatically generated by libvirt for each VM and are usually generated from a preset of rules (anti-ip-spoofing.xml). Disabling this rule didn't help

[openstack-dev] [neutron] packet forwarding

2013-12-20 Thread Abbass MAROUNI
Hello, Is it true that a traffic from one OpenStack virtual network to another have to pass by an OpenStack router ? (using an OpenVirtual switch as the L2 ). I'm trying ti use a VM as a router between 2 OpenStack virtual networks but for some reason I'm not able. Appreciate any insights, Best

Re: [openstack-dev] OpenStack-dev Digest, Vol 20, Issue 13

2013-12-06 Thread Abbass MAROUNI
Hi Paul, Thanks for your answer, I read the blueprint and am aware of what it will add to the whole resource and scheduling bits of OpenStack. I guess I'll just continue with what I did and wait for the blueprint to get implemented, unless there's a quick way to add it to Havana without waiting f

Re: [openstack-dev] [nova][database] Update compute_nodes table

2013-12-03 Thread Abbass MAROUNI
nstack.org > Subject: Re: [openstack-dev] [nova][database] Update compute_nodes > table > Message-ID: <529cbe0d@redhat.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On 12/02/2013 11:47 AM, Abbass MAROUNI wrote: > > Hello, > > > > I'm looki

[openstack-dev] [nova][database] Update compute_nodes table

2013-12-02 Thread Abbass MAROUNI
Hello, I'm looking for way to a add new attribute to the compute nodes by adding a column to the compute_nodes table in nova database in order to track a metric on the compute nodes and use later it in nova-scheduler. I checked the sqlalchemy/migrate_repo/versions and thought about adding my ow

[openstack-dev] [nova][scheduler][metrics] Additional metrics

2013-11-21 Thread Abbass MAROUNI
Hello, I'm in the process of writing a new scheduling algorithm for openstack nova. I have a set of compute nodes that I'm going to filter and weigh according to some metrics collected from these compute nodes. I saw nova.compute.resource_tracker and metrics (ram, disk and cpu) that it collects fr

[openstack-dev] cinder metrics with nova-scheduler

2013-11-07 Thread Abbass MAROUNI
Hello, We want to be able to launch a VM with a number of cinder volumes on the same host (the host is a compute and a storage node). We're looking for a way to tell nova-scheduler to work with cinder-scheduler so that we can filter and weight hosts according to our needs. According to the docume