Re: [openstack-dev] [nova][oslo.utils] Bug-1680130 Check validation of UUID length

2017-04-26 Thread Kekane, Abhishek
Hi All, As per suggested by Doug, this is what we will implement. Add new method (format_canonical_uuid()) in oslo_utils.uuidutils module which will return valid uuid and then all other projects which are using is_uuid_like() method needs to call this method to get valid uuid. This approach

Re: [openstack-dev] [nova] Compute Node restart

2017-04-26 Thread Ajay Kalambur (akalambu)
I am just issuing a reboot command on the compute node Not a reboot –f From: Mark Mielke > Date: Wednesday, April 26, 2017 at 8:42 PM To: "OpenStack Development Mailing List (not for usage questions)"

Re: [openstack-dev] [nova] Compute Node restart

2017-04-26 Thread Mark Mielke
On Apr 25, 2017 2:45 AM, "Ajay Kalambur (akalambu)" wrote: I see that when a host is gracefully rebooted nova-compute receives a lifecycle event to shutdown the instance and it updates the database with the state set to SHUTOFF. Now when compute node reboot and libvirt brings

[openstack-dev] 答复: [Openstack] OpenStack-Ansible HA solution

2017-04-26 Thread Liyuenan (Maxwell Li)
Hi, Andy I found that OSA use keepalived to resolve controller HA, but whether the keepalived support compute HA? What shoud I do or which file I need to config if I want to resolve compute HA? And there are some solutions for compute HA in this web:

Re: [openstack-dev] [keystone] mascot v2.0

2017-04-26 Thread Lance Bragstad
In yesterday's meeting we decided to let this sit for a week so that folks could post their feedback here. I just got an email from the foundation asking for feedback since they'd like to have it before the deadline for ordering stickers for the Forum, which is tomorrow. As a result, I'm going to

Re: [openstack-dev] [Openstack-operators] [Forum] Forum etherpad template and hashtags recommendation

2017-04-26 Thread Jay Pipes
On 04/26/2017 05:22 PM, Sun, Yih Leong wrote: Hi, In preparation for the OpenStack Boston Forum, the Product WG recently discussed how to make it easier for moderators and the community to continue discussions from the Forum an easy and consistent experience. The team came up with a few

[openstack-dev] [Forum] Forum etherpad template and hashtags recommendation

2017-04-26 Thread Yih Leong, Sun.
Hi, In preparation for the OpenStack Boston Forum, the Product WG recently discussed how to make it easier for moderators and the community to continue discussions from the Forum an easy and consistent experience. The team came up with a few recommendations that a lot of us felt would helpful.

[openstack-dev] Forum Hacking Rooms

2017-04-26 Thread Kendall Nelson
Hello All! As we get closer to the summit I just wanted to remind you all of the hacking rooms that are available to reserve. For conversations too big for IRC and not large enough for a fishbowl, we have rooms just for these purposes. We have an ethercalc[1] set up so that you can reserve space

Re: [openstack-dev] [ironic] Resigning as a core reviewer

2017-04-26 Thread John Villalovos
Very sad to have you go Jay :( Big loss for the Ironic team. Best of luck with the future. Hope to keep chatting with you in #openstack-ironic Thanks for all of your help with Ironic. You helped me a lot! John On Wed, Apr 26, 2017 at 12:42 PM, Jay Faulkner wrote: > Hi all, > > >

Re: [openstack-dev] [Release-job-failures][mistral] Release of openstack/python-mistralclient failed

2017-04-26 Thread Lingxian Kong
Thanks a lot! Cheers, Lingxian Kong (Larry) On Tue, Apr 25, 2017 at 3:12 AM, Doug Hellmann wrote: > A recent patch in python-mistralclient added a release note that was > poorly formatted, so it broke announcement job for the 3.1.0 release. > > I've proposed a fix for

[openstack-dev] [ironic] Resigning as a core reviewer

2017-04-26 Thread Jay Faulkner
Hi all, As most of you know, I'm no longer being paid to work on OpenStack Ironic. Working with you all has been an amazing part of my career, an I've learned more than you'll ever know. I'll still be in #openstack-ironic, willing to answer any questions about something I'm an expert in.

[openstack-dev] Project Navigator in Production

2017-04-26 Thread Jimmy Mcarthur
Hello List - The new Software and Project Navigator pages are now live on o.o (https://www.openstack.org/software/). You'll also notice some updates to the format of the sample configs (e.g. https://www.openstack.org/software/sample-configs#ecommerce). If you think your project looks out of

[openstack-dev] [all] Removal of puppet and ruby from nodepool images

2017-04-26 Thread Paul Belanger
Greetings, We, openstack-infra, are on our final steps of removing puppet (and ruby) from our images jobs run in nodepool. At this point, I think we are confident we shouldn't break any projects however I wanted to send this email just to keep everybody up to date. If you do depend on puppet or

Re: [openstack-dev] project on-board schedule

2017-04-26 Thread Tom Fifield
On 26/04/17 21:12, Julien Danjou wrote: On Tue, Apr 25 2017, Tom Fifield wrote: Hi Tom, It's listed on the main summit schedule, under the Forum :) Here's a direct link to the Forum category: https://www.openstack.org/summit/boston-2017/summit-schedule/#track=146 I've also just realized

Re: [openstack-dev] project on-board schedule

2017-04-26 Thread Kendall Nelson
Hello Julien, I can offer a lunch slot on Wednesday from 12:30-1:50? Or if you can find a project willing to switch or willing to share their slot, we can definitely make the change :) -Kendall (diablo_rojo) On Wed, Apr 26, 2017 at 8:16 AM Julien Danjou wrote: > On Tue,

Re: [openstack-dev] [nova][oslo.utils] Bug-1680130 Check validation of UUID length

2017-04-26 Thread Doug Hellmann
Excerpts from Sean Dague's message of 2017-04-26 10:55:14 -0400: > On 04/26/2017 10:47 AM, Doug Hellmann wrote: > > Excerpts from Sean Dague's message of 2017-04-26 09:01:32 -0400: > >> On 04/26/2017 08:36 AM, Doug Hellmann wrote: > >>> Excerpts from Kekane, Abhishek's message of 2017-04-26

[openstack-dev] [ironic] gate status for 3rd party CI

2017-04-26 Thread Loo, Ruby
Hi, In yesterday's meetup, we discussed how we could help 3rd party CI become all green (ie, not fail). One of the suggestions was to have the gate status available. Among other things, this would help developers know whether they should (or shouldn't) ignore gate failures for 3rd party CI.

Re: [openstack-dev] [nova][oslo.utils] Bug-1680130 Check validation of UUID length

2017-04-26 Thread Sean Dague
On 04/26/2017 10:47 AM, Doug Hellmann wrote: > Excerpts from Sean Dague's message of 2017-04-26 09:01:32 -0400: >> On 04/26/2017 08:36 AM, Doug Hellmann wrote: >>> Excerpts from Kekane, Abhishek's message of 2017-04-26 07:00:22 +: Hi All, As per suggested by @jay_pipes's if

Re: [openstack-dev] [nova][oslo.utils] Bug-1680130 Check validation of UUID length

2017-04-26 Thread Doug Hellmann
Excerpts from Sean Dague's message of 2017-04-26 09:01:32 -0400: > On 04/26/2017 08:36 AM, Doug Hellmann wrote: > > Excerpts from Kekane, Abhishek's message of 2017-04-26 07:00:22 +: > >> Hi All, > >> > >> As per suggested by @jay_pipes's > >> if val.count('-') not in (0, 4): > >> raise

[openstack-dev] [all] looking for feedback on proposals to improve logging

2017-04-26 Thread Doug Hellmann
I am looking for some feedback on two new proposals to add IDs to log messages. The tl;dr is that we’ve been talking about adding unique IDs to log messages for 5 years. I myself am still not 100% convinced the idea is useful, but I would like us to either do it or definitively say we won't ever

[openstack-dev] [keystone] forum session etherpads

2017-04-26 Thread Lance Bragstad
Hi all, I've created the etherpads for our sessions and linked them to the wiki [0]. I've bootstrapped them with basic content and they are ready to be bookmarked! If you'd like to help flesh out the agendas for any of those sessions, just ping me. Thanks! [0]

[openstack-dev] [acceleration]Cyborg Team Weekly Meeting 2016.04.26

2017-04-26 Thread Zhipeng Huang
Hi team, This is a kind reminder for our regular team meeting today (starting one hour later), please find us on #openstack-cyborg -- Zhipeng (Howard) Huang Standard Engineer IT Standard & Patent/IT Product Line Huawei Technologies Co,. Ltd Email: huangzhip...@huawei.com Office: Huawei

Re: [openstack-dev] Gnocchi

2017-04-26 Thread Julien Danjou
On Wed, Apr 26 2017, simona marinova wrote: Hi Simona, > I am a student working on a project that involves an OpenStack Newton > platform. > > Currently, we are trying to implement the Data Collection service. We saw that > Gnocchi is recommended for this purpose, and we installed it. > > Now

Re: [openstack-dev] project on-board schedule

2017-04-26 Thread Julien Danjou
On Tue, Apr 25 2017, Tom Fifield wrote: Hi Tom, > It's listed on the main summit schedule, under the Forum :) > > Here's a direct link to the Forum category: > > https://www.openstack.org/summit/boston-2017/summit-schedule/#track=146 I've also just realized the Telemetry onboarding session

Re: [openstack-dev] [nova][oslo.utils] Bug-1680130 Check validation of UUID length

2017-04-26 Thread Sean Dague
On 04/26/2017 08:36 AM, Doug Hellmann wrote: > Excerpts from Kekane, Abhishek's message of 2017-04-26 07:00:22 +: >> Hi All, >> >> As per suggested by @jay_pipes's >> if val.count('-') not in (0, 4): >> raise TypeError >> >> It is not sufficient solution because "is_uuid_like" returns only

[openstack-dev] Gnocchi

2017-04-26 Thread simona marinova
Hello Mr/Mrs, I am a student working on a project that involves an OpenStack Newton platform. Currently, we are trying to implement the Data Collection service. We saw that Gnocchi is recommended for this purpose, and we installed it. Now we have problems with the configuration. I have tried

Re: [openstack-dev] [nova][oslo.utils] Bug-1680130 Check validation of UUID length

2017-04-26 Thread Doug Hellmann
Excerpts from Kekane, Abhishek's message of 2017-04-26 07:00:22 +: > Hi All, > > As per suggested by @jay_pipes's > if val.count('-') not in (0, 4): > raise TypeError > > It is not sufficient solution because "is_uuid_like" returns only True or > False. > For example, > > If user

[openstack-dev] [devstack] [all] systemd in the gate is coming soon

2017-04-26 Thread Sean Dague
I just proposed the following defaults change in the gate - https://review.openstack.org/#/c/460062/ Which means we'll be using systemd by default for started services after it lands. We'll hold for the week, and plan to land this on Monday. If you would like to test that your jobs work in

Re: [openstack-dev] [glance] priorities for the current week (04/23-04/27)

2017-04-26 Thread ChangBo Guo
Please give https://review.openstack.org/#/c/457050/ high priority , which blocks oslo.config 4.0 in https://review.openstack.org/#/c/459411/ For more details, please see http://logs.openstack.org/11/459411/1/check/gate-cross-glance-python27-ubuntu-xenial/ae7ac1d/testr_results.html.gz 2017-04-24

Re: [openstack-dev] [nova] Owners needed for approved but orphaned OSIC blueprints

2017-04-26 Thread sfinucan
On Mon, 2017-04-24 at 16:45 -0500, Matt Riedemann wrote: > Hi everyone, > > With the recent unfortunate news about OSIC ending abruptly and > several Nova developers no longer being able to work on the project, > I wanted to go over the list of blueprints which were approved for > Pike and which 

Re: [openstack-dev] [Openstack] [Openstack-ansible] openstack ansible HA solution

2017-04-26 Thread Ignazio Cassano
Hi, I wrote my own ansible recipe to deploy openstack in HA where haproxy is a pacemaker resource . As far as vm high availability is concerned there are some suggestions in openstack ha guide . Regards Ignazio 2017-04-26 10:32 GMT+02:00 Liyuenan (Maxwell Li) : > Hi, all > >

Re: [openstack-dev] [Openstack] OpenStack-Ansible HA solution

2017-04-26 Thread Andy McCrae
Hi Maxwell, > > I have some questions about OSA project. > > > > 1. OSA can install haproxy, but I can not found any other HA > solution in openstack-ansible-haproxy_server, like keepalived or > pacemarker. So how to making HAproxy high-available? > Take a look at:

Re: [openstack-dev] [Openstack] OpenStack-Ansible HA solution

2017-04-26 Thread Wei Hui
1. OSA use keepalived to manage VIP. https://github.com/openstack/openstack-ansible/blob/master/ansible-role-requirements.yml#L25 2.As far as I know, OSA don't support compute node HA. nova has a feature called evacuate, but some machenism needed to detect whether nova-compute was down and

[openstack-dev] [Openstack] OpenStack-Ansible HA solution

2017-04-26 Thread Liyuenan (Maxwell Li)
Hi, all I have some questions about OSA project. 1. OSA can install haproxy, but I can not found any other HA solution in openstack-ansible-haproxy_server, like keepalived or pacemarker. So how to making HAproxy high-available? 2. Could OSA support compute node high available? If

[openstack-dev] [tricircle]weekly meeting APR.26

2017-04-26 Thread joehuang
Hello, According to the plan, we'd like to release pike-1.5 on May.2, the priorities of these patches are as follows: MUST to have(Should be merged before the end of this week): * Release note and doc for multi-gw NS networking, https://review.openstack.org/#/c/458786/ * Add guide for

[openstack-dev] [neutron][taas] IRC Meeting Canceled (weeks of 5/1/2017 and 5/8/2017)

2017-04-26 Thread Soichi Shigeta
Hi, Next two weeks, TaaS IRC meetings are being canceled. 1) week of 5/1/2017: national holidays in Japan 2) week of 5/8/2017: week of OpenStack Summit Boston Regards, Soichi __ OpenStack Development Mailing

Re: [openstack-dev] [nova][oslo.utils] Bug-1680130 Check validation of UUID length

2017-04-26 Thread Kekane, Abhishek
Hi All, As per suggested by @jay_pipes's if val.count('-') not in (0, 4): raise TypeError It is not sufficient solution because "is_uuid_like" returns only True or False. For example, If user passes uuid like "urn:----" or

Re: [openstack-dev] project on-board schedule

2017-04-26 Thread joehuang
Thank you very much, Hongbin and Kendall. Best Regards Chaoyi Huang (joehuang) From: Kendall Nelson [kennelso...@gmail.com] Sent: 26 April 2017 11:19 To: joehuang; OpenStack Development Mailing List (not for usage questions); Hongbin Lu Subject: Re:

Re: [openstack-dev] [tricircle] mascot for the Tricircle

2017-04-26 Thread joehuang
Hello, team, Great, if no other comment, then the following cute Panda is Tricircle's mascot. Thank you all! [X] Best Regards Chaoyi Huang (joehuang) From: Yipei Niu [newy...@gmail.com] Sent: 25 April 2017 9:25 To: OpenStack Development Mailing List (not for