17:02:44 <hogepodge> #startmeeting refstack
17:02:45 <openstack> Meeting started Tue Feb  6 17:02:44 2018 UTC and is due to finish in 60 minutes.  The chair is hogepodge. Information about MeetBot at http://wiki.debian.org/MeetBot.
17:02:47 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
17:02:49 <openstack> The meeting name has been set to 'refstack'
17:02:53 <mguiney> o/
17:03:07 <hogepodge> #link agenda https://etherpad.openstack.org/p/refstack-meeting-18-02-06
17:03:18 <hogepodge> Hello everybody!
17:04:47 <hogepodge> Give it a few more minutes to let folks trickle in.
17:05:08 * mguiney nods
17:05:25 <hogepodge> If we're low on attendance, I may suggest we move to weekly wrap-ups and discussions on the dev mailing list.
17:05:39 <chandankumar> Hello All!
17:05:58 <hogepodge> Hi chandankumar!
17:06:34 <hogepodge> Ok, so let's start.
17:06:40 <hogepodge> #topic ptg
17:06:58 <hogepodge> Looking forward to seeing y'all in dublin
17:07:02 <hogepodge> #link https://etherpad.openstack.org/p/InteropDublin2018PTG
17:07:37 <chandankumar> my visa got approved tickets books, i will be there
17:07:46 <hogepodge> chandankumar: excellent
17:08:36 <hogepodge> I'm hoping that in our ftf sessions we'll have a chance to really forward on some of the features. In particular I'm hoping to work on the tempestconf integration and to turn off anonymous uploads.
17:09:34 <hogepodge> Please add other topic ideas to the etherpad
17:09:59 <hogepodge> #topic refstack
17:10:19 <hogepodge> A couple of patches to tidy up zuul.
17:10:31 <hogepodge> #link https://review.openstack.org/#/c/540197/ Zuul: Remove project name
17:10:35 <tosky> o/
17:10:38 <hogepodge> I don't see an issue with it.
17:10:39 <hogepodge> Hi tosky!
17:11:12 <tosky> those "remove project name" can be approved even with just one +2; there was an email on openstack-dev@
17:11:19 <tosky> the only problem is that the gates are overloaded now
17:12:02 <hogepodge> we can save them for next week if we want to nominally reduce the gate load for the infra team
17:12:10 <hogepodge> I'm in no rush.
17:12:30 <hogepodge> (and our own recheck workload)
17:12:31 <tosky> oh, let's say that when you see a shorter queue on zuul, you can approve it
17:12:52 <hogepodge> +1
17:13:20 <hogepodge> On the disable anonymous upload, I'd like us to target the PTG for finalizing that.
17:13:27 * mguiney nods
17:13:51 <hogepodge> We can also have a work session to see if we can get NPM upgraded as a team. Big server update push.
17:13:55 <mguiney> sounds good. It's coming along nicely, so i hope to have it ready by then
17:14:00 * mguiney nods
17:14:36 <hogepodge> mguiney: how's the subunit API work coming along?
17:16:55 <mguiney> it is coming along nicely
17:17:28 <mguiney> the "delete" function is dependant on the subunit2sql patch, but the get should (with any luck) be finished by our meeting later today
17:17:34 <mguiney> *dependent
17:18:22 <mguiney> after that i'll clean it up a bit (validation and whatnot), write the unit tests, and document
17:18:43 <hogepodge> I guess we should check with mtreinish about shared configuration in subunut2sql
17:18:53 <hogepodge> subunit2sql
17:19:10 <mguiney> i'm currently just handing it a session, which has sorted that, for our purposes,
17:19:13 <mguiney> *.
17:19:18 <hogepodge> I think we shelled out because we were worried about global variables and concurrency problems.
17:19:23 <hogepodge> ah, ok
17:19:34 <mguiney> that actually may be causing more problems than it solves
17:19:38 <mguiney> the shelling out, i mean
17:20:08 <mguiney> so there may be something to sorting that out after all
17:20:08 <hogepodge> Well I don't want to make more problems :-)
17:20:21 * mguiney nods
17:20:33 <hogepodge> I'm looking forward to the next updates.
17:20:40 * mguiney nods
17:20:50 <hogepodge> Other items, documentation is on hold.
17:21:24 <mguiney> though i'm hoping to get more of that cranked out during the offline travel time to the ptg
17:21:29 <hogepodge> Python 2 -> 3 I think that might be a good post-ptg project once the other items land.
17:21:47 <hogepodge> Any other comments on refstack or refstack-client?
17:22:33 <hogepodge> Moving on to python-tempestconf
17:22:42 <hogepodge> #topic python-tempestconf
17:22:45 <hogepodge> #chair tosky
17:22:46 <openstack> Current chairs: hogepodge tosky
17:22:48 <hogepodge> #chair chandankumar
17:22:49 <openstack> Current chairs: chandankumar hogepodge tosky
17:22:57 <hogepodge> Take it away!
17:23:04 <tosky> so, let me grab the list
17:23:33 <mtreinish> hogepodge: ?
17:23:38 <tosky> wow, we have few of them
17:24:27 <tosky> https://review.openstack.org/#/c/538835/ is a change in requirements which have some troubles with the timeout of the gates; chandankumar extended the timeouts in the last version, let's see
17:24:51 <tosky> #link https://review.openstack.org/#/c/538835/ Fixed {test,-}.requirements.txt
17:25:27 <tosky> there are few refactoring changes, work in progress, like last week, namely:
17:25:44 <tosky> #link https://review.openstack.org/#/c/537355/ Decouple TempestConf class
17:25:55 <tosky> #link https://review.openstack.org/#/c/533138/ Split main to smaller functions
17:26:26 <tosky> #link https://review.openstack.org/#/c/533434/ Split ClientManager
17:26:45 <hogepodge> WIP is a terrible change name fwiw ;-)
17:26:51 <tosky> #link https://review.openstack.org/#/c/540177/ WIP
17:26:57 <tosky> yep, that's definitely super-WIP
17:27:05 <tosky> at least there is some content in the commit message
17:27:24 <tosky> regarding normal reviews:
17:27:40 <tosky> #link https://review.openstack.org/#/c/539517/ Set auth_uri from os-cloud auth_url
17:28:30 <tosky> I have the feeling that it's not going to work, as explained in the review: the change is based on the assumption of a certain form of the auth uri, but I don't think it's really working
17:28:38 <tosky> let's see, the gates seems to agree with me :)
17:29:02 <tosky> #link https://review.openstack.org/#/c/519714/ WIP: Add EC2-API support
17:29:37 <tosky> still marked as WIP apparently, even if received some updates
17:30:10 <tosky> #link https://review.openstack.org/#/c/528380/ Make tempest setup image verification aware
17:30:34 <tosky> there is still the -1 by Arx, and the gate instability did not help; I would recheck but now it's not the right time
17:30:55 <hogepodge> tosky: I think assumptions of uri forms aren't great
17:31:12 <tosky> yep
17:31:13 <hogepodge> a few clouds change things around. As long as it can be overridden.
17:31:30 <tosky> and last but not least, the same project name change for zuul
17:31:35 <tosky> #link https://review.openstack.org/#/c/538867/ Zuul: Remove project name
17:31:42 <tosky> which was stuck too on some gate issues
17:31:54 <tosky> I will try to recheck when the storm passes
17:32:40 <tosky> and fianlly, for the RefStack Client Integration, I didn't notice the review by chandankumar, but it's really fresh
17:32:45 <tosky> #link https://review.openstack.org/#/c/541273/ Added initial entrypoint for tempest config tool
17:33:16 <hogepodge> hooray! :-)
17:33:31 <chandankumar> tosky: hogepodge i have started this evening, i am making some changes in tempestconf in order to place integration i will get working till next meeting
17:33:31 <tosky> still WIP, but now things are going to be more interesting I guess
17:34:32 <hogepodge> thanks chandankumar
17:34:33 <tosky> I think it's all from my side: we have few patches to recheck, waiting for the gates, and a pending release of python-tempestconf 1.1.4 which depends on at least one of the patches
17:34:51 <tosky> unless you have questions, we can move on
17:34:59 <hogepodge> nope, that covers it for me
17:35:05 <hogepodge> anyone else? any other topics?
17:35:17 <hogepodge> #topic open discussion
17:36:32 <hogepodge> Ok, with nothing else we'll call it a meeting. Thanks everyone!
17:36:46 <hogepodge> #endmeeting