[openstack-dev] [Congress] Python 3 ready

2015-12-03 Thread Eric K
Congress can finally pass python34 gating. Here¹s the last patch needed to make it happen. https://review.openstack.org/#/c/253298/ __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [Congress] Python 3 ready

2015-12-04 Thread Eric K
as a replacement for antlr3. Additional thoughts and suggestions on antlr3 replacement always appreciated =) -Eric On 12/4/15, 3:45 AM, "Victor Stinner" <vstin...@redhat.com> wrote: >Hi, > >Le 04/12/2015 05:12, Eric K a écrit : >> Congress can finally pass python3

Re: [openstack-dev] [Congress] Progress on Congress support in OPNFV Colorado

2016-06-15 Thread Eric K
Very exciting development indeed! From: "SULLIVAN, BRYAN L" Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Tuesday, June 14, 2016 at 8:58 PM To: "OpenStack Development Mailing List (not for usage questions)"

Re: [openstack-dev] [Congress] Issues with Tox testing

2016-04-07 Thread Eric K
Thanks for the feedback, Bryan. Glad you got things working! 1. The instructions asking to install those packages are missing from kilo (we¹ll fix that), but they have been there since liberty. Was it perhaps unclear because the line is too long? * Additionally: * $ sudo apt-get install git gcc

[openstack-dev] [Congress] HOL test completed

2016-03-21 Thread Eric K
Happy to report that everything in Congress HOL* works as expected after all the merges today**. *https://docs.google.com/document/d/1ispwf56bX8sy9T0KZyosdHrSR9WHEVA1oGEIYA2 2Orw/pub **commit 5e2c7cde598fcb4ed781a211fb421a5e94afb406

Re: [openstack-dev] [Congress] Push Type Driver implementation

2016-03-24 Thread Eric K
I got the same behavior Tim Hinrichs did using DoctorDriver. The problem when listing datasources does not occur with the basic PushDriver in progress, but it has other issues when pushing and listing data. See From: Tim Hinrichs Reply-To: "OpenStack Development Mailing List

[openstack-dev] [Congress] New bug for Mitaka: Glance authentication fails after token expiry

2016-03-29 Thread Eric K
I just discovered a bug that¹s probably been around a long time but hidden by exception suppression. https://bugs.launchpad.net/congress/+bug/1563495 When an auth attempt fails due to token expiry, Congress Glance driver obtains a new token from keystone and sets it in Glance client, but for some

[openstack-dev] [Congress] Congress social at Austin 4/27

2016-04-23 Thread Eric K
Hi Congress folks, We¹re going to have an evening get-together at Openstack Austin. Please shoot me an email at if you¹re planning to come. Hope to see you there! Information: Date: Wednesday, April 27 Time: 6:00PM Location: LAMBERTS DOWNTOWN BARBEQUE 401 West 2nd

Re: [openstack-dev] [Congress] Austin recap

2016-05-05 Thread Eric K
Thanks for the summary, Tim. Very productive summit! I¹ve added more notes and a diagram to the HA ether pad. Is that the best way to continue the discussion? https://etherpad.openstack.org/p/newton-congress-availability From: Tim Hinrichs Reply-To: "OpenStack Development

Re: [openstack-dev] [Congress] Issue with glancev2 datasource driver

2016-04-14 Thread Eric K
Hi Bryan, Based on our IRC conversation today, you seem to be experiencing this issue we only recently tracked down: https://bugs.launchpad.net/congress/+bug/1563495 The fix is in Mitaka, and still being back-ported to Liberty. Here¹s the Liberty patch if you want to try it out:

[openstack-dev] [oslo] RPC call not appearing to retry

2016-08-14 Thread Eric K
Hi all, I'm running into an issue with oslo-messaging PRC call not appearing to retry. If I do oslo_messaging.RPCClient(transport, target, timeout=5, retry=10).call(self.context, method, **kwargs) using a topic with no listeners, I consistently get the MessagingTimeout exception in 5 seconds, with

Re: [openstack-dev] [Congress] Mascot

2016-07-17 Thread Eric K
Thanks Tim! Here¹s another idea. It¹s pretty euro-centric, but well. Areopagus: * a place where (in Greek Mythology) Ares was tried by the other gods for murder. * also the site of an early governing council in ancient Athens, at one point charged with investigating corruption *

Re: [openstack-dev] [congress] congress 5.0.0.0rc1 (ocata)

2017-02-02 Thread Eric K
RC1 released. Great job everyone for getting our fixes in! Let¹s continue testing and reporting bugs to make sure Ocata is a rock-solid release! On 2/2/17, 5:01 PM, "no-re...@openstack.org" wrote: > >Hello everyone, > >A new release candidate for congress for the end of

Re: [openstack-dev] [congress] ocata client causes feature regression with pre-ocata server

2017-01-23 Thread Eric K
imes made multiple API calls. I think (c) seems > right too. > > Tim > > On Sun, Jan 22, 2017 at 1:15 AM Monty Taylor <mord...@inaugust.com> wrote: >> On 01/21/2017 04:07 AM, Eric K wrote: >>> > Hi all, >>> > >>> > I was gettin

Re: [openstack-dev] [congress] ocata client causes feature regression with pre-ocata server

2017-01-21 Thread Eric K
ta server > How about we go into the preocata server and change requirements.txt to ensure > it only supports the older clients. Something like... > > Python-congressclient>2.3<2.5 > > Or whatever the versions are. > > Tim > > > On Fri, Jan 20, 2017 at 7

[openstack-dev] [congress] ocata client causes feature regression with pre-ocata server

2017-01-20 Thread Eric K
Hi all, I was getting ready to request release of congress client, but I remembered that the new client causes feature regression if used with older versions of congress. Specifically, new client with pre-Ocata congress cannot refer to datasource by name, something that could be done with

[openstack-dev] [Congress] Ocata retrospective brainstorm

2017-02-20 Thread Eric K
Hi Congress folks, At the PTG, we¹ll be starting with an Ocata retrospective to look at what we may want to do more/less/same to make our work easier and better going forward. Feel free to get a head-start by thinking about what you¹d like to see us do more/less/same of and putting them down in

[openstack-dev] [Congress] no IRC meeting this week

2017-02-20 Thread Eric K
Congress IRC meeting cancelled this week for the PTG. Meeting will resume next week (Mar 2 UTC). Thanks! __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [all] parsing libraries

2017-02-20 Thread Eric K
Hi all, In the congress project, we¹re looking to replace the antlr3-based parser with a better maintained alternative. I see that pyparsing and Parsley are used in some projects, could anyone share their experience with them and potentially other parsing libraries? The intended use is to parse

Re: [openstack-dev] [release][all] Ocata release candidates frozen

2017-02-17 Thread Eric K
Hi all, I¹d like to request an exception to release Congress RC2. I¹m really sorry that we got bogged down by a tricky, critical bug that we didn¹t manage to root cause and patch until the very last minute. I replied to Doug earlier about it, but neglected to reply to the list. Here¹s the

[openstack-dev] [congress][ptg] Friday aquarium trip

2017-02-23 Thread Eric K
For those interested, a few of us at the PTG are going to the Georgia Aquarium Friday (2/24) morning. All welcome! Meet at Sheraton hotel lobby at 9:30AM. Purchase your ticket in advance here for early bird pricing (valid for entering before 11am):  

[openstack-dev] [Congress] PTG rough schedule

2017-02-15 Thread Eric K
Hi all! I've put down a rough proposed schedule for our PTG sessions in the etherpad (https://etherpad.openstack.org/p/congress-ptg-pike) and also copied below. Please feel free to think about and express how you like & dislike the proposed schedule and we¹ll finalize it in the IRC meeting. In

[openstack-dev] [Congress] PTG pre-discussions

2017-02-15 Thread Eric K
Hi all! In preparing for the PTG discussions, how about we do the following things between now and the Congress PTG sessions? Etherpad: https://etherpad.openstack.org/p/congress-ptg-pike 1. If you¹re interested in starting the discussion on an item, put [init: your_name_or_nick] at the start of

[openstack-dev] [Congress] PTG Friday activities

2017-02-15 Thread Eric K
Hi all, Here are some options (thinrichs originally suggested) we could consider for a Friday daytime outing for those interested. Anyone interested? Any other ideas? Georgia Aquarium - 1st or 2nd largest aquarium in the world. - #1 on tripAdvisor - $31.95+tax/adult (advanced online purchase)

[openstack-dev] [all] Ubuntu 14.04 support in Newton and on

2017-01-18 Thread Eric K
Hi all, Is there any community-wide policy on how long we strive to maintain compatibility with Ubuntu 14.04? For example by avoiding relying on MySQL 5.7 features. I¹ve had a hard time finding it on openstack.org and ML discussions. Thanks lots!

Re: [openstack-dev] [Congress][Fuel] Fuel plugin for installing Congress

2017-01-18 Thread Eric K
Hi Serg, That¹s awesome news. Thanks all for the great work! Please do let us know how the Congress team can be helpful. On 1/16/17, 11:33 AM, "Serg Melikyan" wrote: >I'd like to introduce you fuel plugin for installing and configuring >Congress for Fuel [0]. > >This

Re: [openstack-dev] [all] Ubuntu 14.04 support in Newton and on

2017-01-19 Thread Eric K
Hi Jeremy, thank you for the pointers and the background on Newton! On 1/19/17, 7:12 AM, "Jeremy Stanley" <fu...@yuggoth.org> wrote: >On 2017-01-18 15:19:36 -0800 (-0800), Eric K wrote: >> Hi all, Is there any community-wide policy on how long we strive >> to mai

Re: [openstack-dev] [Congress] Enabling Remote Debugging

2016-09-01 Thread Eric K
Hi Aimee, Thanks for digging into it! Here¹s my understanding of our conventions (and I¹m happy to hear from others). a. If you think it¹s just a straightforward change with zero to minimal impact on architecture, users, and devs, then it makes sense to file a bug or just submit a patch. b. If

[openstack-dev] [Congress] Default devstack deployment config

2016-09-12 Thread Eric K
Hi all, I want to get people¹s thoughts regarding what we should set as default devstack deployment config for Ocata. At the moment, it is set to deploy three processes: API, policy, and datasource-drivers. I see some potential arguments against that: 1. For most users installing via devstack,

Re: [openstack-dev] [Congress] PTL non-candidacy

2016-09-12 Thread Eric K
Thank you so much, Tim, for spearheading and guiding the project all this time! I'm especially grateful for your emphasis on supporting the development and the goals of the contributors. I hope we'll continue to benefit from your vision and your thought-leadership in the future! Eric From: Tim

[openstack-dev] [Congress] PTL candidacy

2016-09-12 Thread Eric K
Hi all! I¹m writing to announce my candidacy for Congress PTL (Ocata). First, I¹d like to thank Tim for his outstanding leadership since the very beginning of the project. Under his leadership, Congress has grown from an interesting idea to a capable service. I would also like to thank

Re: [openstack-dev] [Congress] Congress horizon plugin - congressclient/congress API auth issue - help

2016-09-15 Thread Eric K
Anusha and Aimee, Circling back on this issue: it seems that you are seeing different things with regards to horizon authentication using keystone v2. I think we can make good progress if we can clarify where we stand. Anusha said setting the auth_url explicitly to v2 works. Aimee said it

Re: [openstack-dev] [ceilometer] [Congress] ceilometer client `alarms.list()` HTTPException (HTTP N/A)

2016-09-30 Thread Eric K
ubject: Re: [openstack-dev] [ceilometer] [Congress] ceilometer client `alarms.list()` HTTPException (HTTP N/A) To: Eric K <ekcs.openst...@gmail.com>, OpenStack Development Mailing List (not for usage questions) <openstack-dev@lists.openstack.org> Hi Eric, alarm list is not working f

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

2016-10-05 Thread Eric K
organize work sessions in the style of past mid-cycle sprints; no work sessions at any of the official openstack events. Pro: we can choose schedule and location Con: harder to collaborate with other teams 4. No work sessions at all. On 10/5/16, 4:18 PM, "Eric K" <ekcs.openst...@gma

[openstack-dev] [Congress] PTG planning

2016-10-05 Thread Eric K
Hi all, As you know, the traditional design summit will be split into the work sessions at PTGs and the community forums at the summits. The release schedules will be re-aligned so that the PTGs coincide with the beginning of the dev cycle for each release. http://www.openstack.org/ptg As a

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

2016-10-07 Thread Eric K
e 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 sessions at PTGs; no organized work sessions at summits. >> Pro: schedule lines up wit beginnin

[openstack-dev] [Congress] error updating from nova

2016-09-21 Thread Eric K
Hi all, I ran into this issue when Congress or Horizon attempts to get information from Nova. Same thing happened on multiple devstack attempts. But I want to make sure it's not something specific to my environment. Could someone try to reproduce it? Thanks! Nova client version: 6.0.0 Here¹s a

Re: [openstack-dev] [Congress] Default devstack deployment config

2016-09-19 Thread Eric K
s feature. >>> > >>> > best regards, >>> > Masahito >>> > >>> > On 2016/09/13 11:00, Tim Hinrichs wrote: >>>> >> >>>> >> I'd agree with a single process version of Congress for devstack. I'd >>>> >

Re: [openstack-dev] [oslo] RPC call not appearing to retry

2016-08-23 Thread Eric K
On 8/16/16, 9:28 AM, "Mehdi Abaakouk" <sil...@sileht.net> wrote: >Hi, > >Le 2016-08-15 04:50, Eric K a écrit : >> Hi all, I'm running into an issue with oslo-messaging PRC call not >> appearing to retry. If I do oslo_messaging.RPCClient(transport,

[openstack-dev] [ceilometer] [Congress] ceilometer client `alarms.list()` HTTPException (HTTP N/A)

2016-09-26 Thread Eric K
Hi all, Looking for some help to resolve a breakage in Congress ceilometer-driver. When Congress attempts to perform `alarms.list()` on ceilometer client, the following exception is generated. First suspicion is Congress-end configuration problem, but it¹s only `alarms.list()` that fails. Others

[openstack-dev] [Congress] Barcelona 2016 summit recap

2016-11-06 Thread Eric K
Hi all, Welcome back from a great summit! Here¹s a brief recap of some Congress-related pieces. 1. Main conference A keynote demo featured Doctor, Congress, and Vitrage. A cellular phone call was made on an openstack NFV implementation. When network cables to a host was cut, an immediate

[openstack-dev] [Congress] ekcs away

2016-11-06 Thread Eric K
Hi all! I have personal travels planned 11/8 - 11/25. I expect to have intermittent access and keep up with reviews and ML, but will likely miss the IRC meetings. thinrichs, masahito, and ramineni have kindly agreed to organize the IRC meetings (UTC): 11/10: thinrichs11/17: masahito11/24:

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

2016-10-14 Thread Eric K
ds, >Masahito > >On 2016/10/06 16:53, Thierry Carrez wrote: >> 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: >> >>

[openstack-dev] [Congress] IRC during summit

2016-10-21 Thread Eric K
Hi all! To help us connect and coordinate during the upcoming summit, those who are interested can try IRCcloud (https://www.irccloud.com ; suggested by aimeeu) to communicate over the #congress channel. The service acts as an IRC bouncer to keep your nick connected and send push notifications to

[openstack-dev] [Congress] relevant horizontal efforts at PTG

2016-11-15 Thread Eric K
Hi all! aimeeu asked during team meeting about relevant sessions on Monday and Tuesday. I don't have anything official. I think it's more a matter of you and your org's interest in contributing to those horizontal efforts.  If you're looking to contribute to a horizontal project, horizon, the

Re: [openstack-dev] [Congress] Restart Congress server

2016-11-04 Thread Eric K
Hi Ruben, Awesome to hear about your progress! The error seems to be independent of adding a new driver. Could you try using the unchanged congress.conf and restarting again to see if the same problem shows up? Also, could you give the command you¹re using the launch congress-server? Mainly I

[openstack-dev] [congress][oslo.config][keystone] NoSuchOptError: no such option project_domain_name in group [keystone_authtoken]

2017-01-12 Thread Eric K
On a freshly stacked devstack (Jan 12), attempting to access `cfg.CONF.keystone_authtoken.project_domain_name` gave the error: NoSuchOptError: no such option project_domain_name in group [keystone_authtoken] I¹m a little confused because it¹s part of the [keystone_authtoken] config section

[openstack-dev] [gate][congress] subunit.parser failures in pythonXX gate job

2016-12-05 Thread Eric K
Hi all, Does anyone know what could be causing these subunit.parser failures in some pythonXX check jobs (they do not show up on my local setup). I vaguely remember seeing them before, but can't remember what they were. And haven't been able to find relevant info online or in lists. Thanks so

[openstack-dev] [Congress] [infra] tempest job timeout appears shorter than configured

2016-12-19 Thread Eric K
The congress {pipeline}-congress-dsvm-api-{node}{suffix} check/gate job seems to timeout around the 60 minute mark even though the project config appears to set it for 70min. Any hints as to why? Are there two different measures of time? Thanks so much!

[openstack-dev] [Congress] no meeting on December 29, 2016

2016-12-21 Thread Eric K
No congress team meeting on December 29, 2016. Regular meeting resumes on January 5, 2016. Happy holidays all! __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [congress] DST transition reminder

2017-03-14 Thread Eric K
Hi all, Friendly reminder that for US folks the IRC meeting this week is one hour ³later² (5PM PST, 8PM EST) due DST. Proposed topics for the next congress irc meeting are tracked in this etherpad: https://etherpad.openstack.org/p/congress-meeting-topics Feel free to add additional topics and/or

[openstack-dev] [congress] meeting topics

2017-04-12 Thread Eric K
Hi all, Proposed topics for the next congress irc meeting are tracked in this etherpad: https://etherpad.openstack.org/p/congress-meeting-topics Feel free to add additional topics and/or comment on existing ones. Thanks!

[openstack-dev] [congress] meeting topics

2017-03-07 Thread Eric K
Hi all, Proposed topics for the next congress irc meeting are tracked in this etherpad: https://etherpad.openstack.org/p/congress-meeting-topics Feel free to add additional topics and/or comment on existing ones. Thanks!

[openstack-dev] [congress] Pike tasks

2017-03-07 Thread Eric K
Hi all, Based on our discussions at the PTG, I have set up some tasks for Pike. https://bugs.launchpad.net/congress/+bugs?field.tag=pike-goal Feel free to adjust them (text, priority, target, assignee, etc.) or suggest changes as you see fit.

[openstack-dev] [congress] meeting topics

2017-04-19 Thread Eric K
Hi all, Proposed topics for the next congress irc meeting are tracked in this etherpad: https://etherpad.openstack.org/p/congress-meeting-topics Feel free to add additional topics and/or comment on existing ones. Thanks! __

[openstack-dev] [infra] redo gate jobs only

2017-08-02 Thread Eric K
Hi all is there a command on review.openstack.org that triggers a redo of gate jobs but not check jobs (already passed)? `remerge` doesn¹t seem to do anything. Thanks! __ OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [infra] redo gate jobs only

2017-08-03 Thread Eric K
Thanks a lot Jeremy and Andreas for the reference and the added context! On 8/3/17, 10:49 AM, "Jeremy Stanley" wrote: >On 2017-08-03 08:15:36 +0200 (+0200), Andreas Jaeger wrote: >[...] >> "A patchset has to be approved to run tests in the gate pipeline. If the >> patchset

Re: [openstack-dev] [ffe][requirements][monasca][heat][watcher][congress] FFE for python-monascaclient minimum version in g-r

2017-08-03 Thread Eric K
As far as I can tell, bumping min version to 1.7.0 would not be a problem for Congress. Eric Kao On 8/3/17, 4:39 AM, "witold.be...@est.fujitsu.com" wrote: >Hello everyone, > >I would like to ask for the FFE for python-monascaclient version in >global requirements.

[openstack-dev] [infra][python3][congress] locally successful devstack setup fails in check-job

2017-07-18 Thread Eric K
Hi all, looking for some hints/tips. Thanks so much in advance. My local python3 devstack setup [2] succeeds, but in check-job a similarly configured devstack setup [1] fails for not installing congress client. ./stack.sh:1439:check_libs_from_git /opt/stack/new/devstack/inc/python:401:die

Re: [openstack-dev] [infra][python3][congress] locally successful devstack setup fails in check-job

2017-07-19 Thread Eric K
On 7/19/17, 1:11 PM, "Clark Boylan" <cboy...@sapwetik.org> wrote: >On Tue, Jul 18, 2017, at 12:47 PM, Eric K wrote: >> Hi all, looking for some hints/tips. Thanks so much in advance. >> >> My local python3 devstack setup [2] succeeds, but in check-job

Re: [openstack-dev] [infra][python3][congress] locally successful devstack setup fails in check-job

2017-07-19 Thread Eric K
rk suggested that perhaps in install for python-congressclient was going to python2 instead of python3. So I¹m investigating that. Thanks again! On 7/19/17, 11:19 AM, "Jeremy Stanley" <fu...@yuggoth.org> wrote: >On 2017-07-18 12:47:07 -0700 (-0700), Eric K wrote: >> Hi all, l

Re: [openstack-dev] [congress] Using congress to improve the consistency of configuration files.

2017-07-06 Thread Eric K
Hi Valentin, Very cool to hear about your use case and vision! It definitely sounds like the kind of use case Congress is well-equipped to solve using a flexible, declarative rule language. I'd love to explore the use case further (and where it fits along side config management systems as Clint

Re: [openstack-dev] [tempest][infra][congress] subprocess launched in tempest test lacks file permission

2017-07-28 Thread Eric K
enStack Development Mailing List (not for usage questions)" <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [tempest][infra][congress] subprocess launched in tempest test lacks file permission > > > On Fri, Jul 28, 2017 at 4:38 AM Eric K <ekcs.openst..

Re: [openstack-dev] [tempest][infra][congress] subprocess launched in tempest test lacks file permission

2017-07-28 Thread Eric K
eremy Stanley" <fu...@yuggoth.org> wrote: >On 2017-07-27 20:37:49 -0700 (-0700), Eric K wrote: >> A tempest test [1] launches additional instances of Congress using >> subprocess.popen and tests the coordination between them and the >>original >> instance la

[openstack-dev] [tempest][infra][congress] subprocess launched in tempest test lacks file permission

2017-07-27 Thread Eric K
A tempest test [1] launches additional instances of Congress using subprocess.popen and tests the coordination between them and the original instance launched by devstack. The problem is, the new instances are launched from the tempest test user rather than the user of the original congress

[openstack-dev] [congress] meeting topics

2017-05-09 Thread Eric K
Hi all, Even though some of us are at the OS summit and may not make the meeting, let¹s have a meeting anyway for those of us who can make it. As usual, the collaborative list of topics are kept here: https://etherpad.openstack.org/p/congress-meeting-topics

[openstack-dev] [congress] queens PTG

2017-05-17 Thread Eric K
Hi Congress folks, As mentioned in previous meetings, we need to decide this week whether to have work sessions at the next PTG (expected to be September 11-15, 2017 in Denver, CO). Please reply to me 1) whether you think we should have sessions at the PTG and 2) if we have sessions whether

[openstack-dev] uWSGI help for Congress

2017-05-22 Thread Eric K
If someone out there knows uWSGI and has a couple spare cycles to help Congress project, we'd super appreciate it. The regular contributors to Congress don't have experience with uWSGI and could definitely use some help getting started with this goal. Thanks a ton!

[openstack-dev] [congress] policy library tasks

2017-05-25 Thread Eric K
Hi all! I have organized the tasks for policy library here: https://bugs.launchpad.net/congress/+bugs?field.tag=policy-lib Please take a look and feel free to pick up, comment, modify, etc. The four non-GUI high importance items are essential for rolling out this feature. The high importance GUI

Re: [openstack-dev] uWSGI help for Congress

2017-05-25 Thread Eric K
On 5/22/17, 8:54 PM, "gordon chung" <g...@live.ca> wrote: > > >On 22/05/17 05:48 PM, Eric K wrote: >> If someone out there knows uWSGI and has a couple spare cycles to help >> Congress project, we'd super appreciate it. >> >> The regular contribu

Re: [openstack-dev] uWSGI help for Congress

2017-05-25 Thread Eric K
On 5/23/17, 5:37 AM, "Chris Dent" <cdent...@anticdent.org> wrote: >On Mon, 22 May 2017, Eric K wrote: > >> If someone out there knows uWSGI and has a couple spare cycles to help >> Congress project, we'd super appreciate it. >> >> The regular

Re: [openstack-dev] [Openstack-dev] [Congress] [Designate]

2017-06-15 Thread Eric K
Hi Carmine, Yes, I¹d guess that the translator you defined attempted to go deeper than the structure obtained by API. If you push the changes to review.openstack.org you may get better feedback =) Eric From: Carmine Annunziata Reply-To: "OpenStack Development

[openstack-dev] [congress] policy monitoring panel design

2017-05-31 Thread Eric K
Here's a quick & rough mock-up I put up based on the discussions at Atlanta PTG. https://wireframepro.mockflow.com/view/congress-policy-monitor Anyone can view and comment. To make changes, please sign-up and email me to get access.

[openstack-dev] [congress] IRC agenda 2017-09-21

2017-09-19 Thread Eric K
Hi all, Looking forward to catching up at our IRC meeting tomorrow after a productive PTG! It¹d be helpful to look at these items ahead of the meeting: - A work-in-progress list of priorities for Queens we can discuss and finish in our meeting.

[openstack-dev] [congress] drivers conf discussion

2017-10-04 Thread Eric K
Continuing from the 10/5 IRC discussion on drivers conf, here I've laid out some decision points and incomplete pros and cons. If you're interested, please add relevant pros and cons as well as further discussion on your thoughts and preferences on the decision points. Thanks!

Re: [openstack-dev] [infra][devstack][congress] zuul3 transition surfaced error: The following LIBS_FROM_GIT were not installed correct: python-congressclient

2017-10-02 Thread Eric K
Ah got it thanks a lot Sam! On 10/2/17, 12:39 PM, "Sam Matzek" <matzek...@gmail.com> wrote: >This is also one of several errors hitting the Trove gate. This >review should workaround the issue for now. > >https://review.openstack.org/#/c/508344/3 > >On M

[openstack-dev] [congress] no congress meeting on 9/14

2017-09-06 Thread Eric K
To accommodate people at PTG __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

[openstack-dev] [congress] PTG hours and remote attendee instructions

2017-09-12 Thread Eric K
Hi all, If you¹re looking to join the Congress discussions at the PTG, please follow the URL to join the conferencing meeting. URL: https://bluejeans.com/122291516 Meeting Id: 122291516 Phone Number: +1.408.740.7256 No sign-up necessary. Once you join the room, you will have the option

[openstack-dev] [infra][devstack][congress] zuul3 transition surfaced error: The following LIBS_FROM_GIT were not installed correct: python-congressclient

2017-10-02 Thread Eric K
Since the transition to zuul3, this error began and prevents the devstack setup from finishing on Congress gate jobs. I've been working to diagnose it but so far without success. Any suggestions and tips much appreciated!

Re: [openstack-dev] [Congress] Is it possible that congress policy do live-migration

2017-10-18 Thread Eric K
Hi Houzhian, Great the see people doing fault tolerance with Congress. That's how Congress is used in by the OpNFV Doctor project (https://wiki.opnfv.org/display/doctor) I just tested the same rule on Pike release and it seems Congress delivered the correct request to nova. Do you have the

[openstack-dev] [Congress] proposed change to IRC meeting time

2017-10-19 Thread Eric K
Hi all, Here is a proposal (no actual change until further notice) to move the weekly Congress team meeting from Thursdays 00:00 UTC to Fridays 02:30 UTC in order to make the meeting time more bearable for India while still being workable for East Asia and the Americas. The time remains very bad

[openstack-dev] [congress][ptg] physical or virtual sessions

2017-12-07 Thread Eric K
Hi all, It's that time again to figure out whether we'd hold physical sessions at the PTG (February 26-March 2nd at Croke Park in Dublin, Ireland). If you're interested in participating, please respond to the following. 1. What do you prefer between physical sessions at the PTG and remote

[openstack-dev] [keystone] keystone client service_catalog is None

2017-12-08 Thread Eric K
Hi all, I'm working on some code [1] that attempts to retrieve a endpoint from the service_catalog, but the service_catalog comes up None. Any suggestions on what I need to do differently to get a working service_catalog? Thanks very much! Python 2.7.12 (default, Nov 20 2017, 18:23:56) [GCC

Re: [openstack-dev] [Release-job-failures][congress] Pre-release of openstack/congress failed

2017-12-08 Thread Eric K
Ah sorry about that, Doug. And thank you for the pointer, Sean. I'm on it. On 12/8/17, 2:10 PM, "Sean McGinnis" wrote: >On Fri, Dec 08, 2017 at 04:06:15PM -0600, Doug Hellmann wrote: >> Excerpts from zuul's message of 2017-12-08 21:56:33 +: >> > Build failed. >> > >>

Re: [openstack-dev] [Release-job-failures][congress] Pre-release of openstack/congress failed

2017-12-09 Thread Eric K
Submitted this after merging the fix: https://review.openstack.org/#/c/526834/ Is that the correct step? Thanks again! On 12/8/17, 2:10 PM, "Sean McGinnis" wrote: >On Fri, Dec 08, 2017 at 04:06:15PM -0600, Doug Hellmann wrote: >> Excerpts from zuul's message of

Re: [openstack-dev] [keystone] keystone client service_catalog is None

2017-12-11 Thread Eric K
ient/identity/v3/catalog.py#L43 >and then this code: >https://github.com/openstack/osc-lib/blob/master/osc_lib/clientmanager.py# >L239 > > >On 09.12.2017 04:15, Eric K wrote: >> Hi all, >> >> I'm working on some code [1] that attempts to retrieve a endpoint from >>the &

Re: [openstack-dev] [keystone][monasca][congress][senlin][telemetry] authenticated webhook notifications

2018-05-04 Thread Eric K
Herve" <the...@redhat.com> wrote: >On Thu, May 3, 2018 at 9:49 PM, Eric K <ekcs.openst...@gmail.com> wrote: >> Question to the projects which send or consume webhook notifications >> (telemetry, monasca, senlin, vitrage, etc.), what are your >> supported/prefer

Re: [openstack-dev] [keystone][monasca][congress][senlin][telemetry] authenticated webhook notifications

2018-05-08 Thread Eric K
guessing the main reason it hasn't been done that way is because it does not generalize to most other services that don't connect to keystone? On 5/6/18, 9:30 AM, "Thomas Herve" <the...@redhat.com> wrote: >On Sat, May 5, 2018 at 1:53 AM, Eric K <ekcs.openst...@gmail.com> wrot

Re: [openstack-dev] [keystone][monasca][congress][senlin][telemetry] authenticated webhook notifications

2018-05-08 Thread Eric K
To clarify, one of the reasons I'd like to accept webhook notifications authenticated with keystone tokens is that I don't want the access to expire, but of course it's poor practice to use a signed URL that never expires. Eric On 5/8/18, 12:29 PM, "Eric K" <ekcs.openst...@gma

Re: [openstack-dev] [keystone][monasca][congress][senlin][telemetry] authenticated webhook notifications

2018-05-08 Thread Eric K
Thank you, Zane for the discussion. Point taken about sending webhook notifications. Primarily I want Congress to consume webhook notifications from the openstack services which already send them (monasca, vitrage, etc.). Most of them do not currently support sending appropriate keystone tokens

[openstack-dev] [vitrage] matching webhook vs alarm list

2018-06-08 Thread Eric K
Hi I'm building integration with Vitrage webhook and looking for some clarification on what ID to use for matching a webhook notification to the specific alarm from the alarm list. In the sample alarm list response, there is an 'id' field and a 'vitrage_id' field [1], where as in the sample

[openstack-dev] [vitrage] update_timestamp precision

2018-06-08 Thread Eric K
Hi I'm building integration with Vitrage webhook and looking for some clarification on the timestamp precision to expect. In the sample webhook payload found in doc the resource and the alarm shows different time stamp precisions:

Re: [openstack-dev] [vitrage] update_timestamp precision

2018-06-11 Thread Eric K
igned. I > created a bug for it [2]. > > [1] > https://github.com/openstack/vitrage/blob/master/vitrage/datasources/transform > er_base.py > > [2] https://bugs.launchpad.net/vitrage/+bug/1776181 > Best regards, > Ifat > > > -- Forwarded message ---

Re: [openstack-dev] [vitrage] matching webhook vs alarm list

2018-06-11 Thread Eric K
ld match the one > coming from Œvitrage alarm list¹. The Œid¹ field is determined by the external > monitor, so it might be different. > > Best Regards, > Ifat > > > -- Forwarded message - > From: Eric K > Date: Sat, 9 Jun 2018 at 01:40 > Sub

[openstack-dev] [keystone][monasca][congress][senlin][telemetry] authenticated webhook notifications

2018-05-03 Thread Eric K
Question to the projects which send or consume webhook notifications (telemetry, monasca, senlin, vitrage, etc.), what are your supported/preferred authentication mechanisms? Bearer token (e.g. Keystone)? Signing? Any pointers to past discussions on the topic? My interest here is having Congress

[openstack-dev] [Congress] time change for IRC meeting

2017-10-26 Thread Eric K
, collaborative list of meeting topics is kept here: https://etherpad.openstack.org/p/congress-meeting-topics See you all! -Eric Kao On 10/19/17, 11:13 AM, "Eric K" <ekcs.openst...@gmail.com> wrote: >Hi all, > >Here is a proposal (no actual change until further notice) to

[openstack-dev] [infra][tempest][devstack][congress] tempest.config.CONF.service_available changed on Jan 2/3?

2018-01-05 Thread Eric K
Seems that sometime between 1/2 and 1/3 this year, tempest.config.CONF.service_available.aodh_plugin as well as ..service_available.mistral became unavailable in congress dsvm check/gate job. [1][2] I've checked the changes that went in to congress, tempest, devstack, devstack-gate, aodh, and

[openstack-dev] [congress] generic push driver

2018-01-05 Thread Eric K
We've been discussing generic push drivers for Congress for quite a while. Finally sketching out something concrete and looking for some preliminary feedback. Below are sample interactions with a proposed generic push driver. A generic push driver could be used to receive push updates from

Re: [openstack-dev] [infra][tempest][devstack][congress] tempest.config.CONF.service_available changed on Jan 2/3?

2018-01-08 Thread Eric K
On 1/7/18, 9:27 PM, "Ghanshyam Mann" <ghanshyamm...@gmail.com> wrote: >On Sat, Jan 6, 2018 at 3:41 PM, Chandan kumar <chkumar...@gmail.com> >wrote: >> Hello Eric, >> >> On Sat, Jan 6, 2018 at 4:46 AM, Eric K <ekcs.openst...@gmail.com> wrote: &

Re: [openstack-dev] [congress] generic push driver

2018-01-08 Thread Eric K
rity":1} to become {"id":"1-1", "name":"name1", "state":"active", "severity":100} Vs Update the severity field of row with id "1-1" to severity 100. Both could be supported, but the second one is more complex to

  1   2   >