Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-20 Thread Andreas Scheuring
+1 for updating the wiki +1 for adding a section to the docs Moshe, what about the firewall support Sam mentioned? I assume fwaas is supported, as it runs on the network node which uses ovs, but Security Groups are not working as you're using the NoopFirewallDriver, right? Or is there another FW

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-20 Thread Moshe Levi
> -Original Message- > From: Andreas Scheuring [mailto:scheu...@linux.vnet.ibm.com] > Sent: Monday, July 20, 2015 10:04 AM > To: Moshe Levi > Cc: Sam Stoelinga; openstack@lists.openstack.org > Subject: Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on > OpenStack Juno step-by-step

Re: [Openstack] Openstack deployment on two nodes with single NIC

2015-07-20 Thread nithish B
Hi Tusa, Yes, 192.168.1.1 is set as both gateway IP and as the I/F IP. So, change that, and configure your routes. This should solve it. Thanks. Regards, Nitish B. On Sun, Jul 19, 2015 at 2:03 AM, italy1 wrote: > Ciao Francesco > I think your route are not configured correctly > > Contatta

Re: [Openstack] Internet connectivity to a new user's VM

2015-07-20 Thread Priyanka
Hi Sam, Thanks. So once the external network is shared I need to add an interface to the existing router to add the new subnet I will create for the new user similar to demo-subnet for demo user? Thanks, Priyanka On Monday 20 July 2015 11:51 AM, Sam Stoelinga wrote: You can do this by makin

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-20 Thread Sam Stoelinga
I want to add that I'm not using the NoopFirewall as I'm using agent_required = False. So all instances that are not using SRIOV can still use security groups like normal. Instances that are using SRIOV won't have security groups applied though. On Mon, Jul 20, 2015 at 3:21 PM, Moshe Levi wrote:

Re: [Openstack] Internet connectivity to a new user's VM

2015-07-20 Thread Sam Stoelinga
There are several ways to do it. #. You have a single router with external gateway your physical external network. Create another private network and add an interface of this private network to this router. Make this network shared accross tenants. #. For each tenant create a router with external

Re: [Openstack] Internet connectivity to a new user's VM

2015-07-20 Thread Priyanka
Hi, Thanks a lot for a quick response. The network shared is the external network right? Adding the points below just to confirm: 1. external_network is shared (example ext-net). 2. demo user network demo-net subnet demo-subnet (gateway 192.168.1.1 range 192.168.1.0/24) 3. user1 user network

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-20 Thread Andreas Scheuring
That's right. But the firewall_driver = NoopFirewallDriver is an agent configuration, so if you would have the sriov-agent configured with this driver, you still could configure an ovs agent with another driver I guess. Does that make sense? If so, maybe we could add this information to the wiki

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-20 Thread Moshe Levi
Hi, I have update the SR-IOV wiki https://wiki.openstack.org/wiki/SR-IOV-Passthrough-For-Networking Let me know if it clearer now. Thanks, Moshe Levi. > -Original Message- > From: Andreas Scheuring [mailto:scheu...@linux.vnet.ibm.com] > Sent: Monday, July 20, 2015 12:34 PM > To:

[Openstack] Scheduler Order

2015-07-20 Thread Georgios Dimitrakakis
Hello! I would like to know if it's possible to define the order on which the hypervisors are loaded. I already have in my configuration ram_weight_multiplier = -1.0 in order to pack as many VMs in one hypervisor as possible. What I would like to know now is if I can somehow define the orde

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-20 Thread Sam Stoelinga
I think it's a lot clearer already, I also made a minor modification to SRIOV agent part. Next to that I will see if I can add the content to OpenStack networking manual under advanced configuration. Have filed a bug against openstack-manuals here: https://bugs.launchpad.net/openstack-manuals/+bug/

Re: [Openstack] Scheduler Order

2015-07-20 Thread Bruno L
You could write your own scheduler filter that does it exactly the way you want. It is easier than you think. On 21/07/2015 1:41 am, "Georgios Dimitrakakis" wrote: > Hello! > > I would like to know if it's possible to define the order on which the > hypervisors are loaded. > > I already have in m

[Openstack] Spawning Issue with Juno, Neutron, Xen and Libvirt

2015-07-20 Thread Geoffrey Tran
Hello all, I've been trying to get a single-node installation up and running with Juno, neutron, Xen, and libvirt. However, there has been an issue with actually launching a guest. The error that shows up in /var/log/libvirt/libxl/instance-.log is below: > libxl: error: libxl_exec.c:1

[Openstack] VM_MISSING_PV_DRIVERS

2015-07-20 Thread Leandro Mendes
Hi guys, Trying to register a CentOS7 VHD through glance, but when deploying the VM, i always get the follow error: Failure: ['VM_MISSING_PV_DRIVERS', 'OpaqueRef:9391569a-f5e1-1a34-1f90-fb7fb0983277'] I've created a VHD using a XVA template exported through XenCenter. The command used to regist

Re: [Openstack] Scheduler Order

2015-07-20 Thread Anne Gentle
On Mon, Jul 20, 2015 at 2:44 PM, Bruno L wrote: > You could write your own scheduler filter that does it exactly the way you > want. It is easier than you think. > Documented here: http://docs.openstack.org/openstack-ops/content/customize.html > On 21/07/2015 1:41 am, "Georgios Dimitrakakis"

[Openstack] Final Call: 8th IEEE/ACM International Conference on Utility and Cloud Computing

2015-07-20 Thread Ashiq Anjum
*** Final Call for Papers *** 8th IEEE/ACM International Conference on Utility and Cloud Computing (UCC 2015) December 07-10, 2015, St. Raphael Resort, Limassol, Cyprus http://cyprusconferences.org/ucc2015 *** DEADLINE: 31 July, 2015 *** CONTEXT AND SCOPE Cloud Computing delivers computatio

Re: [Openstack] VM_MISSING_PV_DRIVERS

2015-07-20 Thread Bob Ball
Hi Leandro, This is most likely that your compute VM has been created as an HVM guest, rather than a PV guest. This will typically happen if you use the "Other Install Media" template in XenServer rather than the template for the specific Linux version. The error reported is that we cannot dy

Re: [Openstack] VM_MISSING_PV_DRIVERS

2015-07-20 Thread Leandro Mendes
Hi Bob. I'll follow these docs you mentioned. Thanks for your answer! Best, Leandro. Em 20/07/2015 20:21, "Bob Ball" escreveu: > Hi Leandro, > > This is most likely that your compute VM has been created as an HVM guest, > rather than a PV guest. This will typically happen if you use the "Ot

Re: [Openstack] Internet connectivity to a new user's VM

2015-07-20 Thread Priyanka
Hi Sam, I will create different routers for different users as the router I had created initially was a demo tenant router and so cannot be used by a new user. Also, it might sound silly but I have a doubt. For the new user created I have to create a new tenant too and the private network and