Re: [openstack-dev] [nova][infra][ci] bulk repeating a test job on a single review in parallel ?

2016-07-03 Thread Kashyap Chamarthy
On Fri, Jul 01, 2016 at 02:35:34PM +, Jeremy Stanley wrote: > On 2016-07-01 15:39:10 +0200 (+0200), Kashyap Chamarthy wrote: > > [Snip description of some nice debugging.] > > > > > I'd really love it if there was > > > > > > 1. the ability to request checking of just specific jobs eg > > >

Re: [openstack-dev] [mistral][osc-lib][openstackclient] is it too early for orc-lib?

2016-07-03 Thread Renat Akhmerov
Ok, based on what has been said here I suggest we keep this code for now. The changes were really minimal. If it creates some problems for us we can always easily revert. Renat Akhmerov @Nokia > On 01 Jul 2016, at 04:57, Steve Martinelli wrote: > > The crux of this, as Dean stated, is if the

Re: [openstack-dev] [Nova] Questions about instance actions' update and finish

2016-07-03 Thread Zhenyu Zheng
I'm willing to work on this, should this be a Blueprint for O? On Sun, Jul 3, 2016 at 9:05 PM, Matt Riedemann wrote: > On 7/3/2016 6:21 AM, Alex Xu wrote: > >> >> >> 2016-07-02 2:32 GMT+08:00 Sean Dague > >: >> >> >> On 06/30/2016 08:31 AM, Andrew Laski wrote: >> >

Re: [openstack-dev] New Python35 Jobs coming

2016-07-03 Thread Denis Makogon
2016-07-04 8:18 GMT+03:00 Andreas Jaeger : > On 07/03/2016 09:26 PM, Henry Gessau wrote: > > Clark Boylan wrote: > >> The infra team is working on taking advantage of the new Ubuntu Xenial > >> release including running unittests on python35. The current plan is to > >> get https://review.opensta

Re: [openstack-dev] New Python35 Jobs coming

2016-07-03 Thread Andreas Jaeger
On 07/03/2016 09:26 PM, Henry Gessau wrote: > Clark Boylan wrote: >> The infra team is working on taking advantage of the new Ubuntu Xenial >> release including running unittests on python35. The current plan is to >> get https://review.openstack.org/#/c/336272/ merged next Tuesday (July >> 5, 201

Re: [openstack-dev] [stable][all] Tagging kilo-eol for "the world"

2016-07-03 Thread Joshua Hesketh
On Fri, Jul 1, 2016 at 9:26 PM, Jesse Pretorius < jesse.pretor...@rackspace.co.uk> wrote: > Hi all, > > Now that OpenStack-Ansible has the final Swift kilo-eol tag implemented > we’ve requested a final tag [1]. Once that merges we are ready to have our > kilo-eol tag implemented and the ‘kilo’ bra

Re: [openstack-dev] [Kolla] [docker] Storage-driver and loopback usage?

2016-07-03 Thread Jeffrey Zhang
Hi Gerard, Here is what the docker official recommend[0]. In the prod env, the they recommend using the direct-lvm driver. Kolla has no recommendation now. In the dev process, i know someone use overlayfs, some use btrfs. These two are both faster than others. [0] https://docs.docker.com/engine

[openstack-dev] [keystone] spec freeze on july 8th, 2016

2016-07-03 Thread Steve Martinelli
The keystone spec freeze is on july 8th. I am in the process of going through the open specs [1] I will be commenting if I think it is a potential candidate for the Newton based on how far along the spec is, its complexity, core reviewer attention and priority. (Thanks Matt R for the wording) I'd

Re: [openstack-dev] [grenade] upgrades vs rootwrap

2016-07-03 Thread Angus Lees
On Sat, 2 Jul 2016 at 01:02 Matt Riedemann wrote: > On 6/28/2016 4:56 PM, Sean Dague wrote: > > On 06/28/2016 01:46 AM, Angus Lees wrote: > >> Ok, thanks for the in-depth explanation. > >> > >> My take away is that we need to file any rootwrap updates as exceptions > >> for now (so releasenotes a

[openstack-dev] [Kolla] [docker] Storage-driver and loopback usage?

2016-07-03 Thread Gerard Braad
Hi guys, This weekend I have been looking into some issues I encountered with `ostree` inside a Docker container, and this seemed to have been caused by the use of loopback storage with device mapper. After this experience I was wondering what Kolla did... Usually for development purpose, or on

Re: [openstack-dev] New Python35 Jobs coming

2016-07-03 Thread Clint Byrum
Excerpts from Henry Gessau's message of 2016-07-03 15:26:23 -0400: > Clark Boylan wrote: > > The infra team is working on taking advantage of the new Ubuntu Xenial > > release including running unittests on python35. The current plan is to > > get https://review.openstack.org/#/c/336272/ merged ne

[openstack-dev] [kolla][horizon] Out of branch horizon plugins?

2016-07-03 Thread Dave Walker
Hi, Whilst writing a Kolla plugin, I noticed some issues with the way Horizon is configured in Kolla. Horizon is increasingly embracing a plugin architecture with UI's and Dashboards being maintained outside of Horizon's tree. These can be found with the type:horizon-plugin tag in openstack/gove

Re: [openstack-dev] New Python35 Jobs coming

2016-07-03 Thread Henry Gessau
Clark Boylan wrote: > The infra team is working on taking advantage of the new Ubuntu Xenial > release including running unittests on python35. The current plan is to > get https://review.openstack.org/#/c/336272/ merged next Tuesday (July > 5, 2016). This will add non voting python35 tests restri

Re: [openstack-dev] [manila][stable] liberty periodic bitrot jobs have been failing more than a week

2016-07-03 Thread Valeriy Ponomaryov
Matt, it is not related to branch. Tempest jobs do run only when specific files are changed. See [1]. [1] https://github.com/openstack-infra/project-config/blob/f269e732/zuul/layout.yaml#L1066 On Sun, Jul 3, 2016 at 4:19 PM, Matt Riedemann wrote: > On 7/1/2016 8:18 PM, Ravi, Goutham wrote: > >>

Re: [openstack-dev] Syntribos Error : AttributeError: 'tuple' object has no attribute 'headers'

2016-07-03 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/89478/?show=89495#c89495 From: run2obtain @David. Thanks for responding, it is quite painful to use such a service with no documentation especially as a non-python guy. BTW, what could be a possible resolution approach ?

[openstack-dev] [nova] Fail build request if we can't inject files?

2016-07-03 Thread Matt Riedemann
I want to use the gate-tempest-dsvm-neutron-full-ssh in nova since it runs ssh validation + neutron + config drive + metadata service, which will test the virtual device tagging 2.32 microversion API (added last week). The job has a file injection test that fails consistently which is keeping

Re: [openstack-dev] Openstack Mitaka Neutron LBaaS Question

2016-07-03 Thread Fawaz Mohammed
Hi Wally, Make sure that neutron-server is running. Check neutron-server, and neutron-l3-agent logs. --- Regards, Fawaz Mohammed . On Sat, Jul 2, 2016 at 2:24 AM, zhihao wang wrote: > Dear OpenStack Dev member: > > May I ask you some question about neutron lbaaS? > > How to install the neut

Re: [openstack-dev] [tricircle] Error when running Devstack

2016-07-03 Thread Fawaz Mohammed
Hi Dongfeng, I've noted in the title [Tricircle], but in your body mail, nothing related to Tricircle! It's not recommended to use the sample configuration file as it's, make sure that you edit it as per your preferred configuration. Also, note that it's good to run stack.sh as stack user, you c

Re: [openstack-dev] Syntribos Error : AttributeError: 'tuple' object has no attribute 'headers'

2016-07-03 Thread David Stanek
On 07/02 at 15:52, OpenStack Mailing List Archive wrote: > Link: https://openstack.nimeyo.com/89478/?show=89478#q89478 > From: run2obtain > > > Hi... I tried to use OpenStack Syntribos today for security testing against my > devstack kilo cloud. I followed installation and configuration instruct

Re: [openstack-dev] [manila][stable] liberty periodic bitrot jobs have been failing more than a week

2016-07-03 Thread Matt Riedemann
On 7/1/2016 8:18 PM, Ravi, Goutham wrote: Thanks Matt. https://review.openstack.org/#/c/334220 adds the upper constraints. -- Goutham On 7/1/16, 5:08 PM, "Matt Riedemann" wrote: The manila periodic stable/liberty jobs have been failing for at least a week. It looks like manila isn't using

Re: [openstack-dev] [Nova] Questions about instance actions' update and finish

2016-07-03 Thread Matt Riedemann
On 7/3/2016 6:21 AM, Alex Xu wrote: 2016-07-02 2:32 GMT+08:00 Sean Dague mailto:s...@dague.net>>: On 06/30/2016 08:31 AM, Andrew Laski wrote: > > > On Wed, Jun 29, 2016, at 11:11 PM, Matt Riedemann wrote: >> On 6/29/2016 10:10 PM, Matt Riedemann wrote: >>> On 6/29/2016

[openstack-dev] [tricircle] Error when running Devstack

2016-07-03 Thread Luck Dog
Hello everyone, I am trying to run DevStack on Ubuntu 14.04 in a single VirtualBox. An error turns up before it successfully starts. My steps are: 1), Git clone DevStack, 2), Copy devstack/local.conf.sample to DevStack folder and rename it to local.conf. The errors are as follows: Request Failed

Re: [openstack-dev] [Nova] Questions about instance actions' update and finish

2016-07-03 Thread Alex Xu
2016-07-02 2:32 GMT+08:00 Sean Dague : > On 06/30/2016 08:31 AM, Andrew Laski wrote: > > > > > > On Wed, Jun 29, 2016, at 11:11 PM, Matt Riedemann wrote: > >> On 6/29/2016 10:10 PM, Matt Riedemann wrote: > >>> On 6/29/2016 6:40 AM, Andrew Laski wrote: > > > > On Tue, Jun 28, 20

Re: [openstack-dev] [octavia][upgrades] upgrade loadbalancer to new amphora image

2016-07-03 Thread Lingxian Kong
Hi guys, in case you are interested, here is a script that will do the amphora upgrade automatically (ok, it's not totally automatic, need two inputs). https://github.com/LingxianKong/octavia-stuff/blob/master/utils/octavia-upgrade-vms.py Regards! --- Lingxian Kong

Re: [openstack-dev] [openstack-infra] [vitrage] branch marking policy

2016-07-03 Thread Andreas Jaeger
On 07/03/2016 09:23 AM, Elisha (Nokia - IL) Rosensweig wrote: > Hi, > > > > I tried to push "stable/liberty" as described in the link you sent (the > command from my environment: "git branch stable/liberty HEAD && git push > gerrit stable/liberty"), but I get: > > > > *"! [remote rejected]

Re: [openstack-dev] [openstack-infra] [vitrage] branch marking policy

2016-07-03 Thread Rosensweig, Elisha (Nokia - IL)
Hi, I tried to push "stable/liberty" as described in the link you sent (the command from my environment: "git branch stable/liberty HEAD && git push gerrit stable/liberty"), but I get: "! [remote rejected] stable/liberty -> stable/liberty (prohibited by Gerrit)" Is there a problem to retroacti