Re: [Openstack] How to assign External ip to vm without quantum L3 agent

2013-05-30 Thread Édouard Thuleau
Yes, the provider network provide a way for that use case. And I proposed a blueprint [1] to be able to isolate ports on a same network/subnet. So in you case, if you set a provider network as a public network and if you like to share this network between tenants, you will be able to isolate l2

Re: [Openstack] Install from ISO in OpenStack

2013-05-20 Thread Édouard Thuleau
Hi, I also try to do that but I faced some troubles. I explained and ask for that here https://ask.openstack.org/question/633/create-vm-image-from-an-iso-containing-installation/ It could be help you. Regards, Édouard. On Sat, May 18, 2013 at 7:49 AM, Martinx - ジェームズ

Re: [Openstack] Quantum conceptual question (bridges)

2013-05-07 Thread Édouard Thuleau
OVS is not compatible with iptables + ebtables rules that are applied directly on VIF ports. So the libvirt_vif_driver 'nova.virt.libvirt.vif.LibvirtHybirdOVSBridgeDriver' create a Linux software bridge to be able to apply security group rules with iptables. If you don't need the security group

Re: [Openstack] Nested Open vSwitch Bridges

2013-05-02 Thread Édouard Thuleau
And if you use libvirt virt driver, the hypervisor (libvirt+KVM in my case) adds anti MAC and IP spoofing rules on VNICs of VM: $ virsh nwfilter-list UUID Name 991dbd1a-373b-a005-57b2-5b1f4107f653

Re: [Openstack] Add NIC to running instance?

2013-01-31 Thread Édouard Thuleau
this feather works now, and I am appreciate if rebase and submit again, I can help review the code.:) On 01/24/2013 03:35 PM, Édouard Thuleau wrote: Hi, I'm glad that you confirm my first impression about this blueprint :-) I'm eager to help on this implementation, would you like me to rebase

Re: [Openstack] Add NIC to running instance?

2013-01-23 Thread Édouard Thuleau
Hi all, I took a look to the Nova blueprint [1] and I noticed that it depends on a Quantum blueprint [2]. This blueprint [2] was created April 2012. Quantum is now able to dynamically allocate ports and it's all Nova needs to implement this new feature. Can we obsoleted the Quantum blueprint [2]

Re: [Openstack] Add NIC to running instance?

2013-01-23 Thread Édouard Thuleau
can obsoleted the quantum blueprint now, it can be implemented from nova side and has no dependency to quantum any more, and I'll update the code and resubmit the code ASASP, hope it can be accepted before grrizzly-3. 2013/1/24 Édouard Thuleau thul...@gmail.com Hi all, I took a look

Re: [Openstack] boot multi instances at a time issue

2013-01-01 Thread Édouard Thuleau
Hi, A blueprint was open to address this: https://blueprints.launchpad.net/nova/+spec/multi-boot-instance-naming Regards, Édouard. Le 2 janv. 2013 06:54, heut2008 heut2...@gmail.com a écrit : Hi,all When booting multi instances at a time , we face a hostname naming problem, now all

Re: [Openstack] [OpenStack] Remove unsed network on host with nova-network

2012-12-13 Thread Édouard Thuleau
. On Fri, Dec 7, 2012 at 6:45 PM, Édouard Thuleau thul...@gmail.com wrote: The code doesn't make lot of change to the nova network manager code. It modifies principally the linux_net driver code. And I don't think we can consider it like a new feature. I think it's more a bug fix. In VLAN manger

Re: [Openstack] [OpenStack] Remove unsed network on host with nova-network

2012-12-07 Thread Édouard Thuleau
properly? In fact, that may be a bug. It looks like plug is called for each vm so we might end up with multiple copies of the isolation rules. Vish On Dec 3, 2012, at 6:34 AM, Édouard Thuleau thul...@gmail.com wrote: Hi Vish, I made a patch to implement that with the VLAN manager: https

Re: [Openstack] [OpenStack] Remove unsed network on host with nova-network

2012-12-03 Thread Édouard Thuleau
On Nov 20, 2012, at 9:25 AM, Édouard Thuleau thul...@gmail.com wrote: Hi all, I use nova-network with VLAN manager. Why nova-network doesn't remove unused network interfaces on a host ? ie, if none VM on a host have a fixed IP attach to network X, the VLAN and bridge of this network still

[Openstack] [OpenStack] Remove unsed network on host with nova-network

2012-11-20 Thread Édouard Thuleau
Hi all, I use nova-network with VLAN manager. Why nova-network doesn't remove unused network interfaces on a host ? ie, if none VM on a host have a fixed IP attach to network X, the VLAN and bridge of this network still up and unused. And 'dnsmasq' process still listen and running. The number

Re: [Openstack] snapshots, backups of running VMs and compute node recovery

2012-11-12 Thread Édouard Thuleau
I try to implement a simple way to automate the backup mechanism (eg. every day): https://blueprints.launchpad.net/nova/+spec/backup-schedule And I though of a solution to respond to your needs: when a node fails (for any reasons), I disable it, I delete all servers was running on it and I