*** munimeha1 has quit IRC | 00:11 | |
*** sdake has joined #openstack-loci | 02:54 | |
*** sdake has quit IRC | 04:08 | |
*** e0ne has joined #openstack-loci | 07:28 | |
*** sdake has joined #openstack-loci | 07:44 | |
*** sdake has quit IRC | 08:23 | |
*** sdake has joined #openstack-loci | 08:54 | |
*** sdake has quit IRC | 10:20 | |
*** e0ne has quit IRC | 10:22 | |
*** e0ne has joined #openstack-loci | 10:23 | |
*** e0ne has quit IRC | 11:11 | |
*** e0ne has joined #openstack-loci | 11:14 | |
*** e0ne has quit IRC | 11:49 | |
*** lemko has joined #openstack-loci | 11:51 | |
*** e0ne has joined #openstack-loci | 12:50 | |
*** sdake has joined #openstack-loci | 14:02 | |
evrardjp | \o/ | 14:15 |
---|---|---|
*** sdake has quit IRC | 14:19 | |
*** sdake has joined #openstack-loci | 14:22 | |
*** sdake has quit IRC | 14:24 | |
*** sdake has joined #openstack-loci | 14:39 | |
evrardjp | someone here? | 14:59 |
hogepodge | hi | 15:02 |
evrardjp | I would like to discuss https://review.openstack.org/#/c/637963/ | 15:02 |
evrardjp | except that, no update | 15:02 |
evrardjp | hey hogepodge | 15:02 |
hogepodge | #startmeeting loci | 15:02 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:02 |
*** openstack changes topic to " (Meeting topic: loci)" | 15:02 | |
openstack | The meeting name has been set to 'loci' | 15:02 |
evrardjp | o/ | 15:02 |
hogepodge | #topic self-signed certs | 15:03 |
*** openstack changes topic to "self-signed certs (Meeting topic: loci)" | 15:03 | |
evrardjp | I guess that one is for me | 15:04 |
evrardjp | when browsing the fetch_wheels code, I realised the protocol_detection is quite brittle | 15:04 |
evrardjp | Would you be okay if I just remove it, and replace it with a variable? | 15:05 |
hogepodge | that should be fine | 15:05 |
evrardjp | That could default to http, the current behaviour, and be updated by the user to https if required. The rest is unchanged. | 15:06 |
hogepodge | I don’t know if anyone is depending on using local files | 15:06 |
evrardjp | that's for registries | 15:06 |
hogepodge | ah, ok | 15:06 |
evrardjp | local files fetching is not impacted | 15:07 |
evrardjp | and registries like dockerhub provide http redirection to valid certificates, so that doesn't matter to them too | 15:07 |
evrardjp | http redirection to https + valid certificates* | 15:07 |
evrardjp | so basically the detection is... quite broken, because it spits http everywhere even if http doesn't work | 15:08 |
hogepodge | ok | 15:08 |
evrardjp | what would be the name of said variable we expose? | 15:08 |
evrardjp | REGISTRY_USE_SSL ? | 15:08 |
evrardjp | REGISTRY_PROTOCOL ? | 15:08 |
evrardjp | REGISTRY_PROTOCOL http by default seems clear to me | 15:08 |
hogepodge | I would probaly say the latter | 15:08 |
hogepodge | yup | 15:09 |
evrardjp | ok | 15:09 |
evrardjp | I will also add another key, REGISTRY_SSL_NOVERIFY, for those pesky self-signed certs :p | 15:09 |
evrardjp | if everyone agrees :) | 15:09 |
hogepodge | I 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 up | 15:09 |
evrardjp | oh really? | 15:10 |
evrardjp | cool | 15:10 |
evrardjp | yeah will do | 15:10 |
hogepodge | I might just use INSECURE to match the rest of the community | 15:10 |
hogepodge | but I have not strong opinion on that either way | 15:10 |
evrardjp | right | 15:10 |
evrardjp | yeah | 15:10 |
evrardjp | that's fine for me | 15:10 |
*** sdake has quit IRC | 15:10 | |
evrardjp | it's clearer | 15:10 |
hogepodge | or REGISTRY_INSECURE | 15:10 |
evrardjp | yeah | 15:10 |
evrardjp | +1 on REGISTRY_INSECURE | 15:11 |
evrardjp | will do the cleanup of the function in a different patch. | 15:11 |
hogepodge | that sounds great, thanks | 15:12 |
evrardjp | so that people have time to react on the ML | 15:12 |
evrardjp | thanks for your time and opinions hogepodge :) | 15:12 |
hogepodge | Of course: :-) | 15:13 |
hogepodge | #topic testing | 15:13 |
*** openstack changes topic to "testing (Meeting topic: loci)" | 15:13 | |
* evrardjp giggles | 15:13 | |
hogepodge | testing is still an issue in my mind. I have to remove some tests, and figure out a solution for making sure our packages actually work | 15:13 |
hogepodge | We’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 it | 15:14 |
evrardjp | ok | 15:14 |
hogepodge | I’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 |
hogepodge | you have any opinions on that? | 15:16 |
evrardjp | hogepodge: 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 nothing | 15:16 |
evrardjp | and I would not go further in fact :p | 15:16 |
evrardjp | the alternative is smoke tests per image, which is fine -- but how will you test nova? | 15:17 |
evrardjp | that's harder to test. | 15:17 |
hogepodge | It’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 |
hogepodge | yeah | 15:17 |
hogepodge | just run nova unit tests for example | 15:18 |
hogepodge | but integrated would simplify things a lot | 15:18 |
hogepodge | I would need to pull my tooling into infra, which should be easy enough. I’m just calling it locistack | 15:18 |
evrardjp | I 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 |
hogepodge | maybe start non-voting | 15:23 |
hogepodge | I can start by running tempest against a local installation and see if it even works | 15:23 |
evrardjp | : ) | 15:23 |
hogepodge | Thanks | 15:24 |
hogepodge | #topic open discussion | 15:24 |
*** openstack changes topic to "open discussion (Meeting topic: loci)" | 15:24 | |
hogepodge | anything else? | 15:24 |
evrardjp | nothing for me -- portdirect? | 15:24 |
hogepodge | hehe I was wondering if I should out out portdirect | 15:24 |
evrardjp | hogepodge: I learned from the best :p | 15:24 |
hogepodge | hearing nothing, thanks, and have a great weekend! | 15:26 |
hogepodge | #endmeeting | 15: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 | |
openstack | Meeting ended Fri Mar 1 15:26:17 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:26 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/loci/2019/loci.2019-03-01-15.02.html | 15:26 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/loci/2019/loci.2019-03-01-15.02.txt | 15:26 |
openstack | Log: http://eavesdrop.openstack.org/meetings/loci/2019/loci.2019-03-01-15.02.log.html | 15:26 |
evrardjp | good weekend hogepodge! | 15:26 |
*** e0ne has quit IRC | 15:38 | |
*** e0ne has joined #openstack-loci | 15:39 | |
*** openstackgerrit has joined #openstack-loci | 15:51 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/loci master: Support self-signed certificates docker registry https://review.openstack.org/637963 | 15:51 |
*** sdake has joined #openstack-loci | 15:58 | |
*** sdake has quit IRC | 16:03 | |
*** sdake has joined #openstack-loci | 16:05 | |
*** e0ne has quit IRC | 16:14 | |
*** e0ne has joined #openstack-loci | 16:15 | |
*** e0ne has quit IRC | 16:17 | |
*** kmalloc is now known as needscoffee | 16:22 | |
*** sdake has quit IRC | 16:23 | |
*** lemko has quit IRC | 16:40 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/loci master: [WIP] Cleanup fetch wheels https://review.openstack.org/640441 | 17:04 |
*** sdake has joined #openstack-loci | 17:47 | |
*** irclogbot_1 has joined #openstack-loci | 18:11 | |
*** mrhillsman is now known as mrhillsman_lunch | 18:28 | |
*** sdake has quit IRC | 19:00 | |
*** e0ne has joined #openstack-loci | 19:12 | |
*** mrhillsman_lunch is now known as mrhillsman | 19:29 | |
*** e0ne has quit IRC | 19:31 | |
*** irclogbot_1 has quit IRC | 19:50 | |
*** irclogbot_1 has joined #openstack-loci | 20:03 | |
*** e0ne has joined #openstack-loci | 20:05 | |
*** sdake has joined #openstack-loci | 20:18 | |
*** sdake has quit IRC | 20:18 | |
*** sdake has joined #openstack-loci | 20:22 | |
*** sdake has quit IRC | 20:42 | |
*** irclogbot_1 has quit IRC | 21:36 | |
*** e0ne has quit IRC | 22:24 | |
*** lamt has quit IRC | 22:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!