Re: [openstack-dev] [meghdwar] use case for meghdwar API and Wednesday meeting

2016-09-07 Thread joehuang
For API to move cloudlets, I propose to design API which can talk directly from destination edge gateway to the source gateway, for example, Pull( srcEdgeGateway, Cloudlet). Using pull will make the destination talk to the source directly, but not to introduce any broker or coordinator for the

[openstack-dev] [tricircle]preparation for the Tricircle splitting

2016-09-07 Thread joehuang
Hello, As we discussed these weeks, splitting Tricircle needs to be on the table for discussion. I prepared some topics in https://etherpad.openstack.org/p/TricircleSplitting It's also linked in the Tricircle wiki. Let's discussed how to address the challenge in the splitting. Best Regards Ch

[openstack-dev] [tricircle]agenda of weekly meeting Sept.7

2016-09-07 Thread joehuang
Hello, team, Agenda of Sept.7 weekly meeting, let's continue the topics: # progress review and concerns on the features like micro versions, policy control, dynamic pod binding, cross pod L2 networking # preparation for the Tricircle splitting: https://etherpad.openstack.org/p/TricircleSpli

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Martin Millnert
Hi Matt, On Tue, 2016-09-06 at 16:39 -0500, Matt Riedemann wrote: > Floating IPs aren't required in OpenStack deployments, and anyone  > running with cells v1 (Rackspace, GoDaddy, NeCTAR, CERN) doesn't use > or  > support them, at least without patching Nova. So I'm not sure what  > 'industry stan

Re: [openstack-dev] [nova] Bug team meeting

2016-09-07 Thread Kashyap Chamarthy
On Tue, Sep 06, 2016 at 03:41:04PM -0700, Augustina Ragwitz wrote: > I should add that I also expressed interest in taking over the Bug Czar > role. I've been actively involved with the bugs team since Markus > revived it earlier this year. I've run meetings when he was unavailable > and also provi

[openstack-dev] [nova] Add support for tag instances when booting

2016-09-07 Thread Zhenyu Zheng
Hi All, Tags for servers are supported in microversion 2.26, but currently we can only add tags to instances that are already existed in the cloud, that is, we can not set tags to instances when we boot the instances. User will have to first find the instances and then add tags with another API ca

Re: [openstack-dev] [nova] Bug team meeting

2016-09-07 Thread Sylvain Bauza
Le 07/09/2016 10:50, Kashyap Chamarthy a écrit : On Tue, Sep 06, 2016 at 03:41:04PM -0700, Augustina Ragwitz wrote: I should add that I also expressed interest in taking over the Bug Czar role. I've been actively involved with the bugs team since Markus revived it earlier this year. I've run m

Re: [openstack-dev] [tricircle] your proposal for the name of networking and gateway sub-projects

2016-09-07 Thread Shinobu Kinjo
I prefer this. 4. Trio2o, 3 votes But I would like to make sure what this actually means more specifically. How can we define this word? openstack-to-openstack Cheers, Shinobu On Tue, Sep 6, 2016 at 9:01 PM, liukun wrote: > Triangel +1 > > At 2016-09-06 16:27:22, "joehuang" wrote: > > Hell

Re: [openstack-dev] [nova] Next steps for resource providers work

2016-09-07 Thread Chris Dent
More updates on resource providers work: Yesterday we realized that a SQL join for associating inventories with allocations and resource providers was missing a critical and clause. This was leading to allocations failing to be written when there should have been plenty of capacity. This was fi

[openstack-dev] [javascript] [fuel-ui] Is ReactJS OSI Compliant?

2016-09-07 Thread Michael Krotscheck
Preface: IANAL (I-am-not-a-lawyer). ReactJS claims to be BSD licensed. However, it has a non-BSD patent rider with a very aggressive "Strong Retaliation Clause", meaning that if there's ever a patent dispute between [React Project] and Facebook, the patents are revoked. This might be fine. It mig

[openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread John Davidge
Hello, During the Mitaka cycle we merged a new feature into the python-neutronclient called 'neutron purge'. This enables a simple CLI command that deletes all of the neutron resources owned by a given tenant. It's documented in the networking guide[1]. We did this in response to feedback from

[openstack-dev] [requirements][FFE] global-requirements update to positional to 1.1.1

2016-09-07 Thread Matthew Thode
https://review.openstack.org/366631 The combination of oslo.context 2.9.0 + positional 1.0.1 (which is the current minimum requirement) results in various unit test failures in barbican, related to parsing of request headers in generated contexts for unit testing. Updating to 1.1.1 resolves this

Re: [openstack-dev] [tripleo] Testing optional composable services in the CI

2016-09-07 Thread Emilien Macchi
On Thu, Sep 1, 2016 at 11:48 AM, Emilien Macchi wrote: > On Thu, Aug 25, 2016 at 9:16 AM, Steven Hardy wrote: >> On Wed, Aug 17, 2016 at 07:20:59AM -0400, James Slagle wrote: >>> On Wed, Aug 17, 2016 at 4:04 AM, Dmitry Tantsur wrote: >>> > However, the current gate system allows to run jobs base

Re: [openstack-dev] [tripleo] Testing optional composable services in the CI

2016-09-07 Thread Dmitry Tantsur
On 09/01/2016 05:48 PM, Emilien Macchi wrote: On Thu, Aug 25, 2016 at 9:16 AM, Steven Hardy wrote: On Wed, Aug 17, 2016 at 07:20:59AM -0400, James Slagle wrote: On Wed, Aug 17, 2016 at 4:04 AM, Dmitry Tantsur wrote: However, the current gate system allows to run jobs based on files affected.

Re: [openstack-dev] [oslo] [telemetry] [requirements] [FFE] Oslo.db 4.13.2

2016-09-07 Thread Matthew Thode
https://review.openstack.org/366298 This is just a bump to upper-constraints so is more minor to get testing working and fix the bug that occurred in Gnocchi (and possibly others). We are able to mask the 'bad' versions of oslo.db and unmask pymysql 0.7.7 after the freeze (and backport them to st

Re: [openstack-dev] [requirements][FFE] global-requirements update to positional to 1.1.1

2016-09-07 Thread Ian Cordasco
-Original Message- From: Matthew Thode Reply: prometheanf...@gentoo.org , OpenStack Development Mailing List (not for usage questions) Date: September 7, 2016 at 08:12:15 To: OpenStack Development Mailing List (not for usage questions) Subject:  [openstack-dev] [requirements][FFE] global

Re: [openstack-dev] [tripleo] Testing optional composable services in the CI

2016-09-07 Thread Emilien Macchi
On Wed, Sep 7, 2016 at 9:18 AM, Dmitry Tantsur wrote: > On 09/01/2016 05:48 PM, Emilien Macchi wrote: >> >> On Thu, Aug 25, 2016 at 9:16 AM, Steven Hardy wrote: >>> >>> On Wed, Aug 17, 2016 at 07:20:59AM -0400, James Slagle wrote: On Wed, Aug 17, 2016 at 4:04 AM, Dmitry Tantsur wr

Re: [openstack-dev] [cinder] moving driver to open source

2016-09-07 Thread Michał Dulko
On 09/06/2016 05:27 PM, Alon Marx wrote: > I want to share our plans to open the IBM Storage driver source code. > Historically we started our way in cinder way back (in Essex if I'm > not mistaken) with just a small piece of code in the community while > keeping most of the driver code closed. S

Re: [openstack-dev] [kolla] Need clarify about baremetal host group and role in Ansible

2016-09-07 Thread Mooney, Sean K
> -Original Message- > From: duon...@vn.fujitsu.com [mailto:duon...@vn.fujitsu.com] > Sent: Wednesday, August 24, 2016 5:42 AM > To: openstack-dev@lists.openstack.org > Subject: [openstack-dev] [kolla] Need clarify about baremetal host > group and role in Ansible > > Hi all, sean-k-moone

[openstack-dev] [oslo.context][requirements][ffe] newton - positional 1.1.1 minimum requirement

2016-09-07 Thread James Page
Hi Whilst fixing CI test failures/preparing b3 uploads for OpenStack Newton for Ubuntu, we tripped over [0], symptomatically in Barbican's unit test suite starting to throw failures when oslo.context was updated to the latest newton version. Global requirement currently details 1.0.1 of positiona

Re: [openstack-dev] [Fuel] Getting rid of ISO

2016-09-07 Thread Vladimir Kozhukalov
Dear colleagues, I'm glad to announce that we have working BVT jobs on Fuel CI that do not use ISO but instead deploy Fuel admin node from packages onto vanilla Centos 7. Please take a look at [1]. There are jobs '10.0.repos.*' [2], [3], [4]. We continue to work on re-implementing review jobs li

Re: [openstack-dev] [cinder] moving driver to open source

2016-09-07 Thread John Griffith
On Tue, Sep 6, 2016 at 9:27 AM, Alon Marx wrote: > I want to share our plans to open the IBM Storage driver source code. > Historically we started our way in cinder way back (in Essex if I'm not > mistaken) ​You're mistaken, Cinder didn't exist at that time... but it's irrelevant. ​ > with jus

[openstack-dev] [Ironic] QA Meeting cancelled today

2016-09-07 Thread Villalovos, John L
To focus on the Newton work. The Ironic QA meeting is cancelled for today. Thanks, John __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscrib

Re: [openstack-dev] [oslo.context][requirements][ffe] newton - positional 1.1.1 minimum requirement

2016-09-07 Thread James Page
On Wed, 7 Sep 2016 at 14:51 Ian Cordasco wrote: > Hey James! > > There's already a discussion about this with the [requirements] and > [ffe] tags by Matthew Thode. Could we centralize the discussion on > that thread please? > Of course - missed that whilst eating lunch! _

Re: [openstack-dev] [oslo.context][requirements][ffe] newton - positional 1.1.1 minimum requirement

2016-09-07 Thread Ian Cordasco
Hey James! There's already a discussion about this with the [requirements] and [ffe] tags by Matthew Thode. Could we centralize the discussion on that thread please? Thanks, Ian -Original Message- From: James Page Reply: OpenStack Development Mailing List (not for usage questions) Date

Re: [openstack-dev] [oslo] [telemetry] [requirements] [FFE] Oslo.db 4.13.2

2016-09-07 Thread Doug Hellmann
Excerpts from Matthew Thode's message of 2016-09-07 08:21:50 -0500: > https://review.openstack.org/366298 > > This is just a bump to upper-constraints so is more minor to get testing > working and fix the bug that occurred in Gnocchi (and possibly others). > > We are able to mask the 'bad' versio

Re: [openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread Tim Bell
On 07 Sep 2016, at 15:05, John Davidge mailto:john.davi...@rackspace.com>> wrote: Hello, During the Mitaka cycle we merged a new feature into the python-neutronclient called ’neutron purge’. This enables a simple CLI command that deletes all of the neutron resources owned by a given tenant. I

Re: [openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread Tim Bell
On 07 Sep 2016, at 15:05, John Davidge mailto:john.davi...@rackspace.com>> wrote: Hello, During the Mitaka cycle we merged a new feature into the python-neutronclient called ’neutron purge’. This enables a simple CLI command that deletes all of the neutron resources owned by a given tenant. I

Re: [openstack-dev] [requirements][FFE] global-requirements update to positional to 1.1.1

2016-09-07 Thread James Page
On Wed, 7 Sep 2016 at 14:30 Ian Cordasco wrote: [...] > https://review.openstack.org/366631 > > > > The combination of oslo.context 2.9.0 + positional 1.0.1 (which is the > > current minimum requirement) results in various unit test failures in > > barbican, related to parsing of request headers

Re: [openstack-dev] [oslo] [telemetry] [requirements] [FFE] Oslo.db 4.13.2

2016-09-07 Thread Matthew Thode
On 09/07/2016 08:58 AM, Doug Hellmann wrote: > Excerpts from Matthew Thode's message of 2016-09-07 08:21:50 -0500: >> https://review.openstack.org/366298 >> >> This is just a bump to upper-constraints so is more minor to get testing >> working and fix the bug that occurred in Gnocchi (and possibly

Re: [openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread Boris Bobrov
Hello, I wonder if it would be worth integrating ospurge into openstackclient. Are there any osc sessions planned at the summit? On 09/07/2016 04:05 PM, John Davidge wrote: Hello, During the Mitaka cycle we merged a new feature into the python-neutronclient called ’neutron purge’. This enable

[openstack-dev] [TripleO] Mistral transition status for RC1

2016-09-07 Thread Dougal Matthews
Hey, This is just a quick update on the Mistral API transition. We are now at a point where all the major CLI commands (node registration, introspection and deployment) are being powered by mistral workflows. We have an etherpad that is tracking all the reviews in quite a bit of detail: https://e

Re: [openstack-dev] [nova] Add support for tag instances when booting

2016-09-07 Thread Andrew Laski
On Wed, Sep 7, 2016, at 05:15 AM, Zhenyu Zheng wrote: > Hi All, > > Tags for servers are supported in microversion 2.26, but currently we > can only add tags to > instances that are already existed in the cloud, that is, we can not > set tags to instances > when we boot the instances. User will

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Andrew Laski
On Wed, Sep 7, 2016, at 04:31 AM, Martin Millnert wrote: > Hi Matt, > > On Tue, 2016-09-06 at 16:39 -0500, Matt Riedemann wrote: > > Floating IPs aren't required in OpenStack deployments, and anyone  > > running with cells v1 (Rackspace, GoDaddy, NeCTAR, CERN) doesn't use > > or  > > support the

Re: [openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread Jordan Pittier
On Wed, Sep 7, 2016 at 4:18 PM, Boris Bobrov wrote: > Hello, > > I wonder if it would be worth integrating ospurge into openstackclient. > > Are there any osc sessions planned at the summit? > > > Hi, I am the current "PTL" of the openstack/ospurge project. The project is still alive and we have

Re: [openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread Steve Martinelli
There's been a bug filed against OSC to implement ospurge for cleaning up resources in (compute, network, storage, image and identity) [1] for a while now. As Jordan said, this is something we want to be modular, and pluggable, so other OSC plugins could extend this clean up command. [1] https://b

Re: [openstack-dev] [release] proposing adding Tony Breeds to "Release Managers" team

2016-09-07 Thread Sean McGinnis
On Tue, Sep 06, 2016 at 07:37:55PM -0400, Emilien Macchi wrote: > My vote doesn't count but I still have feedback to share. > > As a PTL I have to release multiple projects and Tony was always very > helpful and responsive in the reviews. > I would be super happy to have him part of release manage

Re: [openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread Dean Troyer
On Wed, Sep 7, 2016 at 9:48 AM, Steve Martinelli wrote: > There's been a bug filed against OSC to implement ospurge for cleaning up > resources in (compute, network, storage, image and identity) [1] for a > while now. As Jordan said, this is something we want to be modular, and > pluggable, so ot

[openstack-dev] [ironic] Future of cleaning when in maintenance mode

2016-09-07 Thread Dmitry Tantsur
Hi all! Today while playing with my installation I noticed that we do try to run cleaning for nodes in maintenance mode. This leads to a somewhat confusing result, because we no-op heartbeats for such nodes. So cleaning gets stuck in "clean wait" forever [1]. However, it seems like some folk

[openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Thierry Carrez
Hi everyone, As you probably know by now, starting with the Boston event in 2017, the Summit will happen further away from the release day and more around the middle of the next development cycle. You can find more info on the rationale for that at [1] and [2] if interested, this is not the topic

Re: [openstack-dev] [nova] Next steps for resource providers work

2016-09-07 Thread Sean Dague
On 09/07/2016 06:46 AM, Chris Dent wrote: > > More updates on resource providers work: > > Yesterday we realized that a SQL join for associating inventories > with allocations and resource providers was missing a critical and > clause. This was leading to allocations failing to be written when >

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Monty Taylor
On 09/07/2016 03:31 AM, Martin Millnert wrote: > Hi Matt, > > On Tue, 2016-09-06 at 16:39 -0500, Matt Riedemann wrote: >> Floating IPs aren't required in OpenStack deployments, and anyone >> running with cells v1 (Rackspace, GoDaddy, NeCTAR, CERN) doesn't use >> or >> support them, at least with

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Doug Hellmann
Excerpts from Thierry Carrez's message of 2016-09-07 17:43:59 +0200: > Hi everyone, > > As you probably know by now, starting with the Boston event in 2017, the > Summit will happen further away from the release day and more around the > middle of the next development cycle. You can find more info

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Monty Taylor
On 09/07/2016 10:43 AM, Thierry Carrez wrote: > Hi everyone, > > As you probably know by now, starting with the Boston event in 2017, the > Summit will happen further away from the release day and more around the > middle of the next development cycle. You can find more info on the > rationale for

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Davanum Srinivas
Doug, Thierry, Do we want the stewards to serve as the CPL for Release team as well? -- Dims [1] https://wiki.openstack.org/wiki/CrossProjectLiaisons#Release_management On Wed, Sep 7, 2016 at 11:57 AM, Doug Hellmann wrote: > Excerpts from Thierry Carrez's message of 2016-09-07 17:43:59 +0200:

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Sean Dague
On 09/07/2016 11:43 AM, Thierry Carrez wrote: > Hi everyone, > > As you probably know by now, starting with the Boston event in 2017, the > Summit will happen further away from the release day and more around the > middle of the next development cycle. You can find more info on the > rationale for

Re: [openstack-dev] [third-party] [puppet] [infra] puppet-jenkins doesn't allow to pin version

2016-09-07 Thread Asselin, Ramy
Adding [infra]. Simon proposed a patch to make it work. https://review.openstack.org/#/c/366803/1 -Original Message- From: Evgeny Antyshev [mailto:eantys...@virtuozzo.com] Sent: Tuesday, September 06, 2016 2:22 AM To: OpenStack Development Mailing List (not for usage questions) Subjec

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Barrett, Carol L
-Original Message- From: Sean Dague [mailto:s...@dague.net] Sent: Wednesday, September 07, 2016 9:05 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards" On 09/07/2016 11:43 AM, Thierry Carrez wrote: > Hi everyo

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Thierry Carrez
Davanum Srinivas wrote: > Doug, Thierry, > > Do we want the stewards to serve as the CPL for Release team as well? Yes, they probably would be an evolution of the current release liaisons. Like I said in the email, "a sort of per-cycle release liaison on steroids". -- Thierry Carrez (ttx)

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Thierry Carrez
Barrett, Carol L wrote: > From: Sean Dague [mailto:s...@dague.net] >> I think another option would be to run the PTL election early, but just >> don't have the turn over happen until the master release opens up. The >> current transition period is > > > >> actually quite short as noted by the c

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Fox, Kevin M
On the flip side, so is "I want my vm on a private network and I want a floating ip to attach it to the public network." As some clouds don't support it. Thanks, Kevin From: Monty Taylor [mord...@inaugust.com] Sent: Wednesday, September 07, 2016 8:55 AM T

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Anita Kuno
On 16-09-07 12:20 PM, Barrett, Carol L wrote: -Original Message- From: Sean Dague [mailto:s...@dague.net] Sent: Wednesday, September 07, 2016 9:05 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards" On 09/07/20

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Jim Rollenhagen
On Wed, Sep 7, 2016 at 11:43 AM, Thierry Carrez wrote: > Hi everyone, > > As you probably know by now, starting with the Boston event in 2017, the > Summit will happen further away from the release day and more around the > middle of the next development cycle. You can find more info on the > rati

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Ian Cordasco
  -Original Message- From: Monty Taylor Reply: OpenStack Development Mailing List (not for usage questions) Date: September 7, 2016 at 10:58:52 To: openstack-dev@lists.openstack.org Subject:  Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards" > On 09/07/201

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Davanum Srinivas
On Wed, Sep 7, 2016 at 12:35 PM, Ian Cordasco wrote: > > > -Original Message- > From: Monty Taylor > Reply: OpenStack Development Mailing List (not for usage questions) > > Date: September 7, 2016 at 10:58:52 > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [all]

Re: [openstack-dev] [oslo] [telemetry] [requirements] [FFE] Oslo.db 4.13.2

2016-09-07 Thread gordon chung
just a heads up, oslo.db 4.13.2 is also broken. we will need this: https://review.openstack.org/#/c/366362/ or something that fixes issue :) On 07/09/16 09:21 AM, Matthew Thode wrote: > https://review.openstack.org/366298 > > This is just a bump to upper-constraints so is more minor to get testin

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Anita Kuno
On 16-09-07 12:43 PM, Davanum Srinivas wrote: On Wed, Sep 7, 2016 at 12:35 PM, Ian Cordasco wrote: -Original Message- From: Monty Taylor Reply: OpenStack Development Mailing List (not for usage questions) Date: September 7, 2016 at 10:58:52 To: openstack-dev@lists.openstack.org Sub

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Monty Taylor
On 09/07/2016 11:43 AM, Davanum Srinivas wrote: > On Wed, Sep 7, 2016 at 12:35 PM, Ian Cordasco wrote: >> >> >> -Original Message- >> From: Monty Taylor >> Reply: OpenStack Development Mailing List (not for usage questions) >> >> Date: September 7, 2016 at 10:58:52 >> To: openstack-dev@

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Monty Taylor
On 09/07/2016 11:27 AM, Fox, Kevin M wrote: > On the flip side, so is "I want my vm on a private network and I want a > floating ip to attach it to the public network." > > As some clouds don't support it. Yes. I'd categorize the main things possible as: "I want a VM on a public network" "I wa

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Dean Troyer
On Wed, Sep 7, 2016 at 11:35 AM, Ian Cordasco wrote: > One question, should "Release Stewards" also be members of the Stable Team > for that project or will they become members of the Stable Team? It seems > like there should be a relationship there to me (although maybe not a > strictly enforced

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Sean Dague
On 09/07/2016 12:27 PM, Thierry Carrez wrote: > Barrett, Carol L wrote: >> From: Sean Dague [mailto:s...@dague.net] >>> I think another option would be to run the PTL election early, but just >>> don't have the turn over happen until the master release opens up. The >>> current transition period

[openstack-dev] [Manila] Choose a new logo

2016-09-07 Thread Ben Swartzlander
For reasons discussed in last week's IRC meeting, we have vacated the previous logo choice and are redoing the vote. http://civs.cs.cornell.edu/cgi-bin/vote.pl?id=E_6f0d111cec78c5ef&; akey=d34a751f2d084d79 This time I'm using the CIVS system because it will allow us to determine a #2 and #3 ch

[openstack-dev] [Neutron] Feature Freeze and Feature Freeze exceptions

2016-09-07 Thread Armando M.
Hi folks, We are about a week away from cutting our first release candidate [0]. In preparation for that event, we need to make sure our postmortem [1] and FFE requests are in good order. For those of you have not had the chance of commenting on [1], please go ahead and provide your input. Anythi

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Amrith Kumar
Thierry, thanks for writing this up. I think this is a great idea, and something that will help focus the release stewards on a specific release while the PTL can coordinate activities for all aspects of the project. Where appropriate, and where a project decides to take this route, it allows PT

Re: [openstack-dev] [Manila] Choose a new logo

2016-09-07 Thread Ben Swartzlander
On 09/07/2016 01:20 PM, Ben Swartzlander wrote: For reasons discussed in last week's IRC meeting, we have vacated the previous logo choice and are redoing the vote. http://civs.cs.cornell.edu/cgi-bin/vote.pl?id=E_6f0d111cec78c5ef&; akey=d34a751f2d084d79 http://civs.cs.cornell.edu/cgi-bin/vote.

Re: [openstack-dev] [oslo] [telemetry] [requirements] [FFE] Oslo.db 4.13.2

2016-09-07 Thread Doug Hellmann
Excerpts from Matthew Thode's message of 2016-09-07 09:11:58 -0500: > On 09/07/2016 08:58 AM, Doug Hellmann wrote: > > Excerpts from Matthew Thode's message of 2016-09-07 08:21:50 -0500: > >> https://review.openstack.org/366298 > >> > >> This is just a bump to upper-constraints so is more minor to

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Fox, Kevin M
Right. I use floating ip's because I need the flexibility to have an ip out last the vm its attached to. auto floating ip's are in the "just put this on the network, I don't care what happens when I need to delete my vm" kind of thing. which just having public ip's also could also solve. Than

Re: [openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread Dean Troyer
On Wed, Sep 7, 2016 at 10:19 AM, Dean Troyer wrote: > I created the OSC session Etherpad[0] to start tracking these topic > suggestions. > > [0]https://etherpad.openstack.org/p/osc-otaka-summit > /me sighs loudly I wish I could blame the lack of caffeine, but alas, that URL is just wrong: [0]h

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Jeremy Stanley
On 2016-09-07 16:20:49 + (+), Barrett, Carol L wrote: [...] > Why not have a PTL own the release from start to finish, with the > PTL for the next release getting elected as above. [...] An overwhelming majority (87%) of our official project teams' deliverables do not follow a synchronous

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Ian Cordasco
  -Original Message- From: Anita Kuno Reply: OpenStack Development Mailing List (not for usage questions) Date: September 7, 2016 at 12:03:25 To: openstack-dev@lists.openstack.org Subject:  Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards" > On 16-09-07 12

Re: [openstack-dev] [nova] Add support for tag instances when booting

2016-09-07 Thread Matt Riedemann
On 9/7/2016 9:25 AM, Andrew Laski wrote: On Wed, Sep 7, 2016, at 05:15 AM, Zhenyu Zheng wrote: Hi All, Tags for servers are supported in microversion 2.26, but currently we can only add tags to instances that are already existed in the cloud, that is, we can not set tags to instances when we

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Anita Kuno
On 16-09-07 01:59 PM, Ian Cordasco wrote: -Original Message- From: Anita Kuno Reply: OpenStack Development Mailing List (not for usage questions) Date: September 7, 2016 at 12:03:25 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [all] Timeframe for future elec

Re: [openstack-dev] [oslo] [telemetry] [requirements] [FFE] Oslo.db 4.13.2

2016-09-07 Thread Mike Bayer
On 09/07/2016 01:29 PM, Doug Hellmann wrote: Excerpts from Matthew Thode's message of 2016-09-07 09:11:58 -0500: On 09/07/2016 08:58 AM, Doug Hellmann wrote: Excerpts from Matthew Thode's message of 2016-09-07 08:21:50 -0500: https://review.openstack.org/366298 This is just a bump to upper-

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Ian Cordasco
  -Original Message- From: Anita Kuno Reply: Anita Kuno Date: September 7, 2016 at 13:08:44 To: Ian Cordasco , OpenStack Development Mailing List (not for usage questions) Subject:  Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards" > On 16-09-07 01:59 PM,

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Matt Riedemann
On 9/7/2016 11:35 AM, Ian Cordasco wrote: -Original Message- From: Monty Taylor Reply: OpenStack Development Mailing List (not for usage questions) Date: September 7, 2016 at 10:58:52 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [all] Timeframe for future elec

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Anita Kuno
On 16-09-07 02:19 PM, Ian Cordasco wrote: -Original Message- From: Anita Kuno Reply: Anita Kuno Date: September 7, 2016 at 13:08:44 To: Ian Cordasco , OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [all] Timeframe for future elections &

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Matt Riedemann
On 9/7/2016 11:33 AM, Jim Rollenhagen wrote: I like this. As someone that has been PTL for multiple cycles, it is incredibly stressful trying to finish the release, start planning for the next one, manage summit planning, etc. I'd love to have someone designated to manage the release-specific bi

[openstack-dev] [poll][kolla] Name of baremetal role/group

2016-09-07 Thread Mooney, Sean K
Hi I recently introduced a new baremetal role/group which is used as part of the kolla-host playbook. https://github.com/openstack/kolla/tree/master/ansible/roles/baremetal This baremetal role is used to install all the dependencies required to deploy kolla containers on a "baremetal" host. The h

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Doug Hellmann
Excerpts from Thierry Carrez's message of 2016-09-07 18:24:46 +0200: > Davanum Srinivas wrote: > > Doug, Thierry, > > > > Do we want the stewards to serve as the CPL for Release team as well? > > Yes, they probably would be an evolution of the current release > liaisons. Like I said in the email,

[openstack-dev] [requirements][FFE] Request to allow os-vif 1.2.1 in upper-constraints for newton

2016-09-07 Thread Matt Riedemann
This is the FFE to get this change in for newton: https://review.openstack.org/#/c/365165/ The os-vif 1.2.1 release was a bug fix patch release to get a high priority bug [1] in for newton that is impacting the neutron linuxbridge job in the gate [2]. So we already have the release done, we

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Sean McGinnis
On Wed, Sep 07, 2016 at 01:07:22PM -0400, Sean Dague wrote: > On 09/07/2016 12:27 PM, Thierry Carrez wrote: > > Barrett, Carol L wrote: > >> From: Sean Dague [mailto:s...@dague.net] > >>> I think another option would be to run the PTL election early, but just > >>> don't have the turn over happen

Re: [openstack-dev] [oslo] [telemetry] [requirements] [FFE] Oslo.db 4.13.2

2016-09-07 Thread Doug Hellmann
Excerpts from Mike Bayer's message of 2016-09-07 14:09:06 -0400: > > On 09/07/2016 01:29 PM, Doug Hellmann wrote: > > Excerpts from Matthew Thode's message of 2016-09-07 09:11:58 -0500: > >> On 09/07/2016 08:58 AM, Doug Hellmann wrote: > >>> Excerpts from Matthew Thode's message of 2016-09-07 08:2

[openstack-dev] [glance] Bug days next week

2016-09-07 Thread Nikhil Komawar
Hi all, I would like to propose bug days for Glance next week Tuesday 13th September and Wednesday 14th September (during your work hours / in your time zone). We've a plenty of bugs to address [1, 2, 3] and looks like the the right time in the cycle when we would get a good benefit of these bu

[openstack-dev] [glance] Newton RC reviews and releases

2016-09-07 Thread Nikhil Komawar
Hi team, The RC period for a release spans multiple weeks, see Newton schedule here [1]. There are about 4 more weeks in Newton when potential RC releases could take place. The RC1 is bound to happen next week and there will most likely be a RC2 with translations. If there are more critical fixes

Re: [openstack-dev] [Fuel] Getting rid of ISO

2016-09-07 Thread Oleg Gelbukh
Congratulations, Vladimir, that's a huge step in a right direction for Fuel. -- Best regards, Oleg Gelbukh On Wed, Sep 7, 2016 at 6:47 AM, Vladimir Kozhukalov < vkozhuka...@mirantis.com> wrote: > Dear colleagues, > > I'm glad to announce that we have working BVT jobs on Fuel CI that do not > use

[openstack-dev] [puppet] Puppet 4 related backports

2016-09-07 Thread Cody Herriges
For an ongoing project here at Puppet I needed to validate the stable/mitaka branches against Puppet 4.  I've done that for all three scenarios but doing so required a few backports of items currently in master. https://review.openstack.org/#/c/296557/ https://review.openstack.org/#/c/310794/ ht

Re: [openstack-dev] [all] Timeframe for future elections & "Release stewards"

2016-09-07 Thread Hongbin Lu
> -Original Message- > From: Sean McGinnis [mailto:sean.mcgin...@gmx.com] > Sent: September-07-16 3:17 PM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [all] Timeframe for future elections & > "Release stewards" > > On Wed, Sep 07, 2016

[openstack-dev] [murano] [app-catalog] [ffe] App Catalog dashboards patches are ready

2016-09-07 Thread Kirill Zaitsev
Hi! As the title says here are the patches that set up app-catalog-ui and murano-dashboard to work under common panel structure [1] Repositories would now share a couple of small config files to allow both dashboards be installed independently, if needed [2], [3] Here is also a small script I

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Adrian Turjak
This is exactly what something like Minstral would be fantastic for. Multi-project workflow. Rather than try and build logic like this directly into nova, looks at extending something like Minstral with a basic easy to call task. _

Re: [openstack-dev] [cinder] moving driver to open source

2016-09-07 Thread Matt Riedemann
On 9/7/2016 8:47 AM, John Griffith wrote: On Tue, Sep 6, 2016 at 9:27 AM, Alon Marx mailto:alo...@il.ibm.com>> wrote: I want to share our plans to open the IBM Storage driver source code. Historically we started our way in cinder way back (in Essex if I'm not mistaken) ​You're mis

Re: [openstack-dev] [poll][kolla] Name of baremetal role/group

2016-09-07 Thread Steven Dake (stdake)
Sean, I’d recommend deploy-hosts (I assume this is the bootstrap renamed?) I’d also add a duplicate API of “deploy” and mark deploy as deprecated and follow the standard deprecation policies. I’d recommend making the new OpenStack specific deploy command deploy-openstack Regards -steve From

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Fox, Kevin M
I've typically used heat to do this too. As it has a nice way out of the box to to undo the actions it does. Thanks, Kevin From: Adrian Turjak [adri...@catalyst.net.nz] Sent: Wednesday, September 07, 2016 2:34 PM To: OpenStack Development Mailing List (not for usa

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Adrian Turjak
Heat is a bit of overkill for something as tiny as this. I was mainly responding to Andrew Laski's comment talking about a service exactly like Minstral, for smaller cross project orchestration of finite tasks. On 8/09/2016 10:12 AM, "Fox, Kevin M" wrote: > > I've typically used heat to do this to

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Martin Millnert
On Thu, 2016-09-08 at 09:34 +1200, Adrian Turjak wrote: > This is exactly what something like Minstral would be fantastic for. > Multi-project workflow. > Rather than try and build logic like this directly into nova, looks > at extending something like Minstral with a basic easy to call task. I ha

[openstack-dev] [fuel-virtualbox] Nominate Serhii Ovsianikov to fuel-virtualbox core

2016-09-07 Thread Maksim Malchuk
Hello, I would like to nominate Serhii Ovsianikov to fuel-virtualbox core due to his significant contribution to the project [1] and [2]. He is the second reviewer and for the last half of the year [2] acts as an unoficial QA in the fuel-virtualbox project. [1] http://stackalytics.com/?user_id=so

[openstack-dev] [fuel-library] Nominate Stanislaw Bogatkin to fuel-library core

2016-09-07 Thread Maksim Malchuk
Hello, I would like to nominate Stanislaw Bogatkin to fuel-library core due to his significant contribution to the project [1] and [2]. He is one of the top reviewers and contributors in the project. [1] http://stackalytics.com/?user_id=sbogatkin&project_type=all&release=all&metric=marks&module=f

Re: [openstack-dev] [freezer] Core team updates

2016-09-07 Thread Saad Zaher
+1 On Fri, Aug 26, 2016 at 11:59 PM, Dieterly, Deklan wrote: > +1 > -- > Deklan Dieterly > > Senior Systems Software Engineer > HPE > > > > > On 8/25/16, 9:33 AM, "Mathieu, Pierre-Arthur" > wrote: > > >Hello, > > > >I would like to propose some modifications regarding the Freezer core > >team.

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Andrew Laski
On Wed, Sep 7, 2016, at 06:54 PM, Martin Millnert wrote: > On Thu, 2016-09-08 at 09:34 +1200, Adrian Turjak wrote: > > This is exactly what something like Minstral would be fantastic for. > > Multi-project workflow. > > Rather than try and build logic like this directly into nova, looks > > at ex

Re: [openstack-dev] [Horizon][OSC][Nova][Neutron] Launch instance with Floating IP

2016-09-07 Thread Andrew Laski
On Wed, Sep 7, 2016, at 06:33 PM, Adrian Turjak wrote: > Heat is a bit of overkill for something as tiny as this. I agree. And though it's been a while since I've looked at Heat I didn't get the impression that it was designed for this sort of usage: a simple API call that orchestrates networki

Re: [openstack-dev] [keystone] new core reviewer (rderose)

2016-09-07 Thread Jamie Lennox
Congratulations Ron. Welcome aboard. On 3 September 2016 at 04:13, Brad Topol wrote: > Shh! Let them get the leg irons welded shut on him first :-). Pay no > attention Ron... Congratulations! > > > Brad Topol, Ph.D. > IBM Distinguished Engineer > OpenStack > (919) 543-0646 > Internet: bto...

  1   2   >