*** whoami-rajat has joined #openstack-barbican | 01:18 | |
*** dave-mccowan has quit IRC | 03:44 | |
*** arunkant_ has quit IRC | 04:54 | |
*** dims has quit IRC | 04:58 | |
*** Luzi has joined #openstack-barbican | 06:48 | |
*** dims has joined #openstack-barbican | 06:48 | |
*** dims has quit IRC | 06:52 | |
*** dims has joined #openstack-barbican | 06:54 | |
*** dims has quit IRC | 06:59 | |
*** Emine has joined #openstack-barbican | 07:43 | |
*** pcaruana has joined #openstack-barbican | 07:45 | |
*** Luzi_ has joined #openstack-barbican | 08:25 | |
*** Luzi has quit IRC | 08:27 | |
*** dpawlik has joined #openstack-barbican | 08:38 | |
dpawlik | hello | 08:38 |
---|---|---|
dpawlik | since which Openstack release, Barbican require Barbican-worker? | 08:39 |
dpawlik | Im wondering if one class in puppet-barbican needs to be cherry-picked up to queens release | 08:39 |
*** xek__ has joined #openstack-barbican | 09:01 | |
*** Luzi_ has quit IRC | 09:07 | |
*** Luzi has joined #openstack-barbican | 09:07 | |
*** dims has joined #openstack-barbican | 11:05 | |
*** graeb has joined #openstack-barbican | 12:18 | |
*** raildo has joined #openstack-barbican | 12:22 | |
*** dpawlik has quit IRC | 12:47 | |
redrobot | #startmeeting barbican | 13:00 |
openstack | Meeting started Tue Feb 5 13:00:24 2019 UTC and is due to finish in 60 minutes. The chair is redrobot. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:00 |
*** openstack changes topic to " (Meeting topic: barbican)" | 13:00 | |
openstack | The meeting name has been set to 'barbican' | 13:00 |
redrobot | #topic Roll Call | 13:01 |
*** openstack changes topic to "Roll Call (Meeting topic: barbican)" | 13:01 | |
redrobot | Courtesy ping for ade_lee hrybacki jamespage Luzi lxkong moguimar raildo rm_work xek | 13:01 |
Luzi | o/ | 13:01 |
redrobot | As usual our agenda can be found here: https://etherpad.openstack.org/p/barbican-weekly-meeting | 13:01 |
redrobot | Mornin' Luzi | 13:02 |
redrobot | I think it's just the two of us again. | 13:02 |
redrobot | #topic Review Past Meeting Action Items | 13:03 |
*** openstack changes topic to "Review Past Meeting Action Items (Meeting topic: barbican)" | 13:03 | |
redrobot | #link http://eavesdrop.openstack.org/meetings/barbican/2019/barbican.2019-01-29-13.00.html | 13:03 |
Luzi | morning redrobot | 13:03 |
redrobot | First action item: | 13:03 |
redrobot | * redrobot to update the Barbican Wiki page and eavesdrop link to agenda | 13:03 |
redrobot | I did this! 😁 | 13:03 |
redrobot | #link https://wiki.openstack.org/wiki/Meetings/Barbican | 13:04 |
redrobot | The meetings wiki page is mostly up-to-date | 13:04 |
Luzi | yeah :D | 13:04 |
redrobot | It has the current meeting time, link to the etherpad, myself as chair, etc. | 13:04 |
redrobot | I also archived all those old agenda items | 13:05 |
redrobot | I doubt anyone will ever care, but here they are: | 13:05 |
redrobot | #link https://wiki.openstack.org/wiki/Barbican/Archive/Agenda | 13:05 |
redrobot | I also submitted a patch to update the eavesdrop page: | 13:06 |
redrobot | #link https://review.openstack.org/#/c/634927/ | 13:06 |
Luzi | +1 | 13:07 |
jamespage | o/ (sorry a bit late) | 13:08 |
graeb | o/ | 13:08 |
redrobot | ok, next action item: | 13:08 |
redrobot | 2. redrobot to add stories for permanent fixes to the gate workarounds | 13:08 |
Luzi | hi jamespage | 13:09 |
redrobot | I also did this! | 13:09 |
* redrobot waves at jamespage and graeb | 13:09 | |
redrobot | #link https://storyboard.openstack.org/#!/story/2004915 | 13:09 |
redrobot | that's the main story | 13:10 |
redrobot | I also added a few tasks for it | 13:10 |
redrobot | including: | 13:10 |
redrobot | * fixing the kmip gate | 13:10 |
redrobot | * Adding a gate where multiple_backends = True | 13:10 |
redrobot | * fixing and re-enabling grenade gate | 13:10 |
redrobot | Any questions about the story? | 13:12 |
redrobot | Or additional tasks that need to be added? | 13:12 |
redrobot | I'll take that as a no | 13:13 |
redrobot | moving on | 13:13 |
redrobot | #topic Functional Tests | 13:13 |
*** openstack changes topic to "Functional Tests (Meeting topic: barbican)" | 13:13 | |
redrobot | I've been helping some folks on my team set up a functional test job on a downstream CI system | 13:14 |
redrobot | and found some nasty bits in our functional tests | 13:14 |
redrobot | there's stuff that only passes on the devstack gate, but fails on a more complex deployment | 13:14 |
redrobot | most notably, none of the orders functional tests actually wait for orders to be complete before executing tests against the results | 13:15 |
redrobot | multiple-backends are not tested at the gate at all | 13:15 |
redrobot | since they all look for "secret-stores" in the API responses, but the API schema uses "secret_stores" | 13:16 |
redrobot | some tests are hardcoded to use "http://localhost/..." for secret refs | 13:16 |
*** jmlowe has quit IRC | 13:17 | |
redrobot | so I have a few patches up to fix some of the issues: | 13:18 |
redrobot | #link https://review.openstack.org/#/q/project:openstack/barbican+topic:fix-functional-tests | 13:18 |
redrobot | The last one is a doozy... none of the quota tests are written to be run in parallel | 13:18 |
redrobot | I'm sure y'all have noticed occasional failures where 1 != 3 in a paging test, or a forbidden response instead of a 200 on a quota test | 13:19 |
redrobot | for now I changed the functional tests to run sequentially in the last patch | 13:19 |
redrobot | but the real fix is to make the tests smarter | 13:20 |
redrobot | I have some ideas | 13:20 |
redrobot | for example, | 13:20 |
redrobot | I don't think we need to define the 8 tests accounts that are set up in devstack. I think a better approach would be to have the functional test create users on deman | 13:21 |
redrobot | *demand | 13:21 |
redrobot | that way each test can run in the context of its own user/project/whatever | 13:21 |
redrobot | any questions/comments? | 13:22 |
*** abishop_ has quit IRC | 13:22 | |
redrobot | I should probably add a story for that | 13:22 |
redrobot | #action redrobot to add a story to fix functional tests to be run in parallel | 13:22 |
redrobot | bueller? | 13:23 |
redrobot | ok, moving on | 13:24 |
redrobot | #topic Vote for Summit Topics | 13:24 |
*** openstack changes topic to "Vote for Summit Topics (Meeting topic: barbican)" | 13:24 | |
redrobot | #link https://review.openstack.org/#/q/project:openstack/barbican+topic:fix-functional-tests | 13:24 |
redrobot | Voting is open for proposed talks for Denver | 13:24 |
redrobot | Please take some time to vote for every single one of my talks 😬😬😬 | 13:25 |
redrobot | Just kidding | 13:25 |
redrobot | but really, if they look interesting to you, please vote. | 13:25 |
redrobot | Any qustions/comments about the upcoming summit? | 13:26 |
redrobot | Ok, moving on | 13:27 |
redrobot | There doesn't seem to be anything else on the agenda. | 13:27 |
redrobot | #topic Open Discussion | 13:28 |
*** openstack changes topic to "Open Discussion (Meeting topic: barbican)" | 13:28 | |
redrobot | Anything else y'all want to talk about? | 13:28 |
redrobot | ok, sounds like we're done for the day | 13:31 |
redrobot | thanks for coming, everyone! | 13:32 |
*** jmlowe has joined #openstack-barbican | 13:35 | |
jamespage | redrobot: actually I did have something (but got distracted) | 13:37 |
redrobot | jamespage, what's up? | 13:37 |
jamespage | can we do a new release of castellan to include the new vault features? I can then do the work in barbican to expose those options | 13:37 |
jamespage | if I'm not to late this cycle | 13:37 |
redrobot | I'll have to check with ade_lee | 13:37 |
redrobot | Castellan is owned by the oslo team now, so I _think_ they have to release it | 13:38 |
redrobot | #action redrobot to check with ade_lee about adding Vault features to Barbican for Rocky | 13:38 |
jamespage | thanks! | 13:39 |
redrobot | #action redrobot to check with ade_lee about releasing Castellan | 13:39 |
redrobot | jamespage, any time! 😁 | 13:39 |
redrobot | Ok, I think now we're done for real | 13:39 |
redrobot | thanks for coming, everyone! | 13:40 |
jamespage | thanks for driving redrobot 😄 | 13:40 |
redrobot | #endmeeting | 13:40 |
*** openstack changes topic to "OpenStack PTG Denver - https://etherpad.openstack.org/p/barbican-stein-ptg" | 13:40 | |
openstack | Meeting ended Tue Feb 5 13:40:20 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:40 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/barbican/2019/barbican.2019-02-05-13.00.html | 13:40 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/barbican/2019/barbican.2019-02-05-13.00.txt | 13:40 |
openstack | Log: http://eavesdrop.openstack.org/meetings/barbican/2019/barbican.2019-02-05-13.00.log.html | 13:40 |
*** moguimar has joined #openstack-barbican | 14:21 | |
*** graeb has quit IRC | 14:33 | |
*** graeb has joined #openstack-barbican | 14:33 | |
*** graeb has quit IRC | 14:55 | |
*** arunkant has joined #openstack-barbican | 15:02 | |
*** Luzi has quit IRC | 15:12 | |
*** Emine has quit IRC | 15:47 | |
*** Emine has joined #openstack-barbican | 16:19 | |
*** arunkant_ has joined #openstack-barbican | 16:23 | |
*** arunkant has quit IRC | 16:25 | |
*** openstackgerrit has quit IRC | 16:35 | |
*** jmlowe has quit IRC | 16:44 | |
*** moguimar has quit IRC | 16:48 | |
*** jmlowe has joined #openstack-barbican | 17:27 | |
*** jmlowe has quit IRC | 17:36 | |
*** arunkant__ has joined #openstack-barbican | 17:56 | |
*** jmlowe has joined #openstack-barbican | 17:56 | |
*** arunkant_ has quit IRC | 18:00 | |
*** dims has quit IRC | 18:06 | |
*** arunkant__ has quit IRC | 18:06 | |
*** dpawlik has joined #openstack-barbican | 18:23 | |
*** dims has joined #openstack-barbican | 18:26 | |
*** dims has quit IRC | 19:16 | |
rm_work | One of these days ... | 19:18 |
*** dims has joined #openstack-barbican | 19:25 | |
*** pcaruana has quit IRC | 19:27 | |
*** jmlowe has quit IRC | 20:29 | |
*** xek__ has quit IRC | 21:20 | |
*** raildo has quit IRC | 21:36 | |
*** openstackgerrit has joined #openstack-barbican | 21:53 | |
openstackgerrit | Merged openstack/barbican master: Remove hardcoded 'localhost' references https://review.openstack.org/634336 | 21:53 |
*** dpawlik has quit IRC | 22:19 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!