Reviewed: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/935743 Committed: https://opendev.org/openstack/neutron-tempest-plugin/commit/a0593c77f846463bb7e1cc0136036a00d3abd34a Submitter: "Zuul (22348)" Branch: master
commit a0593c77f846463bb7e1cc0136036a00d3abd34a Author: Rodolfo Alonso Hernandez <ralon...@redhat.com> Date: Wed Nov 20 08:49:29 2024 +0000 Change the default FRR docker image repository This patch changes the default reporitory (hub.docker.com) to quay.io, in order to avoid the limitations implemented in the website, reducing the download request. The base image is the same: Ubuntu 22.04 NOTE: it could be possible that quay.io implements the same limitations. Closes-Bug: #2089140 Change-Id: If2aa7a58de35f14066d3e95058407af343b97f44 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2089140 Title: [infra] Deploy the docker image using a local mirror Status in neutron: Fix Released Bug description: The tempest tests ``neutron_tempest_plugin.scenario.test_multiple_gws.NetworkMultipleGWTest`` use the os-ken framework to create several containers. The base image used is ubuntu:22.04. The CI is frequently hitting the following error: """ toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit """ We need a way to download the docker image, before executing the tests, from a local mirror. Logs: https://05989beb69bf423f1288-af1e79cbace4eb695c89126aded05265.ssl.cf5.rackcdn.com/932920/1/check/neutron- tempest-plugin-ovn/0c218fe/controller/logs/tempest_log.txt Snippet: https://paste.opendev.org/show/b7kZ6E9cQZ9uXSzSUpup/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2089140/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp