*** tosky has quit IRC | 00:57 | |
*** ykarel|away has joined #opendev | 04:22 | |
*** ykarel|away is now known as ykarel | 04:30 | |
*** d34dh0r53 has joined #opendev | 04:33 | |
*** ysandeep|away is now known as ysandeep|ruck | 05:16 | |
*** manpreet has joined #opendev | 06:06 | |
*** marios has joined #opendev | 06:08 | |
*** sshnaidm|off is now known as sshnaidm|rover | 06:49 | |
openstackgerrit | Rico Lin proposed opendev/system-config master: Change openstack-tw owner https://review.opendev.org/760770 | 07:05 |
---|---|---|
*** manpreet has left #opendev | 07:06 | |
*** slaweq has joined #opendev | 07:53 | |
*** ykarel_ has joined #opendev | 08:06 | |
*** ykarel has quit IRC | 08:09 | |
*** fressi has joined #opendev | 08:09 | |
*** ysandeep|ruck is now known as ysandeep|lunch | 08:22 | |
*** lpetrut has joined #opendev | 08:29 | |
*** andrewbonney has joined #opendev | 08:30 | |
*** ykarel_ is now known as ykarel | 08:31 | |
*** tosky has joined #opendev | 08:45 | |
*** rpittau|afk is now known as rpittau | 09:22 | |
*** AJaeger has joined #opendev | 09:39 | |
AJaeger | zbr: could you check https://review.opendev.org/760746, please? ansible-lint fails with a strange error. | 09:39 |
*** ysandeep|lunch is now known as ysandeep|ruck | 09:39 | |
*** AJaeger has quit IRC | 09:45 | |
zbr | looking | 09:49 |
zbr | weird seems unrelated, let me guess version of ansible is not inside supported range or worse setup is broken due to 2.9 ->2.10 upgrade. | 09:50 |
zbr | as you probably know, pip cannot upgrade ansible, it breaks it. | 09:51 |
zbr | you need to remove it manually before installing 2.10 | 09:51 |
zbr | the "great" divide between 2.9 and 2.10 | 09:51 |
zbr | that is how it usually behaves when you endup with a broken ansible | 09:51 |
zbr | and yes, I see ansible 2.7 being installed, which is not supported. | 09:52 |
zbr | linter requires at least 2.9 | 09:52 |
zbr | i will make a PR to assure that | 09:53 |
*** DSpider has joined #opendev | 09:56 | |
*** whoami-rajat__ has joined #opendev | 10:25 | |
*** auristor has quit IRC | 10:30 | |
*** hjensas|PTO is now known as hjensas | 10:38 | |
openstackgerrit | Slawek Kaplonski proposed opendev/irc-meetings master: Move Neutron CI meeting to Thursday https://review.opendev.org/760823 | 10:39 |
*** odyssey4me|PTO is now known as odyssey4me | 10:43 | |
sshnaidm|rover | frickler, hi, was there any response from docker.io about rate limit for openstack? | 11:55 |
*** hashar has joined #opendev | 12:00 | |
*** ysandeep|ruck is now known as ysandeep|afk | 12:07 | |
zbr | sshnaidm|rover: IMHO, adding tokens can easily buy us time as auth tokes will always have bigger limits than anonymous. | 12:16 |
zbr | i already did this on few projects, to avoid being hit | 12:16 |
openstackgerrit | Slawek Kaplonski proposed opendev/irc-meetings master: Remove neutron QoS subteam meeting. https://review.opendev.org/760902 | 12:22 |
*** iurygregory is now known as iurygregory|afk | 12:31 | |
*** auristor has joined #opendev | 12:34 | |
*** ysandeep|afk is now known as ysandeep|ruck | 12:38 | |
openstackgerrit | Michal Pryc proposed zuul/zuul-jobs master: Allow bindep role to read from more then one bindep file https://review.opendev.org/759868 | 13:15 |
openstackgerrit | Michal Pryc proposed zuul/zuul-jobs master: Allow bindep role to read from more then one bindep file https://review.opendev.org/759868 | 13:15 |
openstackgerrit | Michal Pryc proposed zuul/zuul-jobs master: Allow bindep role to read from more then one bindep file https://review.opendev.org/759868 | 13:17 |
openstackgerrit | zbr proposed zuul/zuul-jobs master: More E208 fixes https://review.opendev.org/760918 | 13:35 |
openstackgerrit | Merged zuul/zuul-jobs master: More E208 mode fixes https://review.opendev.org/748498 | 13:50 |
*** dmsimard has quit IRC | 13:51 | |
*** dmsimard has joined #opendev | 13:51 | |
fungi | sshnaidm|rover: zbr: also an easy workaround until we have something better in place is to unconfigure the proxies in jobs and have test nodes connect directly to dockerhub instead, since the requests will get spread across many more ip addresses that way | 13:52 |
sshnaidm|rover | fungi, not for tripleo, we need more than 100 containers for job I think, also each ip will be blocked for 6 hours, and reusing IPs can be problematic | 13:53 |
sshnaidm|rover | fungi, we came with a different solution - to build containers, but still worth to know if we can pull some of them.. | 13:54 |
fungi | yeah, we do get restricted to a pool of addresses in some providers, so those same addresses will come up multiple times for different builds | 13:54 |
fungi | we talked briefly last week about the possibility to run zuul-registry instances on our mirror servers in each provider as a proper caching registry proxy, and setting it up to make authenticated requests. apparently the pull-through feature for it which was ripped out early on would need to be restored, but it would in theory allow us to significantly reduce the number of requests, particularly manifest | 14:01 |
fungi | requests as i understand it, we make to dockerhub | 14:01 |
fungi | and also if those systems are making authenticated requests then we'll be able to take advantage of different (pro bono open source or paid) limits for the account | 14:02 |
*** dmsimard has quit IRC | 14:03 | |
*** dmsimard has joined #opendev | 14:03 | |
*** sboyron has joined #opendev | 14:11 | |
openstackgerrit | Michal Pryc proposed zuul/zuul-jobs master: Allow bindep role to read from more then one bindep file https://review.opendev.org/759868 | 14:13 |
*** rchurch has quit IRC | 14:36 | |
*** rchurch has joined #opendev | 14:39 | |
*** iurygregory|afk is now known as iurygregory | 14:41 | |
openstackgerrit | Merged opendev/irc-meetings master: Remove neutron QoS subteam meeting. https://review.opendev.org/760902 | 15:17 |
*** hashar has quit IRC | 15:27 | |
*** fressi has quit IRC | 15:35 | |
*** AJaeger has joined #opendev | 15:36 | |
*** lpetrut has quit IRC | 15:38 | |
*** AJaeger has quit IRC | 15:42 | |
clarkb | fungi: frickler also got a response from docker on that open source project/ci inquiry | 15:45 |
clarkb | I've not yet read up on it though | 15:46 |
fungi | "For the approved, non-commercial, open source namespaces, Docker will suspend data pull rate restrictions, with no egress restrictions applying to any Docker users pulling images from those namespaces" | 15:48 |
fungi | yeah, so sounds like the people publishing the images need to get their namespaces approved as unrestricted access open source content | 15:48 |
fungi | also there's this bit of fun... "While the publisher retains the Open Source project status, the Publisher agrees to: 1. Become a Docker public reference for press releases, blogs, webinars, etc; 2. Create joint blogs, webinars and other marketing content; 3. Create explicit links to their Docker Hub repos, with no 'wrapping' or hiding sources of their images; 4. Document that Docker Engine or Docker Desktop | 15:50 |
fungi | are required to run their whitelisted images; 5. Give Docker full attribution" | 15:51 |
fungi | so basically they'll allow unfettered access to download open source images so long as the publishers of those images agree to become a marketing vehicle for docker inc. | 15:51 |
clarkb | #4 seems particularly problematic? | 15:52 |
clarkb | maybe we run that by jbryce and see what he thinks? Getting that status for our open sourcep rojects would be great, but not sure what the trade off entails there | 15:52 |
fungi | also it doesn't directly solve our current problem because it's not unrestricted access for our client ip address to all namespaces on dockerhub, it's a means for the people who publish to namespaces on dockerhub to allow unrestricted downloads by any client | 15:54 |
fungi | so we'd need to get all (or at least most) of the publishers for the images we consume in our jobs to agree to apply for that status and agree those terms | 15:54 |
fungi | er, agree to those terms | 15:54 |
clarkb | fungi: correct, but for many of our uses I bet that would be sufficient | 15:54 |
clarkb | like zuul images are debian + python + zuul | 15:55 |
clarkb | granted we don't know if debian and python would agree to those terms ... | 15:55 |
fungi | sure, and i agree #4 reads like you're not allowed to imply that non-dockerinc clients are a supported means of consuming your images | 15:55 |
fungi | you basically have to endorse only their official tools | 15:56 |
clarkb | I pushed changes up to disable using the region caches too fwiw | 15:58 |
clarkb | not sure if we want to try landing them yet | 15:58 |
clarkb | still trying to catch up on a variety of things | 15:58 |
openstackgerrit | Nicolas Hicher proposed openstack/diskimage-builder master: yum-minimal: Add centos-stream-repos package for centos-8-stream https://review.opendev.org/760951 | 16:02 |
*** iurygregory has quit IRC | 16:12 | |
openstackgerrit | Michal Pryc proposed zuul/zuul-jobs master: Allow bindep role to read from more then one bindep file https://review.opendev.org/759868 | 16:17 |
*** hashar has joined #opendev | 16:19 | |
*** iurygregory has joined #opendev | 16:22 | |
*** ykarel is now known as ykarel|away | 16:39 | |
*** ysandeep|ruck is now known as ysandeep|away | 16:39 | |
*** ykarel|away has quit IRC | 16:57 | |
*** rpittau is now known as rpittau|afk | 17:08 | |
*** marios is now known as marios|out | 17:22 | |
*** tosky has quit IRC | 17:28 | |
*** marios|out has quit IRC | 17:42 | |
*** kindwindfall__ has quit IRC | 17:49 | |
*** sshnaidm|rover is now known as sshnaidm|afk | 17:57 | |
*** andrewbonney has quit IRC | 18:16 | |
openstackgerrit | zbr proposed zuul/zuul-jobs master: More E208 fixes https://review.opendev.org/760918 | 18:38 |
*** d34dh0r53 has quit IRC | 18:45 | |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: multi-node-bridge: update include to include_tasks https://review.opendev.org/730662 | 19:09 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Add option to install kubernetes with kind https://review.opendev.org/740935 | 19:16 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Add nimble roles and job https://review.opendev.org/747865 | 19:37 |
*** d34dh0r53 has joined #opendev | 19:52 | |
openstackgerrit | Merged zuul/zuul-jobs master: emit-job-header: Print username in node information https://review.opendev.org/760692 | 20:04 |
*** persia has quit IRC | 20:08 | |
*** persia has joined #opendev | 20:09 | |
openstackgerrit | Merged zuul/zuul-jobs master: More E208 fixes https://review.opendev.org/760918 | 20:17 |
*** tosky has joined #opendev | 20:27 | |
*** hamalq has joined #opendev | 20:31 | |
*** farda has joined #opendev | 20:46 | |
*** farda has quit IRC | 20:59 | |
*** farda has joined #opendev | 21:00 | |
*** farda has quit IRC | 21:07 | |
*** sboyron has quit IRC | 21:29 | |
openstackgerrit | Merged zuul/zuul-jobs master: Allow bindep role to read from more then one bindep file https://review.opendev.org/759868 | 22:37 |
*** slaweq has quit IRC | 23:03 | |
*** gnuoy has quit IRC | 23:05 | |
*** hashar has quit IRC | 23:20 | |
*** DSpider has quit IRC | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!