Re: [Openstack-operators] [Neutron] public and private fixed IPs

2015-10-24 Thread Kevin Benton
Yes, as long as the network is marked as both 'shared' and external, a tenant can attach VMs and router gateway interfaces directly to it. On Oct 25, 2015 2:47 PM, "James Denton" wrote: > Hi Adam, > > If you're asking whether or not a VM can be attached to an 'external' > network so that the 'pub

Re: [Openstack-operators] [Neutron] public and private fixed IPs

2015-10-24 Thread James Denton
Hi Adam, If you're asking whether or not a VM can be attached to an 'external' network so that the 'public' ip is the fixed IP of them VM, then yes. A Neutron router can also be attached to the same network so that instances in non-routable tenant networks can obtain floating IPs from the same

[Openstack-operators] [Neutron] public and private fixed IPs

2015-10-24 Thread Adam Lawson
Hi everyone! When using KVM, does Neutron support binding a public routable address to one VM in one tenant as a fixed IP that is accessible outside the cloud (no floating IP for remote access) and a VM in a separate tenant with private fixed IP's with optional floating IP? Would this be possible

[Openstack-operators] User Survey Results - October 2015

2015-10-24 Thread Tom Fifield
Hi everyone, Working with the user committee, we run a survey of users every six months. We are pleased to share the results of the latest survey, conducted in September. Each survey is meant to provide a sample representation of OpenStack users and deployment profiles, with the goals to ide

Re: [Openstack-operators] [tags] Making use of tag data

2015-10-24 Thread Subbu Allamaraju
Very cool. Thanks for the passionate work in realizing this. > On Oct 24, 2015, at 00:40, Tom Fifield wrote: > > Hey ops tags team, > > Check out this email from Mark Collier. You can catch the first glimpse of > end goal for all of our work :) > > > Looking forward to making some great p

[Openstack-operators] Ops Track Session: Operator Feedback into Development Priorities for OpenStack Projects

2015-10-24 Thread Shamail Tahir
Hi everyone, If you will be at the upcoming OpenStack Summit in Tokyo. I would like to let you know about a session in the ops track that is focused on getting operator feedback on questions from certain project teams. The answers will be shared with those teams and, hopefully, will provide the

Re: [Openstack-operators] raw ephemeral disks and qcow2 images

2015-10-24 Thread Tim Bell
Always having ephemeral disks as raw might make sense given that there is going to be little overlap with others (and therefore the qcow2 benefits are not significant) I guess this could also be a simple nova.conf flag per hypervisor with low risk (a default ephemeral format to qcow2 or raw).