Re: [openstack-dev] [nova][nova-docker] Time to retire nova-docker?

2016-12-28 Thread Sam Stoelinga
in the nova model imo. There is also a new hypervisor LXD which aims to treat containers as VMs as well. [2] [1] http://docs.openstack.org/developer/nova/support-matrix.html [2] https://linuxcontainers.org/lxd/introduction/ Regards, Sam Stoelinga On Mon, Dec 26, 2016 at 10:38 AM, Esra Celik <celi

Re: [Openstack] SRIOV and BOND

2016-07-10 Thread Sam Stoelinga
If you're using PCI passhtrough with direct passthrough you shouldn't be hit by ARP spoofing protection so even though it assigns an IP you could in theory use any IP. If you need to allow a single IP to be allowed on multiple ports you can use allowed address pairs functionality. From what I

[Openstack] [Tempest] Small Portable Downloadable Tempest Image for offline use

2016-06-12 Thread Sam Stoelinga
of the existing tempest images weren't being updated actively. I've integrated travis CI and will set it up to trigger a nightly build of latest Tempest master branch such that the image always stays up to date. Regards, Sam Stoelinga ___ Mailing list: http

[Openstack] Unable to receive but able to sent packets from VM on compute

2015-09-22 Thread Sam Stoelinga
P, Request who-has 192.168.111.112 tell 192.168.111.136, length 46 08:01:51.967905 ARP, Request who-has 192.168.111.122 tell 192.168.111.3, length 28 Thanks, Sam Stoelinga ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post

Re: [Openstack] Unable to receive but able to sent packets from VM on compute

2015-09-22 Thread Sam Stoelinga
th3/device/sriov_numvfs On Tue, Sep 22, 2015 at 4:47 PM, Nasir Mahmood <nasir.mahm...@gmail.com> wrote: > try this > > http://2014.texaslinuxfest.org/sites/default/files/HopkinsPPTdeck.pdf > > On Tue, Sep 22, 2015 at 1:16 PM, Sam Stoelinga <sammiest...@gmail.com> >

Re: [Openstack] Please help!!!!Openvswitch attacked by ICMP!!!!!!!

2015-09-17 Thread Sam Stoelinga
You should not use dhcp on br-ex. OpenStack will setup the ip for you when you create the neutron provider network and neutron router. I am in the same campus as you and can share you how to setup the network later face to face if you want. Following document will be helpful to understand this

Re: [Openstack-operators] [Neutron][SR-IOV]How to assign VF to a VM?

2015-08-21 Thread Sam Stoelinga
/adv_config_sriov.html Regards, Sam Stoelinga On Fri, Aug 21, 2015 at 5:01 PM, 于洁 16189...@qq.com wrote: Hi all, I try to configure SRIOV on OpenStack Kilo referring the information below. http://www.qlogic.com/solutions/Documents/UsersGuide_OpenStack_SR-IOV.pdf https://wiki.openstack.org/wiki/SR-IOV

[Openstack] [Neutron][Murano] OpenWRT openstack image ready for download and usage

2015-08-11 Thread Sam Stoelinga
I created an OpenWRT image based on dtroyers blog post. Download here: https://github.com/samos123/openstack-openwrt-image/releases/download/0.1/openwrt-x86-kvm_guest-combined-ext4.img Github repo which I will try to maintain with latest builds of OpenWRT for OpenStack:

Re: [Openstack] possible to PXE-boot an instance from another instance?

2015-08-09 Thread Sam Stoelinga
you can disable ARP spoofing for a specific neutron port with `neutron port-update $port_id --allowed_address_pairs list=true type=dict ip_address=0.0.0.0/0` - Enabling cloud-init in your images that you're booting via PXE server. (May be optional but recommended) Regards, Sam Stoelinga

Re: [Openstack-operators] [neutron] Any users of Neutron's VPN advanced service?

2015-08-06 Thread Sam Stoelinga
I'm running VPN servers in VMs. Neutron VPNaaS only supports site-to-site IPSec based VPNs and it seemed quite troublesome to setup (opinion-based). Sam Stoelinga On Thu, Aug 6, 2015 at 2:51 PM, Edgar Magana edgar.mag...@workday.com wrote: I know I can’t wear both hats but in this case

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

2015-07-24 Thread Sam Stoelinga
trying out Fuel plugable framework for enabling SRIOV? Just curios if you considered it and saw any gaps, I just want to know about those. Thank you, On Mon, Jul 20, 2015 at 7:05 AM Sam Stoelinga sammiest...@gmail.com wrote: I think it's a lot clearer already, I also made a minor

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

2015-07-20 Thread Sam Stoelinga
You can do this by making the network that you want to be shared between tenants shared. Both the UI or via CLI support this: neutron net-create --shared public-net or for existing network neutron net-update --shared public-net Sam Stoelinga On Mon, Jul 20, 2015 at 12:30 PM, Priyanka ppn

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

2015-07-20 Thread Sam Stoelinga
, Sam Stoelinga wrote: You can do this by making the network that you want to be shared between tenants shared. Both the UI or via CLI support this: neutron net-create --shared public-net or for existing network neutron net-update --shared public-net Sam Stoelinga On Mon, Jul 20, 2015

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

2015-07-20 Thread Sam Stoelinga
...@mellanox.com wrote: -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

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

2015-07-20 Thread Sam Stoelinga
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: Sam Stoelinga Cc: Moshe Levi; openstack@lists.openstack.org Subject: Re: [Openstack] [Neutron][SRIOV][docs

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

2015-07-19 Thread Sam Stoelinga
support any other vendors such as Mellanox. Maybe will should add links to how to configure SR-IOV NIC for several Vendors. We can start with Mellanox and Intel NIC. What do you think? *From:* Sam Stoelinga [mailto:sammiest...@gmail.com] *Sent:* Saturday, July 18, 2015 5:55 PM

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

2015-07-18 Thread Sam Stoelinga
there is no official documentation yet other than 2 out of date wiki pages. I would like take the content of my blog post to official OpenStack docs if you guys/girls think it's useful for the broader audience. Regards, Sam Stoelinga ___ Mailing list: http

Re: [openstack-dev] [nova] Exposing provider networks in network_data.json

2015-07-18 Thread Sam Stoelinga
at the baremetal node itself is a big security risk and should not be supported. Unless an operator specifically configures a baremetal node to be vlan trunk. Sam Stoelinga On Sat, Jul 18, 2015 at 5:10 AM, Kevin Benton blak...@gmail.com wrote: which requires VLAN info to be pushed to the host. I

Re: [Openstack] How do I configure Openstack for JBOD disk configuration suitable for Hadoop?

2015-05-10 Thread Sam Stoelinga
I am experimenting with an approach. My current plan is to run Cinder LVM on the compute node and attach block device of the local cinder LVM backend directly to the VM. The cinder LVM backend would be a VG span across JBOD disks. Anybody ever tried this? Are there any special directive required

Re: [Openstack] How do I configure Openstack for JBOD disk configuration suitable for Hadoop?

2015-05-10 Thread Sam Stoelinga
Update it seems the Cinder BlockDeviceDriver may be better: https://wiki.openstack.org/wiki/BlockDeviceDriver Related article by somebody else: http://cloudgeekz.com/71/how-to-setup-openstack-to-use-local-disks-for-instances.html On Sun, May 10, 2015 at 2:14 PM, Sam Stoelinga sammiest

[Openstack] [Neutron] Current state of dynamic routing

2014-11-20 Thread Sam Stoelinga
Hi all, What's the current state of Dynamic routing in neutron? Is it supported by any vendor / plugin? Seems development was halted: https://review.openstack.org/#/q/topic:bp/bgp-dynamic-routing,n,z https://wiki.openstack.org/wiki/Meetings/Neutron-L3-Subteam Thanks, Sam

Re: [openstack-dev] [nova] Automatic Evacuation

2014-10-31 Thread Sam Stoelinga
Are there any resources available or proven examples on using external tools which call nova evacuate? For example use a monitoring tool to detect node failure and let the monitoring tool call evacuate on the instances which were running on the failed compute node. On Mon, Mar 3, 2014 at 11:28

Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sam Stoelinga
:26:15 Sam Stoelinga pisze: Hi, How can I setup neutron so that it supports a range of fragmented ips within a subnet? Version: Icehouse For example I have the following floating ips available for use: 192.168.1.10 192.168.1.15 but 192.168.1.11-14 can't be used as floating ips

[Openstack] Fwd: [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sam Stoelinga
-- Forwarded message -- From: Sam Stoelinga sammiest...@gmail.com Date: Fri, Sep 12, 2014 at 11:37 AM Subject: Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips To: Sławek Kapłoński sla...@kaplonski.pl Cc: openstack@lists.openstack.org openstack

[Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-10 Thread Sam Stoelinga
Hi, How can I setup neutron so that it supports a range of fragmented ips within a subnet? Version: Icehouse For example I have the following floating ips available for use: 192.168.1.10 192.168.1.15 but 192.168.1.11-14 can't be used as floating ips. With nova-network we could add them 1 by 1.

[Openstack] Boot from Volume stuck at Booting from hard disk

2014-05-09 Thread Sam Stoelinga
When using Boot from Image(Creates new volume) through horizon, the instance just gets stuck at Booting from hard disk. I'm using an qcow2 ubuntu image. See image: http://imgur.com/jyzOcwC The following environment: Havanna + Glance (Ceph backend) + Cinder (Ceph bakend) Looked at the following

Re: [Openstack] Boot from Volume stuck at Booting from hard disk

2014-05-09 Thread Sam Stoelinga
. Cheers, Robert van Leeuwen -- *From:* Sam Stoelinga [sammiest...@gmail.com] *Sent:* Friday, May 09, 2014 10:13 AM *To:* openstack@lists.openstack.org *Subject:* [Openstack] Boot from Volume stuck at Booting from hard disk When using Boot from Image(Creates new