Friday, 2019-03-01

*** munimeha1 has quit IRC00:11
*** sdake has joined #openstack-loci02:54
*** sdake has quit IRC04:08
*** e0ne has joined #openstack-loci07:28
*** sdake has joined #openstack-loci07:44
*** sdake has quit IRC08:23
*** sdake has joined #openstack-loci08:54
*** sdake has quit IRC10:20
*** e0ne has quit IRC10:22
*** e0ne has joined #openstack-loci10:23
*** e0ne has quit IRC11:11
*** e0ne has joined #openstack-loci11:14
*** e0ne has quit IRC11:49
*** lemko has joined #openstack-loci11:51
*** e0ne has joined #openstack-loci12:50
*** sdake has joined #openstack-loci14:02
evrardjp\o/14:15
*** sdake has quit IRC14:19
*** sdake has joined #openstack-loci14:22
*** sdake has quit IRC14:24
*** sdake has joined #openstack-loci14:39
evrardjpsomeone here?14:59
hogepodgehi15:02
evrardjpI would like to discuss https://review.openstack.org/#/c/637963/15:02
evrardjpexcept that, no update15:02
evrardjphey hogepodge15:02
hogepodge#startmeeting loci15:02
openstackMeeting started Fri Mar  1 15:02:30 2019 UTC and is due to finish in 60 minutes.  The chair is hogepodge. Information about MeetBot at http://wiki.debian.org/MeetBot.15:02
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:02
*** openstack changes topic to " (Meeting topic: loci)"15:02
openstackThe meeting name has been set to 'loci'15:02
evrardjpo/15:02
hogepodge#topic self-signed certs15:03
*** openstack changes topic to "self-signed certs (Meeting topic: loci)"15:03
evrardjpI guess that one is for me15:04
evrardjpwhen browsing the fetch_wheels code, I realised the protocol_detection is quite brittle15:04
evrardjpWould you be okay if I just remove it, and replace it with a variable?15:05
hogepodgethat should be fine15:05
evrardjpThat could default to http, the current behaviour, and be updated by the user to https if required. The rest is unchanged.15:06
hogepodgeI don’t know if anyone is depending on using local files15:06
evrardjpthat's for registries15:06
hogepodgeah, ok15:06
evrardjplocal files fetching is not impacted15:07
evrardjpand registries like dockerhub provide http redirection to valid certificates, so that doesn't matter to them too15:07
evrardjphttp redirection to https + valid certificates*15:07
evrardjpso basically the detection is... quite broken, because it spits http everywhere even if http doesn't work15:08
hogepodgeok15:08
evrardjpwhat would be the name of said variable we expose?15:08
evrardjpREGISTRY_USE_SSL ?15:08
evrardjpREGISTRY_PROTOCOL ?15:08
evrardjpREGISTRY_PROTOCOL http by default seems clear to me15:08
hogepodgeI would probaly say the latter15:08
hogepodgeyup15:09
evrardjpok15:09
evrardjpI will also add another key, REGISTRY_SSL_NOVERIFY, for those pesky self-signed certs :p15:09
evrardjpif everyone agrees :)15:09
hogepodgeI just learned yesterday that starlingx is adopting loci, so since we have adoption across two large projects now we should publish these changes to the mailing list to give everyone a fair heads up15:09
evrardjpoh really?15:10
evrardjpcool15:10
evrardjpyeah will do15:10
hogepodgeI might just use INSECURE to match the rest of the community15:10
hogepodgebut I have not strong opinion on that either way15:10
evrardjpright15:10
evrardjpyeah15:10
evrardjpthat's fine for me15:10
*** sdake has quit IRC15:10
evrardjpit's clearer15:10
hogepodgeor REGISTRY_INSECURE15:10
evrardjpyeah15:10
evrardjp+1 on REGISTRY_INSECURE15:11
evrardjpwill do the cleanup of the function in a different patch.15:11
hogepodgethat sounds great, thanks15:12
evrardjpso that people have time to react on the ML15:12
evrardjpthanks for your time and opinions hogepodge :)15:12
hogepodgeOf course: :-)15:13
hogepodge#topic testing15:13
*** openstack changes topic to "testing (Meeting topic: loci)"15:13
* evrardjp giggles15:13
hogepodgetesting is still an issue in my mind. I have to remove some tests, and figure out a solution for making sure our packages actually work15:13
hogepodgeWe’ve moved to a sprint model of working, so I’m. going to make this one of my items to address to make sure I carve out time for it15:14
evrardjpok15:14
hogepodgeI’m trying to decide if the best route is to do something like project individual testing, like running keystone tests against keystone, or be more ambitious and test against an AIO deployment (which i have, but right now it only supports centos)15:15
hogepodgeyou have any opinions on that?15:16
evrardjphogepodge: I think we should not have another deployment tool, but we lack testing, so what you have, even if it _only_ supports centos, is better than nothing15:16
evrardjpand I would not go further in fact :p15:16
evrardjpthe alternative is smoke tests per image, which is fine -- but how will you test nova?15:17
evrardjpthat's harder to test.15:17
hogepodgeIt’s what I use to deploy in my home lab, so it’s maintained, and I do want to add leap and ubuntu support, but it’s been very low priority (getting it to work at all has taken most of my time)15:17
hogepodgeyeah15:17
hogepodgejust run nova unit tests for example15:18
hogepodgebut integrated would simplify things a lot15:18
hogepodgeI would need to pull my tooling into infra, which should be easy enough. I’m just calling it locistack15:18
evrardjpI am not sure if I can invest time into maintaining it though -- do you want it to be voting, nv, experimental or a periodic?15:20
hogepodgemaybe start non-voting15:23
hogepodgeI can start by running tempest against a local installation and see if it even works15:23
evrardjp: )15:23
hogepodgeThanks15:24
hogepodge#topic open discussion15:24
*** openstack changes topic to "open discussion (Meeting topic: loci)"15:24
hogepodgeanything else?15:24
evrardjpnothing for me -- portdirect?15:24
hogepodgehehe I was wondering if I should out out portdirect15:24
evrardjphogepodge: I learned from the best :p15:24
hogepodgehearing nothing, thanks, and have a great weekend!15:26
hogepodge#endmeeting15:26
*** openstack changes topic to "Build image -- `docker build https://github.com/openstack/loci.git --build-arg PROJECT=keystone` || Review patches -- https://review.openstack.org/#/q/projects:openstack/loci+status:open"15:26
openstackMeeting ended Fri Mar  1 15:26:17 2019 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:26
openstackMinutes:        http://eavesdrop.openstack.org/meetings/loci/2019/loci.2019-03-01-15.02.html15:26
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/loci/2019/loci.2019-03-01-15.02.txt15:26
openstackLog:            http://eavesdrop.openstack.org/meetings/loci/2019/loci.2019-03-01-15.02.log.html15:26
evrardjpgood weekend hogepodge!15:26
*** e0ne has quit IRC15:38
*** e0ne has joined #openstack-loci15:39
*** openstackgerrit has joined #openstack-loci15:51
openstackgerritJean-Philippe Evrard proposed openstack/loci master: Support self-signed certificates docker registry  https://review.openstack.org/63796315:51
*** sdake has joined #openstack-loci15:58
*** sdake has quit IRC16:03
*** sdake has joined #openstack-loci16:05
*** e0ne has quit IRC16:14
*** e0ne has joined #openstack-loci16:15
*** e0ne has quit IRC16:17
*** kmalloc is now known as needscoffee16:22
*** sdake has quit IRC16:23
*** lemko has quit IRC16:40
openstackgerritJean-Philippe Evrard proposed openstack/loci master: [WIP] Cleanup fetch wheels  https://review.openstack.org/64044117:04
*** sdake has joined #openstack-loci17:47
*** irclogbot_1 has joined #openstack-loci18:11
*** mrhillsman is now known as mrhillsman_lunch18:28
*** sdake has quit IRC19:00
*** e0ne has joined #openstack-loci19:12
*** mrhillsman_lunch is now known as mrhillsman19:29
*** e0ne has quit IRC19:31
*** irclogbot_1 has quit IRC19:50
*** irclogbot_1 has joined #openstack-loci20:03
*** e0ne has joined #openstack-loci20:05
*** sdake has joined #openstack-loci20:18
*** sdake has quit IRC20:18
*** sdake has joined #openstack-loci20:22
*** sdake has quit IRC20:42
*** irclogbot_1 has quit IRC21:36
*** e0ne has quit IRC22:24
*** lamt has quit IRC22:52

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!