]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev*/quay*: Use our own quay.ceph.io registry 1592/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 16 Jun 2020 21:32:53 +0000 (17:32 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 16 Jun 2020 21:32:53 +0000 (17:32 -0400)
This will have to be overridden in ceph.git/qa as well.

Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-dev-new/config/definitions/ceph-dev-new.yml
ceph-dev/config/definitions/ceph-dev.yml
quay-pruner/build/prune-quay.py
quay-pruner/config/definitions/quay-pruner.yml

index a20c5fd8efdf628a551e0d40e54b255283d647fc..98d550df1f65fb21cd600a4c75a8d58126803671 100644 (file)
@@ -73,7 +73,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - string:
           name: CONTAINER_REPO_HOSTNAME
           description: "For CI_CONTAINER: Name of container repo server (i.e. 'quay.io')"
-          default: "quay.io"
+          default: "quay.ceph.io"
 
       - string:
           name: CONTAINER_REPO_ORGANIZATION
index f38c3f3ccf298bbd37e26169fa7e80f063f813c6..6feae5a5bab4cd04ea36f6cb7d957cc06b2f05c5 100644 (file)
@@ -72,7 +72,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - string:
           name: CONTAINER_REPO_HOSTNAME
           description: "For CI_CONTAINER: Name of container repo server (i.e. 'quay.io')"
-          default: "quay.io"
+          default: "quay.ceph.io"
 
       - string:
           name: CONTAINER_REPO_ORGANIZATION
index d6f5a4bd3a97f73097e93c8c40008afe8447baaf..46537742a872c571156690e51d7eb413e8d2721a 100755 (executable)
@@ -6,7 +6,7 @@ import re
 import requests
 import sys
 
-QUAYBASE = "https://quay.io/api/v1"
+QUAYBASE = "https://quay.ceph.io/api/v1"
 REPO = "ceph-ci/ceph"
 
 
index 63ef4057a5ae815b708e28f2f577280783688453..cf98229161a5e7f4ea5c0a44bd7730fac5a867ca 100644 (file)
@@ -44,5 +44,5 @@
           mask-password-params: true
       - credentials-binding:
           - text:
-              credential-id: quay-api-token
+              credential-id: quay-dot-ceph-dot-io-pruner-token
               variable: QUAYTOKEN