Giuseppe Lavagetto has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/21/385321/1 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: newchange Gerrit-Change-Id: I81a099e7246b7a15d9a6d0214e968d7f1ef163b2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
