Re: [Openstack-operators] Freeing the Ops Meetups

2016-05-10 Thread Tom Fifield
Hi all, At the Austin summit, we had about 35 of us in the room who agreed in general that it was a good idea to form this team. If you are interested in participating, please fill out this doodle poll (ensuring your timezone is appropriately set): http://doodle.com/poll/dnvexfz8bafrmzxd#t

Re: [Openstack-operators] Designate keystone auth issue

2016-05-10 Thread raju
Thanks Kris appreciate your help, added the below lines under [keystone_authtoken] now it is connecting to keystone [keystone_authtoken] auth_uri = http://controller:5000/v2.0 identity_uri = http://controller:35357/ admin_tenant_name = service admin_user = designate admin_password = ATTlabs1!

Re: [Openstack-operators] Designate keystone auth issue

2016-05-10 Thread Kris G. Lindgren
Which section of the config did you add that to? The [keystone_authtoken] section? Also that section seems to want auth_host: https://github.com/openstack/designate/blob/master/etc/designate/designate.conf.sample#L158 ___ Kris Lindg

[Openstack-operators] Designate keystone auth issue

2016-05-10 Thread raju
Hi All, I am trying to integrate designate(Dnaas) with my existing kilo environment and deployed designate in a separate node where I specified to connect to keystone(controller) server but still it is hitting on localhost while am trying to do api calls. designate conf: auth_uri = http://contro

Re: [Openstack-operators] [openstack-dev][barbican]barbican github installation failing

2016-05-10 Thread Kris G. Lindgren
Uwsgi is a way to run the API portion of a python code base. You most likely need to install uwsgi for you operating system. http://uwsgi-docs.readthedocs.io/en/latest/ ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy From:

[Openstack-operators] [openstack-dev][barbican]barbican github installation failing

2016-05-10 Thread Akshay Kumar Sanghai
Hi, I have a 4 node working setup of openstack (1 controller, 1 network node, 2 compute node). I am trying to use ssl offload feature of lbaas v2. For that I need tls containers, hence barbican. I did a git clone of barbican repo from https://github.com/openstack/barbican Then ./bin/barbican.sh ins

Re: [Openstack-operators] [nova][scheduler] Specifying Qualitative requirements for a VM

2016-05-10 Thread Mathieu Gagné
On Tue, May 10, 2016 at 11:53 AM, Ed Leafe wrote: > Currently we load both quantitative (how much disk, RAM, etc) and qualitative > (SSD vs. spinning, special chipsets, etc.) into the flavor that a user can > request. As the number of qualitative features has been increasing, there is > the phe

[Openstack-operators] [nova][scheduler] Specifying Qualitative requirements for a VM

2016-05-10 Thread Ed Leafe
Currently we load both quantitative (how much disk, RAM, etc) and qualitative (SSD vs. spinning, special chipsets, etc.) into the flavor that a user can request. As the number of qualitative features has been increasing, there is the phenomenon of “flavor explosion”, where each combination of co

Re: [Openstack-operators] How are folks providing GPU instance types?

2016-05-10 Thread Tomas Vondra
Nordquist, Peter L writes: > You will also have to enable iommu on your hypervisors to have libvirt expose the capability to Nova for PCI > passthrough. I use Centos 7 and had to set 'iommu=pt intel_iommu=on' for my kernel parameters. Along with > this, you'll have to start using EFI for your V

Re: [Openstack-operators] VPNaaS and FWaaS

2016-05-10 Thread Matt Jarvis
We see FWaaS generally being used by customers with larger deployments, where they want overall firewall rules at the boundary as well as security groups. Since my original post on this thread, I went to look at the numbers - it's actually being used more widely than I originally thought on our pla

Re: [Openstack-operators] VPNaaS and FWaaS

2016-05-10 Thread Mariano Cunietti
Hi Kyle, > I know there are operators relying on these functions, particularly in the > public cloud space in Europe, so this would impact those people. I also know > this list doesn't necessarily reach all of them either, so I will try and > reach out by other means as well, but it would be very

Re: [Openstack-operators] Mitaka's install doc doesn't tell anymore about GRE

2016-05-10 Thread Andreas Jaeger
On 2016-05-10 09:40, Alvise Dorigo wrote: > Hi, > I'm reading the Mitaka installation guide. I've seen that the GRE Which guide exactly? This one? http://docs.openstack.org/mitaka/install-guide-obs/ That gives just one example architecture - not everything. The goal of that guide is for training,

[Openstack-operators] Mitaka's install doc doesn't tell anymore about GRE

2016-05-10 Thread Alvise Dorigo
Hi, I'm reading the Mitaka installation guide. I've seen that the GRE tunneling mechanism isn't mentioned anymore (it was at least until Kilo). What happened to GRE ? is it not usable anymore in Mitaka, or what ? I've a Kilo production IaaS using GRE and I need to migrate it to Mitaka; do I ha