[openstack-dev] [neutron] [IPv6] New API format for extra_dhcp_opts

2014-09-26 Thread Xu Han Peng
Currently the extra_dhcp_opts has the following API interface on a port: { port: { extra_dhcp_opts: [ {opt_value: testfile.1,opt_name: bootfile-name}, {opt_value: 123.123.123.123, opt_name: tftp-server}, {opt_value: 123.123.123.45, opt_name:

Re: [openstack-dev] Group-Based Policy Understanding and Queries

2014-09-26 Thread Sachi Gupta
Hi All, Request you all to provide inputs of the below queries: As per my understanding GBP constructs are mapped to neutron calls for example - creating an endpoint, the neutron mapping driver will map it to the existing port creation method. Similarly to achieve the complete functionality

Re: [openstack-dev] [neutron] [IPv6] New API format for extra_dhcp_opts

2014-09-26 Thread Germy Lure
Hi, Xu Han, Can we distinguish version by parsing the opt_value? Is there any service binding v4 address but providing service for v6? or v6 for v4? BTW, Why not the format is directly opt_name_value:opt_value_value, like server-ip-address:1.1.1.1? BR, Germy On Fri, Sep 26, 2014 at 2:39 PM,

Re: [openstack-dev] [NOVA] security group fails to attach to an instance if port-id is specified during boot.

2014-09-26 Thread Oleg Bondarev
On Fri, Sep 26, 2014 at 3:30 AM, Day, Phil philip@hp.com wrote: I think the expectation is that if a user is already interaction with Neutron to create ports then they should do the security group assignment in Neutron as well. Agree. However what do you think a user expects when he/she

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Flavio Percoco
On 09/26/2014 03:42 AM, Vishvananda Ishaya wrote: On Sep 25, 2014, at 4:01 PM, Robert Collins robe...@robertcollins.net wrote: So I guess I'm saying: Lets decouple 'what is openstack' from 'what we test together on every commit'. It seems that this discussion has actually

Re: [openstack-dev] [neutron] [IPv6] New API format for extra_dhcp_opts

2014-09-26 Thread Xu Han Peng
Germy, We considered this but not all option are address based, therefore we cannot determine the IP version by opt value only. I am not familiar about how the format was original determined either. Maybe someone who works on this format before can help clarify? Xu Han On 09/26/2014

[openstack-dev] [glance][tags] - What is the purpose of tags?

2014-09-26 Thread Marcos Fermin Lobo
Hi all, I'm looking information about TAGs in Glance (2014.1.2-5.el6). In the official documentation for developers[1] I didn't find nothing about this topic. In the Glance database there is a table called image_tags but I don't know what it is?. I imaging that it is useful for organize images

Re: [openstack-dev] [NOVA] security group fails to attach to an instance if port-id is specified during boot.

2014-09-26 Thread Christopher Yeoh
On Fri, 26 Sep 2014 11:25:49 +0400 Oleg Bondarev obonda...@mirantis.com wrote: On Fri, Sep 26, 2014 at 3:30 AM, Day, Phil philip@hp.com wrote: I think the expectation is that if a user is already interaction with Neutron to create ports then they should do the security group

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Thierry Carrez
Vishvananda Ishaya wrote: The three questions are: 1. Which projects are “part of openstack”? 2. Which projects are released as a single unit? 3. Which projects are tested together That's a good summary, yes. Currently we have a number of horizontal teams, which must support equally an

Re: [openstack-dev] [NOVA] security group fails to attach to an instance if port-id is specified during boot.

2014-09-26 Thread Simon Pasquier
On Fri, Sep 26, 2014 at 10:19 AM, Christopher Yeoh cbky...@gmail.com wrote: On Fri, 26 Sep 2014 11:25:49 +0400 Oleg Bondarev obonda...@mirantis.com wrote: On Fri, Sep 26, 2014 at 3:30 AM, Day, Phil philip@hp.com wrote: I think the expectation is that if a user is already

Re: [openstack-dev] [Swift] PTL candidacy

2014-09-26 Thread Jyoti Ranjan
John, You are awesome! There are very few PTL who answer queries like you. Thanks! On Fri, Sep 26, 2014 at 1:46 AM, Tristan Cacqueray tristan.cacque...@enovance.com wrote: confirmed On 25/09/14 02:50 PM, John Dickinson wrote: I'm announcing my candidacy for Swift PTL. I've been involved

Re: [openstack-dev] [glance][tags] - What is the purpose of tags?

2014-09-26 Thread Fei Long Wang
I think one of the use case is you can tag images with some simple label/mark, like 'windows', 'x64', 'ubuntu', etc. Then user can search the images easily with the possible tags he will be interested in. It could be very useful if there are tons of images, especially if you're providing an

[openstack-dev] [all] no Icehouse for openstack/openstack?

2014-09-26 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi all, the repo is useful when you try to find out what was merged recently (like in case of a regression). There are two release branches there: Havana and master, but there is no branch for Icehouse. May I ask anyone who is in charge of the repo

Re: [openstack-dev] [Zaqar] Comments on the concerns arose during the TC meeting

2014-09-26 Thread Soren Hansen
2014-09-12 1:05 GMT+02:00 Jay Pipes jaypi...@gmail.com: If Nova was to take Soren's advice and implement its data-access layer on top of Cassandra or Riak, we would just end up re-inventing SQL Joins in Python-land. I've said it before, and I'll say it again. In Nova at least, the SQL schema

Re: [openstack-dev] [oslo] logging around olso lockutils

2014-09-26 Thread Sean Dague
On 09/26/2014 12:03 AM, Christopher Yeoh wrote: On Thu, 25 Sep 2014 08:49:12 -0400 Sean Dague s...@dague.net wrote: #1 - tried to get a lock, but someone else has it. Then we know we've got lock contention. . #2 - something is still holding a lock after some long amount of time. +1 to

Re: [openstack-dev] [oslo] logging around olso lockutils

2014-09-26 Thread Sean Dague
On 09/25/2014 03:06 PM, Ben Nemec wrote: On 09/25/2014 07:49 AM, Sean Dague wrote: Spending a ton of time reading logs, oslo locking ends up basically creating a ton of output at DEBUG that you have to mentally filter to find problems: 2014-09-24 18:44:49.240 DEBUG

Re: [openstack-dev] Token Constraints

2014-09-26 Thread Adam Young
On 09/25/2014 10:38 PM, Robert Collins wrote: On 26 September 2014 14:18, Adam Young ayo...@redhat.com wrote: There are a few Keystone features that are coming together for Kilo. ... For endpoint binding, an endpoint will have to know its own id. So the endpoint_id will be recorded in the

Re: [openstack-dev] [glance][tags] - What is the purpose of tags?

2014-09-26 Thread Brian Rosmaita
Just to add some more to what Fei Long said: There's some mention of tags in the regular API docs [1, 2]. Various OpenStack vendors also have support docs explaining them [3]. Tags are sort of informal metadata, and support for tags (and they way you use them) varies widely among OpenStack

Re: [openstack-dev] [Ceilometer] MySQL performance and Mongodb backend maturity question

2014-09-26 Thread Daniele Venzano
On 09/25/14 17:55, Clint Byrum wrote: Now I use Ceilometer's pipeline to forward events to elasticsearch via udp + logstash and do not use Ceilometer's DB or API at all. Interesting, this almost sounds like what should be the default configuration honestly. Ceilometer generates a lot of data

Re: [openstack-dev] [all] To slide or not to slide? OpenStack Bootstrapping Hour...

2014-09-26 Thread Matt Riedemann
On 9/22/2014 11:27 AM, Jay Pipes wrote: Hi all, OK, so we had our inaugural OpenStack Bootstrapping Hour last Friday. Thanks to Sean and Dan for putting up with my rambling about unittest and mock stuff. And thanks to one of my pugs, Winnie, for, according to Shrews, looking like she was

Re: [openstack-dev] [NOVA] security group fails to attach to an instance if port-id is specified during boot.

2014-09-26 Thread Matt Riedemann
On 9/26/2014 3:19 AM, Christopher Yeoh wrote: On Fri, 26 Sep 2014 11:25:49 +0400 Oleg Bondarev obonda...@mirantis.com wrote: On Fri, Sep 26, 2014 at 3:30 AM, Day, Phil philip@hp.com wrote: I think the expectation is that if a user is already interaction with Neutron to create ports

Re: [openstack-dev] [all][tripleo] New Project - Kolla: Deploy and Manage OpenStack using Kubernetes and Docker

2014-09-26 Thread Zane Bitter
On 26/09/14 00:01, Angus Lees wrote: On Thu, 25 Sep 2014 04:01:38 PM Fox, Kevin M wrote: Doesn't nova with a docker driver and heat autoscaling handle case 2 and 3 for control jobs? Has anyone tried yet? For reference, the cases were: - Something to deploy the code (docker / distro packages

[openstack-dev] [oslo] specs repository open for kilo changes

2014-09-26 Thread Doug Hellmann
Since the Oslo team works slightly out of phase with the rest of OpenStack, and we’re going to have less summit space than usual, I thought we should go ahead and start queuing up specs for review. That will give us some time to approve the “easy” ones and identify issues we need to work

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-26 Thread Deepak Shetty
On Thu, Sep 25, 2014 at 9:22 PM, Ben Nemec openst...@nemebean.com wrote: On 09/22/2014 01:29 AM, Deepak Shetty wrote: Thats incorrect, as i said in my original mail.. I am usign devstack+manila and it wasn't very clear to me that mysql-devel needs to be installed and it didn't get

[openstack-dev] [kolla] Diagnosing problems with containers

2014-09-26 Thread Lars Kellogg-Stedman
As people are starting to look at Kubernetes and Docker, there have been a number of questions regarding how to diagnose problems with containers. Here are a few useful hints: ## Docker logs Docker captures stdout/stderr from the main process and makes this available via the `docker log`

[openstack-dev] Kilo Design Summit - Apply for the Other projects track !

2014-09-26 Thread Thierry Carrez
Hi everyone, Although we have limited space in Paris, the Kilo Design Summit in Paris has some room on Tuesday, November 4 for projects that are not incubated, integrated or part of an official OpenStack program yet. If you have an open source project related to OpenStack and would like to get a

Re: [openstack-dev] [Zaqar] Comments on the concerns arose during the TC meeting

2014-09-26 Thread Jay Pipes
On 09/26/2014 06:45 AM, Soren Hansen wrote: 2014-09-12 1:05 GMT+02:00 Jay Pipes jaypi...@gmail.com: If Nova was to take Soren's advice and implement its data-access layer on top of Cassandra or Riak, we would just end up re-inventing SQL Joins in Python-land. I've said it before, and I'll say

Re: [openstack-dev] [kolla] Diagnosing problems with containers

2014-09-26 Thread Chmouel Boudjnah
On Fri, Sep 26, 2014 at 4:29 PM, Lars Kellogg-Stedman l...@redhat.com wrote: As people are starting to look at Kubernetes and Docker, there have Nice, thanks for sharing! I think that may be nice to have this in a blog article (if it wasn't done already) Chmouel

[openstack-dev] [TripleO] CI report : 24/09/2014 - 26/09/2014

2014-09-26 Thread Derek Higgins
Hi All, On Wednesday, I started keeping a short summary of issues hit by tripleo CI, so in time we can look back to properly assess the frequency or problems along with their causes. The list will be maintained here (most recent at the top)

[openstack-dev] [infra] Nominating Anita Kuno for project-config-core

2014-09-26 Thread James E. Blair
I'm pleased to nominate Anito Kuno to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize in the area. Anita has been reviewing new projects in

[openstack-dev] [infra] Nominating Sean Dague for project-config-core

2014-09-26 Thread James E. Blair
I'm pleased to nominate Sean Dague to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize in the area. For some time, Sean has been the person

[openstack-dev] [infra] Nominating Andreas Jaeger for project-config-core

2014-09-26 Thread James E. Blair
I'm pleased to nominate Andreas Jaeger to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize in the area. Andreas has been doing an incredible

Re: [openstack-dev] [infra] Nominating Sean Dague for project-config-core

2014-09-26 Thread Morgan Fainberg
-Original Message- From: James E. Blair cor...@inaugust.com Reply: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date: September 26, 2014 at 08:35:04 To: openstack-dev@lists.openstack.org openstack-dev@lists.openstack.org Subject: 

Re: [openstack-dev] [all] [glance] python namespaces considered harmful to development, lets not introduce more of them

2014-09-26 Thread Doug Hellmann
On Sep 25, 2014, at 6:14 PM, Robert Collins robe...@robertcollins.net wrote: On 24 September 2014 11:03, Robert Collins robe...@robertcollins.net wrote: So... FWIW I think I've got a cleaner implementation of namespaces *for our context* - it takes inspiration from the PEP-420 discussion

Re: [openstack-dev] [all] [glance] python namespaces considered harmful to development, lets not introduce more of them

2014-09-26 Thread Doug Hellmann
On Sep 23, 2014, at 7:03 PM, Robert Collins robe...@robertcollins.net wrote: On 29 August 2014 04:42, Sean Dague s...@dague.net wrote: On 08/28/2014 12:22 PM, Doug Hellmann wrote: ... The problem is that the setuptools implementation of namespace packages breaks in a way that is repeatable

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Ed Leafe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/25/2014 08:42 PM, Vishvananda Ishaya wrote: It seems that this discussion has actually illustrated shortcomings in our answers to 3 separate questions, and people have been throwing out ideas that attempt to solve all 3. Perhaps we need to

Re: [openstack-dev] [infra] Nominating Andreas Jaeger for project-config-core

2014-09-26 Thread Steve Martinelli
FWIW - Big +1 from me, Andreas always seems to have an answer for whatever the infra question is. Always very helpful and quick to respond. Definitely a great candidate for project-config! - Steve cor...@inaugust.com (James E. Blair) wrote on 09/26/2014 11:35:02 AM: From: cor...@inaugust.com

Re: [openstack-dev] [infra] Nominating Anita Kuno for project-config-core

2014-09-26 Thread Steve Martinelli
Again, FWIW, another +1 for Anita, for all the reasons mentioned my James. cor...@inaugust.com (James E. Blair) wrote on 09/26/2014 11:34:48 AM: From: cor...@inaugust.com (James E. Blair) To: openstack-dev@lists.openstack.org, Date: 09/26/2014 11:38 AM Subject: [openstack-dev] [infra]

Re: [openstack-dev] [infra] Nominating Anita Kuno for project-config-core

2014-09-26 Thread Monty Taylor
On 09/26/2014 08:34 AM, James E. Blair wrote: I'm pleased to nominate Anito Kuno to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize in

Re: [openstack-dev] [infra] Nominating Andreas Jaeger for project-config-core

2014-09-26 Thread Monty Taylor
On 09/26/2014 08:35 AM, James E. Blair wrote: I'm pleased to nominate Andreas Jaeger to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize

Re: [openstack-dev] [infra] Nominating Sean Dague for project-config-core

2014-09-26 Thread Monty Taylor
On 09/26/2014 08:35 AM, James E. Blair wrote: I'm pleased to nominate Sean Dague to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize in

Re: [openstack-dev] [all][tripleo] New Project - Kolla: Deploy and Manage OpenStack using Kubernetes and Docker

2014-09-26 Thread Fox, Kevin M
-Original Message- From: Angus Lees [mailto:gusl...@gmail.com] On Behalf Of Angus Lees Sent: Thursday, September 25, 2014 9:01 PM To: openstack-dev@lists.openstack.org Cc: Fox, Kevin M Subject: Re: [openstack-dev] [all][tripleo] New Project - Kolla: Deploy and Manage OpenStack using

Re: [openstack-dev] [neutron] [IPv6] New API format for extra_dhcp_opts

2014-09-26 Thread Mark McClain
On Sep 26, 2014, at 2:39 AM, Xu Han Peng pengxu...@gmail.com wrote: Currently the extra_dhcp_opts has the following API interface on a port: { port: { extra_dhcp_opts: [ {opt_value: testfile.1,opt_name: bootfile-name}, {opt_value: 123.123.123.123,

Re: [openstack-dev] [controller-dev] Group-Based Policy Understanding and Queries

2014-09-26 Thread Stephen Wong
CC'ed ODL GBP --- although this doesn't concern them at this point, it may be of interest to the team On Fri, Sep 26, 2014 at 12:10 AM, Sachi Gupta sachi.gu...@tcs.com wrote: Hi All, Request you all to provide inputs of the below queries: - As per my understanding GBP constructs are

Re: [openstack-dev] [infra] Nominating Anita Kuno for project-config-core

2014-09-26 Thread Jeremy Stanley
On 2014-09-26 08:34:48 -0700 (-0700), James E. Blair wrote: I'm pleased to nominate Anito Kuno to the project-config core team. [...] Wholeheartedly seconded--I am very much in favor of having more help from Anita on that project. -- Jeremy Stanley signature.asc Description: Digital signature

Re: [openstack-dev] [infra] Nominating Andreas Jaeger for project-config-core

2014-09-26 Thread Jeremy Stanley
On 2014-09-26 08:35:02 -0700 (-0700), James E. Blair wrote: I'm pleased to nominate Andreas Jaeger to the project-config core team. [...] Yes, please! I'd be thrilled for Andreas to help us further on that project. -- Jeremy Stanley signature.asc Description: Digital signature

Re: [openstack-dev] [infra] Nominating Sean Dague for project-config-core

2014-09-26 Thread Jeremy Stanley
On 2014-09-26 08:35:18 -0700 (-0700), James E. Blair wrote: I'm pleased to nominate Sean Dague to the project-config core team. [...] What, he wasn't in it already? ;) I'm thrilled for Sean to help with core reviewing duties on that project if he's willing. -- Jeremy Stanley signature.asc

Re: [openstack-dev] [infra] Nominating Andreas Jaeger for project-config-core

2014-09-26 Thread Anita Kuno
On 09/26/2014 11:35 AM, James E. Blair wrote: I'm pleased to nominate Andreas Jaeger to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize

Re: [openstack-dev] [infra] Nominating Sean Dague for project-config-core

2014-09-26 Thread Vishvananda Ishaya
Based on the amazing work that Sean does across a whole slew of repositories, can we just give him +2 rights on everything? ;) Vish P.S. But seriously, I am truly impressed with how much Sean puts into this project. On Sep 26, 2014, at 8:35 AM, James E. Blair cor...@inaugust.com wrote: I'm

Re: [openstack-dev] [infra] Nominating Sean Dague for project-config-core

2014-09-26 Thread Anita Kuno
On 09/26/2014 11:35 AM, James E. Blair wrote: I'm pleased to nominate Sean Dague to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize in

Re: [openstack-dev] [infra] Nominating Anita Kuno for project-config-core

2014-09-26 Thread Andreas Jaeger
On 09/26/2014 05:34 PM, James E. Blair wrote: I'm pleased to nominate Anito Kuno to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with additional reviewers who specialize in

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Vishvananda Ishaya
On Sep 26, 2014, at 1:25 AM, Thierry Carrez thie...@openstack.org wrote: That said, singling out the test infrastructure (3) and the release management (2) is a bit unfair to other horizontal efforts, like Documentation, Translations, or general QA, which also suffer from a scale issue. The

Re: [openstack-dev] [infra] Nominating Sean Dague for project-config-core

2014-09-26 Thread Andreas Jaeger
On 09/26/2014 07:47 PM, Vishvananda Ishaya wrote: Based on the amazing work that Sean does across a whole slew of repositories, can we just give him +2 rights on everything? ;) Vish P.S. But seriously, I am truly impressed with how much Sean puts into this project. Agreed. I think he'll

Re: [openstack-dev] [infra] Nominating Anita Kuno for project-config-core

2014-09-26 Thread Sergey Lukjanov
+1 On Fri, Sep 26, 2014 at 11:01 AM, Andreas Jaeger a...@suse.com wrote: On 09/26/2014 05:34 PM, James E. Blair wrote: I'm pleased to nominate Anito Kuno to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to

Re: [openstack-dev] [infra] Nominating Andreas Jaeger for project-config-core

2014-09-26 Thread Sergey Lukjanov
+1 On Fri, Sep 26, 2014 at 10:45 AM, Anita Kuno ante...@anteaya.info wrote: On 09/26/2014 11:35 AM, James E. Blair wrote: I'm pleased to nominate Andreas Jaeger to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team

Re: [openstack-dev] [infra] Nominating Sean Dague for project-config-core

2014-09-26 Thread Sergey Lukjanov
+1 On Fri, Sep 26, 2014 at 11:02 AM, Andreas Jaeger a...@suse.com wrote: On 09/26/2014 07:47 PM, Vishvananda Ishaya wrote: Based on the amazing work that Sean does across a whole slew of repositories, can we just give him +2 rights on everything? ;) Vish P.S. But seriously, I am truly

[openstack-dev] [Sahara] Verbosity of Sahara overview image

2014-09-26 Thread Sharan Kumar M
Hi all, I am trying to modify the diagram in http://docs.openstack.org/developer/sahara/overview.html so that it syncs with the contents. In the diagram, is it nice to mark the connections between the openstack components like, Nova with Cinder, Nova with Swift, components with Keystone, Nova

[openstack-dev] [all] concrete proposal on changing the library testing model with devstack-gate

2014-09-26 Thread Sean Dague
As we've been talking about the test disaggregation the hamster wheels in the back of my brain have been churning on the library testing problem I think we currently have. Namely, openstack components mostly don't rely on released library versions, they rely on git master of them. Right now olso

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Jay Pipes
On 09/18/2014 02:53 PM, Monty Taylor wrote: Hey all, I've recently been thinking a lot about Sean's Layers stuff. So I wrote a blog post which Jim Blair and Devananda were kind enough to help me edit. http://inaugust.com/post/108 Enjoy. I enjoyed your post (though I don't agree with

Re: [openstack-dev] [infra] Nominating Andreas Jaeger for project-config-core

2014-09-26 Thread Sumit Naiksatam
+1, Andreas has been very responsive, prompt, and helpful in his reviews. On Fri, Sep 26, 2014 at 11:12 AM, Sergey Lukjanov slukja...@mirantis.com wrote: +1 On Fri, Sep 26, 2014 at 10:45 AM, Anita Kuno ante...@anteaya.info wrote: On 09/26/2014 11:35 AM, James E. Blair wrote: I'm pleased to

Re: [openstack-dev] [controller-dev] Group-Based Policy Understanding and Queries

2014-09-26 Thread Sumit Naiksatam
On Fri, Sep 26, 2014 at 10:22 AM, Stephen Wong stephen.kf.w...@gmail.com wrote: CC'ed ODL GBP --- although this doesn't concern them at this point, it may be of interest to the team On Fri, Sep 26, 2014 at 12:10 AM, Sachi Gupta sachi.gu...@tcs.com wrote: Hi All, Request you all to provide

Re: [openstack-dev] [all] concrete proposal on changing the library testing model with devstack-gate

2014-09-26 Thread Jeremy Stanley
On 2014-09-26 14:27:51 -0400 (-0400), Sean Dague wrote: As we've been talking about the test disaggregation the hamster wheels in the back of my brain have been churning on the library testing problem I think we currently have. Namely, openstack components mostly don't rely on released library

[openstack-dev] [Heat] Stack Abandon/Adopt in Juno

2014-09-26 Thread Zane Bitter
At the time of the Icehouse release, we realised that the just-merged stack abandon/adopt features were still in a very flaky state. A bunch of bugs were opened and in the release notes we called this out as a 'preview' feature, not fully supported. Fast-forward 6 months and we still have a

[openstack-dev] PTL Voting is now open

2014-09-26 Thread Tristan Cacqueray
Elections are underway and will remain open for you to cast your vote until at least 13:00 UTC October 3, 2014 We are having elections for Cinder and TripleO. If you are a Foundation individual member and had a commit in one of the program's projects[0] over the Icehouse-Juno timeframe

Re: [openstack-dev] [infra] Nominating Andreas Jaeger for project-config-core

2014-09-26 Thread Anne Gentle
On Fri, Sep 26, 2014 at 10:35 AM, James E. Blair cor...@inaugust.com wrote: I'm pleased to nominate Andreas Jaeger to the project-config core team. The project-config repo is a constituent of the Infrastructure Program and has a core team structured to be a superset of infra-core with

Re: [openstack-dev] [all] concrete proposal on changing the library testing model with devstack-gate

2014-09-26 Thread Doug Hellmann
On Sep 26, 2014, at 2:27 PM, Sean Dague s...@dague.net wrote: As we've been talking about the test disaggregation the hamster wheels in the back of my brain have been churning on the library testing problem I think we currently have. Namely, openstack components mostly don't rely on released

[openstack-dev] [OSSN 0030] Bash 'shellshock' bug can lead to code injection vulnerability

2014-09-26 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bash 'shellshock' bug can lead to code injection vulnerability - --- ### Summary ### A bug in the GNU Bash shell (4.3 and lower) exposes a code injection vulnerability via crafted environment variables (Shellshock, CVE-2014-6271, CVE-2014-7169).

Re: [openstack-dev] [all] concrete proposal on changing the library testing model with devstack-gate

2014-09-26 Thread Sean Dague
On 09/26/2014 04:22 PM, Doug Hellmann wrote: On Sep 26, 2014, at 2:27 PM, Sean Dague s...@dague.net wrote: As we've been talking about the test disaggregation the hamster wheels in the back of my brain have been churning on the library testing problem I think we currently have. Namely,

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Jay Pipes
Heh, I just got off the phone with Monty talking about this :) Comments inline... On 09/22/2014 03:11 PM, Tim Bell wrote: The quality designation is really important for the operator community who are trying to work out what we can give to our end users. So, I think it's important to point

Re: [openstack-dev] [all] concrete proposal on changing the library testing model with devstack-gate

2014-09-26 Thread Jeremy Stanley
On 2014-09-26 16:50:51 -0400 (-0400), Sean Dague wrote: [...] Alternatively, we could actually semver cap on stable (yes we've gone around this mulberry bush before, but I think it might be time to again), so new feature releases aren't impacting stable. [...] Just to pause for a moment at

Re: [openstack-dev] [all] concrete proposal on changing the library testing model with devstack-gate

2014-09-26 Thread Doug Hellmann
On Sep 26, 2014, at 4:50 PM, Sean Dague s...@dague.net wrote: On 09/26/2014 04:22 PM, Doug Hellmann wrote: On Sep 26, 2014, at 2:27 PM, Sean Dague s...@dague.net wrote: As we've been talking about the test disaggregation the hamster wheels in the back of my brain have been churning on

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread James Slagle
On Fri, Sep 26, 2014 at 4:50 PM, Jay Pipes jaypi...@gmail.com wrote: Heh, I just got off the phone with Monty talking about this :) Comments inline... On 09/22/2014 03:11 PM, Tim Bell wrote: The quality designation is really important for the operator community who are trying to work out

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Jay Pipes
Hi James, thanks for the corrections/explanations. A comment inline (and a further question) :) On 09/26/2014 05:35 PM, James Slagle wrote: On Fri, Sep 26, 2014 at 4:50 PM, Jay Pipes jaypi...@gmail.com wrote: Heh, I just got off the phone with Monty talking about this :) Comments inline...

Re: [openstack-dev] [all] concrete proposal on changing the library testing model with devstack-gate

2014-09-26 Thread Robert Collins
On 27 September 2014 06:27, Sean Dague s...@dague.net wrote: As we've been talking about the test disaggregation the hamster wheels +1000 TripleO has been running pip releases of clients in servers from the get go, and I've lost track of the number of bad dependency bugs we've encounted. We've

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Robert Collins
On 27 September 2014 09:43, Jay Pipes jaypi...@gmail.com wrote: Hi James, thanks for the corrections/explanations. A comment inline (and a further question) :) Oh, good to know. Sorry, my information about Triple-O's undercloud setup is clearly outdated. I thought that the undercloud was

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Clint Byrum
Excerpts from Jay Pipes's message of 2014-09-26 14:43:40 -0700: Hi James, thanks for the corrections/explanations. A comment inline (and a further question) :) On 09/26/2014 05:35 PM, James Slagle wrote: On Fri, Sep 26, 2014 at 4:50 PM, Jay Pipes jaypi...@gmail.com wrote: Heh, I just got

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-26 Thread Rochelle.RochelleGrober
Robert Collins on Friday, September 26, 2014 3:33 PM wrote: On 27 September 2014 09:43, Jay Pipes jaypi...@gmail.com wrote: Hi James, thanks for the corrections/explanations. A comment inline (and a further question) :) Oh, good to know. Sorry, my information about Triple-O's undercloud

Re: [openstack-dev] [nova] Kilo Blueprints and Specs

2014-09-26 Thread Joe Gordon
On Thu, Sep 25, 2014 at 9:21 AM, John Garbutt j...@johngarbutt.com wrote: On 25 September 2014 14:10, Daniel P. Berrange berra...@redhat.com wrote: The proposal is to keep kilo-1, kilo-2 much the same as juno. Except, we work harder on getting people to buy into the priorities that are

Re: [openstack-dev] [oslo] adding James Carey to oslo-i18n-core

2014-09-26 Thread Matt Riedemann
On 9/25/2014 11:04 AM, Ben Nemec wrote: +1. He's on the short list of people who actually understand how all that lazy translation stuff works. :-) -Ben On 09/23/2014 04:03 PM, Doug Hellmann wrote: James Carey (jecarey) from IBM has done the 3rd most reviews of oslo.i18n this cycle [1].

Re: [openstack-dev] [oslo] adding James Carey to oslo-i18n-core

2014-09-26 Thread Jay S. Bryant
On 09/26/2014 06:46 PM, Matt Riedemann wrote: On 9/25/2014 11:04 AM, Ben Nemec wrote: +1. He's on the short list of people who actually understand how all that lazy translation stuff works. :-) -Ben On 09/23/2014 04:03 PM, Doug Hellmann wrote: James Carey (jecarey) from IBM has done the

Re: [openstack-dev] [infra] Nominating Anita Kuno for project-config-core

2014-09-26 Thread Nikhil Manchanda
Big +1 from me. Anita has been super helpful, both with reviews and with discussions on IRC. On Fri, Sep 26, 2014 at 8:34 AM, James E. Blair cor...@inaugust.com wrote: I'm pleased to nominate Anito Kuno to the project-config core team. The project-config repo is a constituent of the