15:01:04 <lennyb> #startmeeting third-party
15:01:05 <openstack> Meeting started Mon Dec  5 15:01:04 2016 UTC and is due to finish in 60 minutes.  The chair is lennyb. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:01:06 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:01:08 <openstack> The meeting name has been set to 'third_party'
15:01:18 <lennyb> Hello
15:01:56 <mmedvede> o/
15:01:59 <asselin> o/
15:02:14 <lennyb> hi asselin, mmedvede, how are you?
15:02:50 <asselin> good thanks :)
15:03:11 <mmedvede> same
15:03:40 <lennyb> I wanted to discuss git issues. mmedvede asked me about 2 weeks ago.
15:03:50 * lennyb writing
15:04:08 <lennyb> due to the recent git issues we had to start using a local copy/
15:04:25 <lennyb> how do you manage it?
15:05:11 <mmedvede> lennyb: we switched from git.o.o to github.com, it did resolve the immediate problems
15:05:31 <mmedvede> lennyb: but we have git-mirror server in the works, still thinking about how to implement it
15:06:05 <mmedvede> lennyb: one way is to listen on gerrit stream and update mirrors when relevant merges happen
15:06:46 <mmedvede> lennyb: how did you implement local mirrors?
15:08:19 <lennyb> mmedvede, I had to do something very quickly. I just added daily crontab with git pull on one server, and all the CI machines just cloning from it
15:08:24 <lennyb> somthing like this http://paste.openstack.org/show/591435/
15:09:28 <lennyb> mmedvede, I know, it's ugly :)
15:10:13 <mmedvede> as long as it works :)
15:10:18 <lennyb> so basically all the irrelevant code we are taking from local host and only the patched one from the upstream
15:11:04 <lennyb> anything else someone wants to discuss?
15:11:07 <mmedvede> lennyb: but do you not have a local git cache on your images already?
15:11:27 <mmedvede> e.g. if you use prepare-node, it does cache things under /opt/git
15:12:10 <lennyb> mmedvede, no. we are running jobs on physical servers, not vms, maybe in the future we will use ironica images for this, but not right now
15:12:17 <mmedvede> for us connection to git.o.o was hanging/timing out on update on top of cached repos
15:13:16 <mmedvede> lennyb: I see. Could also be possible to use an iscsi volume
15:13:31 <mmedvede> if your physical server allows
15:15:06 <lennyb> mmedvede, I will check it. I had to do something very quickly, so this solution took me about 30mins, anything else could take much longer
15:15:58 <lennyb> anything else someone wants to discuss?
15:17:15 <asselin> lennyb, are you the new chair, or just filling in temporarily for anteaya ?
15:18:39 <lennyb> asselin, anteaya added me in case she is not here, but looks like she 'is not here' ever since :)
15:18:52 <asselin> lol, ok :)
15:19:41 <lennyb> asselin, this meeting happens at 5pm my local time, so I am usually at work and attend to meeting
15:23:07 <lennyb> hi asselin, mmedvede, if there are nothing else to discus I will see you next week
15:23:28 <asselin> I've nothing else. See you next week.
15:25:22 <mmedvede> nothing from me
15:26:55 <lennyb> bye, thanks for being here...
15:27:01 <mmedvede> thanks lennyb
15:27:06 <asselin> thanks lennyb
15:27:12 <lennyb> #endmeeting