Re: [Openstack-operators] Packaging Virtualenvs

2016-06-23 Thread John Dewey
Not only is it interesting, it’s awesome :) John On June 23, 2016 at 5:53:59 PM, Silence Dogood (m...@nycresistor.com) wrote: I'll check out giftwrap. never heard of it. But interesting. On Thu, Jun 23, 2016 at 7:50 PM, Xav Paice wrote: > Can I suggest that using the

Re: [Openstack-operators] Packaging Virtualenvs

2016-06-23 Thread Silence Dogood
I'll check out giftwrap. never heard of it. But interesting. On Thu, Jun 23, 2016 at 7:50 PM, Xav Paice wrote: > Can I suggest that using the tool https://github.com/openstack/giftwrap > might make live a bunch easier? > > I went down a similar path with building Debs in a

Re: [Openstack-operators] Packaging Virtualenvs

2016-06-23 Thread Xav Paice
Can I suggest that using the tool https://github.com/openstack/giftwrap might make live a bunch easier? I went down a similar path with building Debs in a venv using dh_virtualenv, with some good success when I sorted the shebang. I later found that the debs produced by Giftwrap are not only very

Re: [Openstack-operators] Packaging Virtualenvs

2016-06-23 Thread Matt Joyce
I want the script to dynamically instantiate the venv is call activate this at execution time and deactivate when done. On June 23, 2016 5:12:07 PM EDT, Doug Hellmann wrote: >Excerpts from Silence Dogood's message of 2016-06-23 15:45:34 -0400: >> I know from

Re: [Openstack-operators] Packaging Virtualenvs

2016-06-23 Thread Kris G. Lindgren
When we did this within CentOS6 with the python 2.7 software collection. When nova called into nova-rootwrap, rootwrap was called without any of the software collection or venv stuff activated. So we had to move rootwrap to rootwrap-real and create a shell script that did the needful (activate

Re: [Openstack-operators] Packaging Virtualenvs

2016-06-23 Thread Doug Hellmann
Excerpts from Silence Dogood's message of 2016-06-23 15:45:34 -0400: > I know from conversations that a few folks package their python apps as > distributable virtualenvs. spotify created dh-virtualenv for this. you > can do it pretty simply by hand. > > I built a toolchain for building rpms

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-23 Thread Allison Price
Hi Anita, No, registration has not been opened yet. Once it has, we will update the mailing list. Cheers, Allison Allison Price OpenStack Marketing alli...@openstack.org > On Jun 23, 2016, at 3:52 PM, Anita Kuno wrote: > > On 06/23/2016 04:42 PM, Mark Voelker wrote:

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-23 Thread Anita Kuno
On 06/23/2016 04:42 PM, Mark Voelker wrote: > Hi Folks, > > A quick update on this: today’s the last day of earlybird pricing for > OpenStack East, so if you’d like to attend both events I’d encourage you to > register now (it’s only $99 for the next ~7 hours): > >

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-23 Thread Mark Voelker
Hi Folks, A quick update on this: today’s the last day of earlybird pricing for OpenStack East, so if you’d like to attend both events I’d encourage you to register now (it’s only $99 for the next ~7 hours): https://www.eventbrite.com/e/openstack-east-tickets-22413148330?ref=ebtnebregn If you

[Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-23 Thread Saverio Proto
Hello there :) is anyone from the openstack foundation or from bloomberg that can help out with this ? I share this for anyone that needs visa. for Austin we had something like this: https://www.openstack.org/summit/austin-2016/austin-and-travel/

[Openstack-operators] Packaging Virtualenvs

2016-06-23 Thread Silence Dogood
I know from conversations that a few folks package their python apps as distributable virtualenvs. spotify created dh-virtualenv for this. you can do it pretty simply by hand. I built a toolchain for building rpms as distributable virtualenvs and that works really well. What I'd like to do is

[Openstack-operators] Astara?

2016-06-23 Thread Jonathan Mills
I'm seeking user stories, experiences, feedback, etc relating to the use of Astara for managing the overlay network in a vxlan scenario. Was it difficult to set up? Was it worth your time/effort? Are you still happy with it, or do you prefer a different solution? Your feedback is greatly

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-23 Thread Edgar Magana
I would encourage you to use that repo and if there is something worth to be added updated, please do! All suggestions are welcome. Edgar From: Tim Bell Date: Wednesday, June 22, 2016 at 10:53 PM To: Abel Lopez , Gilles Mocellin

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-23 Thread Belmiro Moreira
Hi, we wrote this blog post a year ago but it still can be useful depending on the OpenStack version that you are running. http://openstack-in-production.blogspot.ch/2015/05/purging-nova-databases-in-cell.html Belmiro On Thu, Jun 23, 2016 at 3:32 PM, Nick Jones

Re: [Openstack-operators] Ops Tag Team meeting time

2016-06-23 Thread Shamail
Hi Devon, > On Jun 23, 2016, at 10:22 AM, Devon Boatwright > wrote: > > Hello, > > I just want to verify the time for the Ops Tag Team meeting time. It says > every other Thursday at 1400UTC. Which I'm showing would be today at 10am > EDT. However, there is no

[Openstack-operators] Ops Tag Team meeting time

2016-06-23 Thread Devon Boatwright
Hello, I just want to verify the time for the Ops Tag Team meeting time. It says every other Thursday at 1400UTC. Which I'm showing would be today at 10am EDT. However, there is no meeting going on? Are these meetings still happening? I see the logs for the last meeting were in March. Thanks! --

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-23 Thread Nick Jones
> On Thu, 2016-06-23 at 09:55 +0100, Nick Jones wrote: >> Another vote of confidence for the script that Tim has mentioned with >> regards to clearing down Nova’s DB. I blogged a bit about the process >> and the results here: >> >> >>

Re: [Openstack-operators] Keystone's DB_SYNC from Kilo to Liberty

2016-06-23 Thread Matt Fischer
IIRC there are some debug/verbose flags you can pass in. Get anything from them? On Jun 23, 2016 5:37 AM, "Alvise Dorigo" wrote: > Hi, > I've a Kilo installation which I want to migrate to Liberty. > I've installed the Liberty Keystone's RPMs and configured the minimun

[Openstack-operators] Keystone's DB_SYNC from Kilo to Liberty

2016-06-23 Thread Alvise Dorigo
Hi, I've a Kilo installation which I want to migrate to Liberty. I've installed the Liberty Keystone's RPMs and configured the minimun to upgrade the DB schema ("connection" parameter in the [database] section of keystone.conf). Then, I've tried to run su -s /bin/sh -c "keystone-manage

Re: [Openstack-operators] [Openstack-Operators] Keystone cache strategies

2016-06-23 Thread Jose Castro Leon
We only have the cache configured at the keystone level, not sure that will help, it will still require to retrieve the revoke tree from the cache to validate the tree… Modifying the values on the cache_time does not reduce the number of requests on the cache, it increases the load on the

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-23 Thread xav
On Thu, 2016-06-23 at 09:55 +0100, Nick Jones wrote: > Another vote of confidence for the script that Tim has mentioned with > regards to clearing down Nova’s DB. I blogged a bit about the process > and the results here: > > > http://dischord.org/2015/12/30/archiving-data-in-nova-s-database/ >

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-23 Thread Nick Jones
Another vote of confidence for the script that Tim has mentioned with regards to clearing down Nova’s DB. I blogged a bit about the process and the results here: http://dischord.org/2015/12/30/archiving-data-in-nova-s-database/