Giuseppe Lavagetto has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/385321 )
Change subject: docker-registry: allow pushing images from other hosts ...................................................................... docker-registry: allow pushing images from other hosts It will now be possible to push images to the registry from all build hosts and from the CI masters. Bug: T177055 Bug: T178606 Change-Id: I81a099e7246b7a15d9a6d0214e968d7f1ef163b2 --- M hieradata/role/common/docker/registry.yaml 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/role/common/docker/registry.yaml b/hieradata/role/common/docker/registry.yaml index d981c1a..d1f59d5 100644 --- a/hieradata/role/common/docker/registry.yaml +++ b/hieradata/role/common/docker/registry.yaml @@ -1,4 +1,8 @@ -profile::docker::registry::image_builders: ['10.64.16.176'] # copper.eqiad.wmnet +profile::docker::registry::image_builders: + - '10.64.16.176' # copper.eqiad.wmnet + - '10.64.0.36' #boron.eqiad.wmnet + - '208.80.154.17' # contint1001 + - '208.80.153.15' # contint2001 docker::registry::username: uploader #docker::registry::hash: defined in the private repo profile::docker::registry::storage_backend: swift -- To view, visit https://gerrit.wikimedia.org/r/385321 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I81a099e7246b7a15d9a6d0214e968d7f1ef163b2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
