Re: [Openstack] How do you manage your openstack utilisation?

2017-07-23 Thread Mike Smith
One thing we do at Overstock.com to try and help with this concern in our dev and test environments is to require that an expiration date is associated with each Openstack resource. As users spin up an environment, they have an expiration date such that if they don’t

Re: [Openstack] [neutron] cannot list "default" security group with Neutron API?

2017-07-23 Thread Kevin Benton
Hi, This sounds like it may be a bug. My guess is that when we switched to project ID a hook was not updated to create the default security group when a project ID is passed instead of a tenant ID (this logic [1] in particular). Can you please file a bug on launchpad and reference this email

Re: [openstack-dev] [oslo.db] [ndb] ndb namespace throughout openstack projects

2017-07-23 Thread Michael Bayer
On Sun, Jul 23, 2017 at 6:10 PM, Jay Pipes wrote: > Glad you brought this up, Mike. I was going to start a thread about this. > Comments inline. > > On 07/23/2017 05:02 PM, Michael Bayer wrote: > Well, besides that point (which I agree with), that is attempting to change > an

[Openstack] How do you manage your openstack utilisation?

2017-07-23 Thread Manuel Sopena Ballesteros
Dear Openstack community, We are a medical research institute and we have been running HPC for many years, we started playing with Openstack a few months ago and we like it's flexibility to deploy multiple environments. However we are quite concern about the resource utilization, what I mean

Re: [openstack-dev] [neutron] out-of-tree l3 service providers

2017-07-23 Thread Kevin Benton
If I understand the main issue with using regular callbacks, it's mainly just that the flavor assignment itself is in a callback, right? If so, couldn't we solve the problem by just moving flavor assignment to an explicit call before emitting the callbacks? Or would that still result in other

Re: [openstack-dev] [oslo.db] [ndb] ndb namespace throughout openstack projects

2017-07-23 Thread Jay Pipes
Glad you brought this up, Mike. I was going to start a thread about this. Comments inline. On 07/23/2017 05:02 PM, Michael Bayer wrote: I've been working with Octave Oregon in assisting with new rules and datatypes that would allow projects to support the NDB storage engine with MySQL. To

Re: [openstack-dev] [docs][neutron] doc-migration status

2017-07-23 Thread Kevin Benton
Yeah, the networking guide does include configuration for some of the sub-projects (e.g. BGP is at [1]). For the remaining ones there is work that needs to be done because their docs live in wiki pages. 1. https://docs.openstack.org/ocata/networking-guide/config-bgp-dynamic-routing.html On Sun,

[openstack-dev] [oslo.db] [ndb] ndb namespace throughout openstack projects

2017-07-23 Thread Michael Bayer
I've been working with Octave Oregon in assisting with new rules and datatypes that would allow projects to support the NDB storage engine with MySQL. To that end, we've made changes to oslo.db in [1] to support this, and there are now a bunch of proposals such as [2] [3] to implement new

Re: [openstack-dev] [docs][neutron] doc-migration status

2017-07-23 Thread Anne Gentle
On Sat, Jul 22, 2017 at 12:13 PM, Akihiro Motoki wrote: > Hi, > > I have a question on admin/ document related to the networking guide > and would like to have advices from the documentation experts. > > It seems the check site by Doug expect all project have admin/ page. > In

[openstack-dev] [all] [oslo.db] [relational database users] heads up for a MariaDB issue that will affect most projects

2017-07-23 Thread Michael Bayer
Hey list - It appears that MariaDB as of version 10.2 has made an enhancement that overall is great and fairly historic in the MySQL community, they've made CHECK constraints finally work. For all of MySQL's existence, you could emit a CREATE TABLE statement that included CHECK constraint, but

Re: [openstack-dev] [docs][neutron] doc-migration status

2017-07-23 Thread Doug Hellmann
Excerpts from Kevin Benton's message of 2017-07-23 01:31:25 -0700: > Yeah, I was just thinking it makes it more explicit that we haven't just > skipped doing an admin guide for a particular project. Sure, you can do that. I don't think we want to link to all of those pages from the list of admin

Re: [Openstack] [group-based-policy] How to get Neutron ports with fixed IP when creating policy targets with Heat?

2017-07-23 Thread Lukas Garberg
Hi, I have now confirmed that the package we have deployed does NOT contain the commit you referred to. Thanks for pointing it out! Regards, Lukas On July 12, 2017 9:57:46 AM GMT+02:00, Sumit Naiksatam wrote: >Hi Lukas, > >Could you please confirm if you have the

[openstack-dev] [RDO] Major maintenance on review.rdoproject.org @ 2017-07-25 at 23:00 UTC

2017-07-23 Thread David Moreau Simard
Hi, (+openstack-dev for wider audience) Please note that we are planning a 2 hour maintenance window where review.rdoproject.org could be unavailable this next tuesday evening, July 25th at 23:00 UTC. We will proceed with an upgrade of the instance software and will migrate the

Re: [Openstack] Configuring DVR.

2017-07-23 Thread Satish Patel
Is DVR good to go for production? I heard it's complex to troubleshoot and other downtime you need public IP on every compute node for internet gateway. What if you have 100 compute node ? Sent from my iPhone > On Feb 20, 2017, at 12:33 AM, Ignazio Cassano >

Re: [Openstack] Production openstack on 5 node

2017-07-23 Thread Satish Patel
I found article from RDO website and it's very easy to setup but don't know about troubleshooting and complexity in production when you have many nodes. Sent from my iPhone > On Jun 29, 2017, at 10:22 AM, Remo Mattei wrote: > > Can you share your info I was looking at that!

[openstack-dev] [Oslo] Weekly meeting canceled on July 24

2017-07-23 Thread ChangBo Guo
I'm not able to chair the meeting tomorrow due to attend OpenStack Days China event and we just issued the final releases of Oslo libraries for Pike last week. It seems there is no urgent stuff to handle, sol let's skip the meeting. -- ChangBo Guo(gcb)

Re: [openstack-dev] [docs][neutron] doc-migration status

2017-07-23 Thread Kevin Benton
Yeah, I was just thinking it makes it more explicit that we haven't just skipped doing an admin guide for a particular project. On Sun, Jul 23, 2017 at 1:18 AM, Andreas Jaeger wrote: > On 07/22/2017 11:44 PM, Kevin Benton wrote: > >> Could we just put a placeholder in those

Re: [openstack-dev] [docs][neutron] doc-migration status

2017-07-23 Thread Andreas Jaeger
On 07/22/2017 11:44 PM, Kevin Benton wrote: Could we just put a placeholder in those subprojects /admin directories that redirects to the networking guide? You mean a single page that basically says : All information is covered in the `Networking Guide