Re: [Openstack-operators] OpenContrail Integration with an existing OpenStack

2018-02-05 Thread Van Leeuwen, Robert
> Do I need to ensure OpenStack network state is clean before integrate > OpenContrail with my existing Openstack? > Any suggestion? What do you mean by “clean”? Contrail will ignore all information in the neutron db. Any incoming neutron api call will be translated to a contrail-api call.

[Openstack-operators] PCI pass through settings on a flavor without aliases on the API nodes

2017-10-18 Thread Van Leeuwen, Robert
Hi, Does anyone know if it is possible to set PCI pass through on a flavor without also needing to set the alias on the nova API nodes as mentioned here: https://docs.openstack.org/nova/pike/admin/pci-passthrough.html E.G you need to set in nova.conf: [pci] alias = { "vendor_id":"8086",

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-29 Thread Van Leeuwen, Robert
> Thanks Curtis, Robert, David and Mohammed for your responses. >As a follow up question, do you use any deployment automation tools for > setting up the HA control plane? > I can see the value of deploying each service in separate virtual > environment or containers but automating such

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-28 Thread Van Leeuwen, Robert
> > Hi Openstack operators, > > Most Openstack HA deployment use 3 node database cluster, 3 node rabbitMQ > cluster and 3 Controllers. > I am wondering whether there are any studies done that show the pros and cons > of co-locating database and messaging service with the Openstack control >

Re: [Openstack-operators] custom build image is slow

2017-08-02 Thread Van Leeuwen, Robert
>> how do we install virtio drivers if its missing? How do I verify it on the >> centos cloud image if its there? >Unless it’s a very very ancient unsupported version of centos the virt-io >drivers will be in the kernel package. >Do a lsmod and look for virtio to check if it is loaded. Forgot

Re: [Openstack-operators] custom build image is slow

2017-08-02 Thread Van Leeuwen, Robert
> how do we install virtio drivers if its missing? How do I verify it on the > centos cloud image if its there? Unless it’s a very very ancient unsupported version of centos the virt-io drivers will be in the kernel package. Do a lsmod and look for virtio to check if it is loaded. Regarding

Re: [Openstack-operators] Experience with Cinder volumes as root disks?

2017-08-02 Thread Van Leeuwen, Robert
>>> Mike Smith >>On the plus side, Cinder does allow you to do QOS to limit I/O, whereas I do >>not believe that’s an option with Nova ephemeral. You can specify the IOPS limits in the flavor. Drawbacks: * You might end up with a lot of different flavors because of IOPS

Re: [Openstack-operators] Can Windows 8, Windows Server 2003 and Windows Server 2008 be deployed on openstack kilo

2017-04-03 Thread Van Leeuwen, Robert
Hello, Its not really OpenStack related but it depends on your virtualization stack. Assuming its OpenStack with KVM: https://www.linux-kvm.org/page/Guest_Support_Status#Windows_Family Note that you might have some interesting times with the licensing. From what I have understood (I am not a

Re: [Openstack-operators] VM monitoring suggestions

2016-11-21 Thread Van Leeuwen, Robert
>>I know that ceilometer may be an option, but I believe operators use all kind >>of tools for their own ressource usage monitoring. So what do you people use? >> >>(For this use case, we're looking for something that can be used without >>installing an agent in the VM, which makes it impossible

Re: [Openstack-operators] Managing quota for Nova local storage?

2016-11-14 Thread Van Leeuwen, Robert
s but not getting false-positives is hard. Cheers, Robert From: "Van Leeuwen, Robert" <rovanleeu...@ebay.com> Date: Friday, November 11, 2016 at 12:10 AM To: "Kris G. Lindgren" <klindg...@godaddy.com>, Edmund Rhudy <erh...@bloomberg.net>, "wa

Re: [Openstack-operators] Managing quota for Nova local storage?

2016-11-10 Thread Van Leeuwen, Robert
Thx for your stories, I think we are now all doing pretty much the same thing to get around the issue but it still looks like a very useful feature. So to share what we (eBay-ECG) are doing: We also started out with scaling the flavor disksize to either memory or cpu. (so e.g. large disk ==

Re: [Openstack-operators] Managing quota for Nova local storage?

2016-11-08 Thread Van Leeuwen, Robert
Hi, Found this thread in the archive so a bit of a late reaction. We are hitting the same thing so I created a blueprint: https://blueprints.launchpad.net/nova/+spec/nova-local-storage-quota If you guys already found a nice solution to this problem I’d like to hear it :) Robert van Leeuwen eBay

Re: [Openstack-operators] Nova live-migration failing for RHEL7/CentOS7 VMs

2016-09-28 Thread Van Leeuwen, Robert
> There is a bug in the following: > > qemu-kvm-1.5.3-105.el7_2.7 > qemu-img-1.5.3-105.el7_2.7 > qemu-kvm-common-1.5.3-105.el7_2.7 You might be better of using the RHEV qemu packages They are more recent (2.3) and have more features compiled into them. Cheers, Robert van Leeuwen

Re: [Openstack-operators] Openstack team size vs's deployment size

2016-09-08 Thread Van Leeuwen, Robert
> I was hoping to poll other operators to see what their average team size vs’s > deployment size is, > as I am trying to use this in an internal company discussion. > Right now we are in the order of ~260 Compute servers per Openstack > Dev/Engineer. > So trying to see how we compare with

Re: [Openstack-operators] ElasticSearch on OpenStack

2016-09-02 Thread Van Leeuwen, Robert
Hi, I had some “interesting” issues in the past with sparse files on xfs with elasticsearch: http://engineering.spilgames.com/hypervisor-kernel-panics-hit-2014-sl6-5/ If you pre-allocate your files you should be good. Cheers, Robert van Leeuwen From: Tim Bell Date: Friday,

Re: [Openstack-operators] Updating flavor quotas (e.g. disk_iops) on existing instances.

2016-07-13 Thread Van Leeuwen, Robert
>> Since the instance_extra flavor table is a big JSON blob it is a pain to >> apply changes there. >> Anybody found an easy way to do this? > If You are using virsh, You can apply such limits manually for each > instance. Check blkiotune command in virsh. Using virsh is only for the running

[Openstack-operators] Updating flavor quotas (e.g. disk_iops) on existing instances.

2016-07-12 Thread Van Leeuwen, Robert
Hi, Is there an easy way to update the quotas for flavors and apply it to existing instances? It looks like these settings are tracked in the “instance_extra” table and not re-read from the flavor when (hard) re-booting the instances. Since the instance_extra flavor table is a big JSON blob it

Re: [Openstack-operators] keystone authentication on public interface

2016-04-15 Thread Van Leeuwen, Robert
> >Hello folks, > >I was wondering if you let me know if enabling keystone to listen on public >interface for ports 5000 and 35357 is considered as a normal practice. Example >if a customer wants to authenticate not via horizon or some other proxy but >setting up OS_AUTH_URL=http://blah

Re: [Openstack-operators] [puppet] module dependencies and different openstack versions

2015-07-28 Thread Van Leeuwen, Robert
We currently use our own custom puppet modules to deploy openstack, I have been looking into the official openstack modules and have a few barriers to switching. We are looking at doing this at a project at a time but the modules have a lot of dependencies. Eg. they all depend on the keystone

[Openstack-operators] [puppet][keystone] Creating Keystone users with a password in the puppet module (Kilo) throws error at second puppetrun

2015-07-21 Thread Van Leeuwen, Robert
Hi, I am using the Kilo puppet recipes to setup Kilo on Ubuntu 14.04 to test the latest Puppet recipes with Vagrant. I am creating an keystone admin user from within the puppet recipe. Creating the keystone user works fine but the second puppetrun gives an error whenever you set a password for

Re: [Openstack-operators] [openstack-dev] [Neutron] Deprecating the use_namespaces option - Now's the time to speak up!

2015-03-23 Thread Van Leeuwen, Robert
I think there are valid reasons to not use namespaces: * Fewer moving parts == less can potentialy fail * Troubleshooting is easier due to less places to look / need no familiarity with namespaces tools * If I remember correctly setting up a namespace can get really slow when you

Re: [Openstack-operators] [openstack-dev] [Neutron] Deprecating the use_namespaces option - Now's the time to speak up!

2015-03-23 Thread Van Leeuwen, Robert
Are the setups out there *not* using the use_namespaces option? I'm curious as to why, and if it would be difficult to migrate such a setup to use namespaces. At my previous employer we did not use namespaces. This was due to a installation a few years ago on SL6 which did not have name