Re: [openstack-dev] [neutron][networking-vpp]Introducing networking-vpp

2016-10-06 Thread Jerome Tollet (jtollet)
Hey Kevin, Thanks for your interest in this project. We found etcd very convenient to store desired states as well as operational states. It made the design easy to provide production grade features (e.g. agent restart, mechanical driver restart, …) in a very concise code. In addition to that,

Re: [openstack-dev] [Congress] PTG planning

2016-10-06 Thread Thierry Carrez
Good summary. It is true that for small-to-medium sized teams (which did not routinely organize midcycles), there is a tough choice to make. See a couple of remarks inline: Eric K wrote: > Here are some of our choices as a team, as well as some first thoughts on > pros and cons: > > 1. Do work

[openstack-dev] [neutron][ipam] Pluggable API change

2016-10-06 Thread Gary Kotton
Hi, The patch https://review.openstack.org/#/c/363206 is proposing to change the API’s. This may break pluggable drivers. What is the suggested approach here? Thanks Gary __ OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [Openstack] Neutron: Internet not available in VM instances

2016-10-06 Thread kamalakannan sanjeevan
Hi Mattei, I just have these lines active in l3agent.ini interface_driver =neutron.agent.linux.interface.OVSInterfaceDriver external_network_bridge = Hope that looks fine. Do we need to specify the external_network_bridge. Do we need any other parameters. Regards Kamal On Thu, Oct 6, 2016 at

Re: [openstack-dev] [glance][cinder][nova] zip for raw Disk Format

2016-10-06 Thread Chen CH Ji
Thanks for the reply the question is how can I distinguish the image in 'real' qcow2 format ? I mean, considering cinder copy from image to volume case, I need first download that image from glance, then copy contents to volume ,'real' qcow2 will keep the image while I expect the qcow2 to be

Re: [openstack-dev] [Openstack] Neutron: Internet not available in VM instances

2016-10-06 Thread Remo Mattei
what’s your l3agent.ini says about external? > On Oct 6, 2016, at 06:16, kamalakannan sanjeevan > wrote: > > Hello, > > I am not able to connect to internet in teh spawned VM's. > > > Ethernet card details: > Eth1 bridged through OVS(mybridge) -

Re: [openstack-dev] [oslo] Adding ozamiatin to oslo-core

2016-10-06 Thread Oleksii Zamiatin
Thanks a lot for such a great honor! I’ll try to do my best. > 3 окт. 2016 г., в 20:42, Joshua Harlow написал(а): > > Greetings all stackers, > > I propose that we add Oleksii Zamiatin[1] to the oslo-core[2] team. > > Oleksii has been actively contributing to oslo for a

Re: [openstack-dev] [QA] The end-user test suite for OpenStack clusters

2016-10-06 Thread Timur Nurlygayanov
Ken, it is a good idea! The plan is to develop os-faults as a library which will be able to manage cluster nodes and OpenStack services on these nodes. It is a good idea to add some Tempest tests which will use os-faults library as well for some API tests. The Stepler framework [1] will use

[openstack-dev] [all][Elections] Vote Vote Vote in the TC election!

2016-10-06 Thread Tristan Cacqueray
We are coming down to the last days for voting in the TC election. Search your gerrit preferred email address[0] for the following subject: Poll: OpenStack Technical Committee (TC) Election - October 2016 That is your ballot and links you to the voting application. Please vote. If you have

Re: [openstack-dev] [Keystone] Project name DB length

2016-10-06 Thread gordon chung
On 05/10/16 07:55 AM, Sean Dague wrote: > Except... the 64 char field in keystone isn't required to be a uuid4. > Which we ran into when attempting to remove it from the URLs in Nova. > There is no validation anywhere that requires that of keystone values. > > For instance, Rackspace uses ints.

Re: [openstack-dev] [nova] Draft Ocata design summit schedule is up

2016-10-06 Thread Dan Smith
> Is there a particular reason we're only retrospecting on placement? I think that we need to have a concrete topic that applied to newton and will apply to ocata in order to be productive. I think there will be specific things we can change in ocata that will have an actual impact on major work

Re: [openstack-dev] [nova] Draft Ocata design summit schedule is up

2016-10-06 Thread Sylvain Bauza
Le 06/10/2016 15:41, Chris Dent a écrit : On Wed, 5 Oct 2016, Matt Riedemann wrote: The draft design summit schedule for nova is here: https://www.openstack.org/summit/barcelona-2016/summit-schedule/global-search?t=Nova%3A [snip] If there are any questions or issues with this please

Re: [openstack-dev] [openstack-announce] OpenStack Newton is officially released!

2016-10-06 Thread Anita Kuno
On 16-10-06 10:04 AM, Doug Hellmann wrote: Hello OpenStack community, I'm overjoyed to announce the final releases for the components of OpenStack Newton, which conclude the 6-month Newton development cycle. You will find a complete list of the deliverables for the 31 services and ~130 other

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-10-06 Thread Andrea Frittoli
The difficulty with integration testing is that the services under test run in processes separated from the test one(s). There is not obvious / existing mechanism to collect coverage data in this case. Several cycles back used to be a backdoor built into nova to enable coverage data collection

Re: [openstack-dev] [mistral] Don't use Scheduler to run actions

2016-10-06 Thread Renat Akhmerov
Yes, I’ll come up with some additional info and a diagram. Renat Akhmerov @Nokia > On 6 Oct 2016, at 05:29, Lingxian Kong wrote: > > Hi, Renat, > > Thanks for raising it up! > > Does that mean mistral-engine will do the RPC call directly to > mistral-executor after

Re: [openstack-dev] [mistral] Who's interested in attending PTG?

2016-10-06 Thread Clint Byrum
Excerpts from Renat Akhmerov's message of 2016-10-06 19:21:40 +0700: > Hi, > > As you likely know, the summit format will change after Barcelona. There will > be two events now: PTG (Project Team Gathering) for design sessions and > OpenStack Summit which is more customer/promotion oriented .

Re: [openstack-dev] [nova] Draft Ocata design summit schedule is up

2016-10-06 Thread Chris Dent
On Wed, 5 Oct 2016, Matt Riedemann wrote: The draft design summit schedule for nova is here: https://www.openstack.org/summit/barcelona-2016/summit-schedule/global-search?t=Nova%3A [snip] If there are any questions or issues with this please speak up because this will more or less be

[openstack-dev] [all][API WG] How does one best express a time interval as an API filtering query?

2016-10-06 Thread milanisko k
Dear API WG, We've got ourselves into a bike shedding situation[1] w/r the WG filtering suggestion[2]. What we find difficult is to express the ISO8601 time intervals[3][4] in accordance to the filtering suggestion. We'd like to have support for specifying multiple time intervals a node

[openstack-dev] [mistral] Who's interested in attending PTG?

2016-10-06 Thread Renat Akhmerov
Hi, As you likely know, the summit format will change after Barcelona. There will be two events now: PTG (Project Team Gathering) for design sessions and OpenStack Summit which is more customer/promotion oriented . The first will take place in Atlanta on Feb 20-24, 2017 and the second one in

[openstack-dev] [puppet] [tripleo] our CI is now deploying OpenStack Ocata

2016-10-06 Thread Emilien Macchi
Quick FYI about TripleO and Puppet CI. We bumped RDO to start building OpenStack Ocata packages, and successfully made the switch in the TripleO and Puppet gates. So both CI deploy OpenStack from trunk again, and not Newton. Stable gates (newton) are deploying latest Newton packages though.

Re: [openstack-dev] [nova] [libvirt] Debugging blockRebase() - "active block copy not ready for pivot"

2016-10-06 Thread Kashyap Chamarthy
On Thu, Oct 06, 2016 at 01:32:39AM +0200, Kashyap Chamarthy wrote: > TL;DR > - > > From the debug analysis of the log below, and discussion with Eric Blake > of upstream QEMU / libvirt resulted in the below bug report: > > https://bugzilla.redhat.com/show_bug.cgi?id=1382165 -- >

Re: [openstack-dev] [neutron][networking-vpp]Introducing networking-vpp

2016-10-06 Thread Jay Pipes
On 10/06/2016 11:58 AM, Naveen Joy (najoy) wrote: It’s primarliy because we have seen better stability and scalability with etcd over rabbitmq. Well, that's kind of comparing apples to oranges. :) One is a distributed k/v store. The other is a message queue broker. The way that we (IMHO)

[openstack-dev] [new][telemetry] ceilometer-powervm 3.0.0 release (newton)

2016-10-06 Thread no-reply
We are grateful to announce the release of: ceilometer-powervm 3.0.0: PowerVM Ceilometer Inspector for OpenStack Ceilometer. This release is part of the newton stable release series. For more details, please see below.

[openstack-dev] [all][i18n] Translation of releasenotes

2016-10-06 Thread Andreas Jaeger
All repositories that have translations enabled, are pushing their releasenotes to our translation server and we have currently translations for 19 of these repositories. I've worked with the i18n team on publishing these translations and Akihiro Motoki found today the missing link why the

Re: [openstack-dev] [puppet] [tripleo] our CI is now deploying OpenStack Ocata

2016-10-06 Thread Jason Rist
On 10/06/2016 06:30 AM, Emilien Macchi wrote: > Quick FYI about TripleO and Puppet CI. > We bumped RDO to start building OpenStack Ocata packages, and > successfully made the switch in the TripleO and Puppet gates. > > So both CI deploy OpenStack from trunk again, and not Newton. > Stable gates

[openstack-dev] Neutron: ping to gateway in instance fails leading to failure in internet connectivity

2016-10-06 Thread kamalakannan sanjeevan
Hello All, I am using liberty on ubuntu 14.04.5. I have create a external network with flat provider . I am able to ssh into the instance. The connectivity through gateway fails and not able to connect to internet. Below are the logs. Can anyone help me out?

Re: [openstack-dev] [nova] Draft Ocata design summit schedule is up

2016-10-06 Thread Matt Riedemann
On 10/6/2016 9:13 AM, Dan Smith wrote: Is there a particular reason we're only retrospecting on placement? I think that we need to have a concrete topic that applied to newton and will apply to ocata in order to be productive. I think there will be specific things we can change in ocata that

[openstack-dev] Release countdown for week R+1, 10-14 Oct

2016-10-06 Thread Doug Hellmann
The main portion of the Newton release is complete. Thank you all for the hard work you put into the release this cycle! Focus - All project teams should be preparing for the summit in Barcelona. General Notes - Stable and independent releases will resume on 10 Oct. Let the

Re: [openstack-dev] [neutron][networking-vpp]Introducing networking-vpp

2016-10-06 Thread Naveen Joy (najoy)
Was not comaparing it in the way you imply below. My point was that eventhough they are fundamentally different systems, they play a similar role in the way we use them - the primary purpose being to facilitate communications between the components of a distributed system. We have found etcd to

Re: [openstack-dev] [nova] FYI, nova plans to have a room at the PTG in February

2016-10-06 Thread Doug Hellmann
Excerpts from Matt Riedemann's message of 2016-10-06 13:52:09 -0500: > On 10/6/2016 12:23 PM, Clint Byrum wrote: > > Excerpts from Matt Riedemann's message of 2016-10-06 11:33:35 -0500: > >> This is just a follow up email to the discussion about nova's > >> participation in the Project Team

Re: [openstack-dev] [nova] FYI, nova plans to have a room at the PTG in February

2016-10-06 Thread Clint Byrum
Excerpts from Matt Riedemann's message of 2016-10-06 11:33:35 -0500: > This is just a follow up email to the discussion about nova's > participation in the Project Team Gathering (PTG) in February right > after the Ocata release. > > I had asked because the OpenStack Foundation is getting early

Re: [openstack-dev] [neutron][networking-vpp]Introducing networking-vpp

2016-10-06 Thread Jay Pipes
On 10/06/2016 11:39 AM, Neil Jerram wrote: On Thu, Oct 6, 2016 at 3:44 PM Jay Pipes > wrote: On 10/06/2016 03:46 AM, Jerome Tollet (jtollet) wrote: > Hey Kevin, > > Thanks for your interest in this project. > > We found etcd

Re: [openstack-dev] [all][i18n] Translation of releasenotes

2016-10-06 Thread Doug Hellmann
Excerpts from Andreas Jaeger's message of 2016-10-06 21:05:41 +0200: > All repositories that have translations enabled, are pushing their > releasenotes to our translation server and we have currently > translations for 19 of these repositories. > > I've worked with the i18n team on publishing

Re: [openstack-dev] [neutron][networking-vpp]Introducing networking-vpp

2016-10-06 Thread Naveen Joy (najoy)
The etcd handling code is unique to networking-vpp. In our model, the server code uses neutron DB to store port states and has journaling mechanisms to map this to the etcd DB. So even in our design (as it should be), the neutronDB as the primary source of truth. When data is published to etcd,

[openstack-dev] [new] networking-powervm 3.0.0 release (newton)

2016-10-06 Thread no-reply
We are enthusiastic to announce the release of: networking-powervm 3.0.0: PowerVM Neutron ML2 Agent for OpenStack Neutron. This release is part of the newton stable release series. For more details, please see below. __

Re: [openstack-dev] [nova] FYI, nova plans to have a room at the PTG in February

2016-10-06 Thread Matt Riedemann
On 10/6/2016 12:23 PM, Clint Byrum wrote: Excerpts from Matt Riedemann's message of 2016-10-06 11:33:35 -0500: This is just a follow up email to the discussion about nova's participation in the Project Team Gathering (PTG) in February right after the Ocata release. I had asked because the

[openstack-dev] [new] nova_powervm 3.0.0 release (newton)

2016-10-06 Thread no-reply
We are delighted to announce the release of: nova_powervm 3.0.0: PowerVM driver for OpenStack Nova. This release is part of the newton stable release series. For more details, please see below. __ OpenStack Development

Re: [openstack-dev] [Keystone] Project name DB length

2016-10-06 Thread Morgan Fainberg
On Thu, Oct 6, 2016 at 7:06 AM, gordon chung wrote: > > > On 05/10/16 07:55 AM, Sean Dague wrote: > > Except... the 64 char field in keystone isn't required to be a uuid4. > > Which we ran into when attempting to remove it from the URLs in Nova. > > There is no validation anywhere

Re: [openstack-dev] [all][API WG] How does one best express a time interval as an API filtering query?

2016-10-06 Thread Jay Pipes
On 10/06/2016 11:43 AM, Jeremy Stanley wrote: On 2016-10-06 10:30:30 -0500 (-0500), Kevin L. Mitchell wrote: [...] Problem with that is that ':' is a valid character within an ISO date, though I do like the 'between' prefix. Now, '/' can be used if it's URL encoded, but I agree that that is

[openstack-dev] [telemetry][gnocchi] benchmarking gnocchi v3

2016-10-06 Thread gordon chung
hi folks, as announced recently, we released Gnocchi v3[1][2]! this marked a major change in how we process and store data in Gnocchi as we worked on building a truly open source time-series service. as we were building it, i've been benchmarking the results and feeding it back into our

[openstack-dev] [all][api] POST /api-wg/news

2016-10-06 Thread Chris Dent
Greetings OpenStack community, Today's meeting we welcomed back the long lost etoews. In addition to the usual checking up on pending guidelines (there's one newly frozen) we also discussed a posting made to the mailing list about how best to represent time intervals [7] and the need to

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-10-06 Thread milanisko k
čt 6. 10. 2016 v 16:41 odesílatel Andrea Frittoli napsal: > The difficulty with integration testing is that the services under test > run in processes separated from the test one(s). > > There is not obvious / existing mechanism to collect coverage data in this > case.

[openstack-dev] [release] RDO Newton packages released

2016-10-06 Thread Alan Pevec
The RDO community is pleased to announce the general availability of the RDO build for OpenStack Newton for RPM-based distributions - CentOS Linux 7 and Red Hat Enterprise Linux. RDO is suitable for building private, public, and hybrid clouds. Newton is the 14th release from the OpenStack project

Re: [openstack-dev] [OpenStack-docs] Admin guide in-tree?

2016-10-06 Thread Lana Brindley
(Adding the dev list to cc, as I think this conversation deserves a wider audience) Thanks for this feedback. I'm really glad that the new Install Guide model is working out well for people! Since our new Install Guides have only just been published, at this stage I'm intending to gather some

Re: [openstack-dev] [all] Ocata Design Summit: Couple of empty slots up for grabs

2016-10-06 Thread Zhipeng Huang
Hi Theiry, Nomad team would also like to see if one of the slots would be available :) either one would work fine for us On Thu, Oct 6, 2016 at 1:56 AM, wrote: > Hi everyone, >> >> The UX team PTL just released his two allocated design summit slots: >> >> - One fishbowl

[openstack-dev] What's Up, Doc? Newton Edition!

2016-10-06 Thread Lana Brindley
Hi everyone, First of all, Newton docs are live on http://docs.openstack.org/ \o/ Thank you to our release managers, Olena and Alex, who have put in the hard yards over the past few weeks to get us in good shape. Thanks also to Andreas and Kato-san, for everything that they do, and to our

[openstack-dev] [Horizon] End of week wrap-up

2016-10-06 Thread Richard Jones
Hi folks, Congratulations to all contributors to the Newton release - a release we can all be proud of: http://docs.openstack.org/releasenotes/horizon/newton.html Thanks to Rob Cresswell for his leadership through the Newton release. I'm looking forward to seeing what we can achieve in Ocata.

[openstack-dev] [heat] Presence at PTG, Atlanta

2016-10-06 Thread Rabi Mishra
Hi All, As you would probably know, the first Project Teams Gathering(PTG) will happen in Atlanta from Feb 20-24, 2017. Organizers are working on the event space layout and have asked all project teams on their plans to join the event and whether they would require/use a separate room. As this

Re: [openstack-dev] [neutron][networking-vpp]Introducing networking-vpp

2016-10-06 Thread Jay Pipes
On 10/06/2016 03:46 AM, Jerome Tollet (jtollet) wrote: Hey Kevin, Thanks for your interest in this project. We found etcd very convenient to store desired states as well as operational states. It made the design easy to provide production grade features (e.g. agent restart, mechanical driver

Re: [openstack-dev] [all][API WG] How does one best express a time interval as an API filtering query?

2016-10-06 Thread Jay Pipes
Great question! My opinion inline... On 10/06/2016 08:56 AM, milanisko k wrote: Dear API WG, We've got ourselves into a bike shedding situation[1] w/r the WG filtering suggestion[2]. What we find difficult is to express the ISO8601 time intervals[3][4] in accordance to the filtering suggestion.

Re: [openstack-dev] [nova] [libvirt] Debugging blockRebase() - "active block copy not ready for pivot"

2016-10-06 Thread Kashyap Chamarthy
On Thu, Oct 06, 2016 at 09:29:41AM -0500, Eric Blake wrote: > On 10/06/2016 07:58 AM, Kashyap Chamarthy wrote: > > On Thu, Oct 06, 2016 at 01:32:39AM +0200, Kashyap Chamarthy wrote: > >> TL;DR > >> - > >> > >> From the debug analysis of the log below, and discussion with Eric Blake > >> of

Re: [openstack-dev] [openstack-announce] OpenStack Newton is officially released!

2016-10-06 Thread Haïkel
RDO Newton GA was ready for more than an hour ago, builds are currently running. Formal publication should happen soon. Good job to all projects and release mgmt team! Regards, H. __ OpenStack Development Mailing List (not

Re: [openstack-dev] [nova] [libvirt] Debugging blockRebase() - "active block copy not ready for pivot"

2016-10-06 Thread Eric Blake
On 10/06/2016 07:58 AM, Kashyap Chamarthy wrote: > On Thu, Oct 06, 2016 at 01:32:39AM +0200, Kashyap Chamarthy wrote: >> TL;DR >> - >> >> From the debug analysis of the log below, and discussion with Eric Blake >> of upstream QEMU / libvirt resulted in the below bug report: >> >>

Re: [openstack-dev] [openstack-announce] OpenStack Newton is officially released!

2016-10-06 Thread Matthew Thode
On 10/06/2016 09:34 AM, Anita Kuno wrote: > On 16-10-06 10:04 AM, Doug Hellmann wrote: >> Hello OpenStack community, >> >> I'm overjoyed to announce the final releases for the components of >> OpenStack Newton, which conclude the 6-month Newton development >> cycle. >> >> You will find a complete

[openstack-dev] [puppet] Presence at the PTG

2016-10-06 Thread Alex Schultz
Hi, We chatted about this a bit in the last meeting[0], but I wanted to send a note to the wider audience. Our initial thought was that the puppet group will not have a specific presence at the upcoming PTG in Atlanta. We don't think we'll have any topics that we can't work through via our

Re: [openstack-dev] [all][API WG] How does one best express a time interval as an API filtering query?

2016-10-06 Thread Everett Toews
> On Oct 6, 2016, at 10:43 AM, Jeremy Stanley wrote: > > On 2016-10-06 10:30:30 -0500 (-0500), Kevin L. Mitchell wrote: > [...] >> Problem with that is that ':' is a valid character within an ISO date, >> though I do like the 'between' prefix. Now, '/' can be used if it's

[openstack-dev] [nova] FYI, nova plans to have a room at the PTG in February

2016-10-06 Thread Matt Riedemann
This is just a follow up email to the discussion about nova's participation in the Project Team Gathering (PTG) in February right after the Ocata release. I had asked because the OpenStack Foundation is getting early feedback on which teams are planning to attend. Several people said they

Re: [openstack-dev] [telemetry] Deprecating the Ceilometer API

2016-10-06 Thread Yarko Tymciurak
On Tue, Oct 4, 2016 at 11:22 AM, gordon chung wrote: > > > On 04/10/2016 12:04 PM, Yarko Tymciurak wrote: > > I won't be at Barcelona, but would like to participate in the telemetry > > sessions, and particularly this one. > > Are there plans to enable remote participants (beyond

Re: [openstack-dev] [tripleo] TripleO RC3

2016-10-06 Thread Emilien Macchi
Last reminder before RC3 release that will be proposed on Friday morning (eastern time): - use tripleo/rc3 Gerrit topic - please backport rc3 bugfixes merged in master into stable/newton - please let me know any blocker Thanks, On Fri, Sep 30, 2016 at 10:47 AM, Emilien Macchi

Re: [openstack-dev] [neutron][networking-vpp]Introducing networking-vpp

2016-10-06 Thread Neil Jerram
On Thu, Oct 6, 2016 at 3:44 PM Jay Pipes wrote: > On 10/06/2016 03:46 AM, Jerome Tollet (jtollet) wrote: > > Hey Kevin, > > > > Thanks for your interest in this project. > > > > We found etcd very convenient to store desired states as well as > > operational states. It made

Re: [openstack-dev] [all][API WG] How does one best express a time interval as an API filtering query?

2016-10-06 Thread Jeremy Stanley
On 2016-10-06 10:30:30 -0500 (-0500), Kevin L. Mitchell wrote: [...] > Problem with that is that ':' is a valid character within an ISO date, > though I do like the 'between' prefix. Now, '/' can be used if it's URL > encoded, but I agree that that is non-ideal. How about a syntax > something

Re: [openstack-dev] [all][API WG] How does one best express a time interval as an API filtering query?

2016-10-06 Thread Kevin L. Mitchell
On Thu, 2016-10-06 at 10:59 -0400, Jay Pipes wrote: > > Currently, we propose: > > > > ?finished_at=/_at=/&... > > The issue I have with the is that it uses a / character to delimit the a > and b dates. > > In keeping with the style of the API-WG filter operators, I would > propose something

Re: [openstack-dev] [neutron][networking-vpp]Introducing networking-vpp

2016-10-06 Thread Naveen Joy (najoy)
It's primarliy because we have seen better stability and scalability with etcd over rabbitmq. Thanks, Naveen From: Kevin Benton > Reply-To: openstack-dev > Date: Wednesday,