]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Change credential ID for ceph-jenkins github account's ssh key 1295/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 14 May 2019 12:31:24 +0000 (08:31 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 14 May 2019 12:31:24 +0000 (08:31 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
23 files changed:
ansible/examples/slave.yml
ansible/examples/slave_libvirt.yml
ansible/examples/slave_static.yml
ansible/slave.yml
ansible/slave_libvirt.yml
calamari-clients-setup/config/definitions/calamari-clients-setup.yml
calamari/config/definitions/calamari.yml
ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml
ceph-deploy-tag/config/definitions/ceph-tag.yml
ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml
ceph-dev-setup/config/definitions/ceph-dev-setup.yml
ceph-iscsi-cli/config/definitions/ceph-iscsi-cli.yml
ceph-iscsi-config/config/definitions/ceph-iscsi-config.yml
ceph-iscsi-tools/config/definitions/ceph-iscsi-tools.yml
ceph-iscsi/config/definitions/ceph-iscsi.yml
ceph-setup/config/definitions/ceph-setup.yml
ceph-tag/config/definitions/ceph-tag.yml
cephmetrics-release/config/definitions/cephmetrics-release.yml
cephmetrics/config/definitions/cephmetrics.yml
diamond-setup/config/definitions/diamond-setup.yml
rtslib-fb/config/definitions/rtslib-fb.yml
samba/config/definitions/samba.yml
tcmu-runner/config/definitions/tcmu-runner.yml

index a1601d401e793156fcfd156c129ddc389dc408d5..835403a3d0332f77492e8f5661beeef8b53b2726 100644 (file)
@@ -9,7 +9,7 @@
    - api_user: 'ceph-jenkins'
    - token: '{{ token }}'
    - api_uri: 'https://jenkins.ceph.com'
-   - jenkins_credentials_uuid: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+   - jenkins_credentials_uuid: 'jenkins-build'
    - nodename: '{{ nodename }}'
    - labels: '{{ labels }}'
    - use_jnlp: false
index 367d31bbe81c06569a8515ca40b8a463d52ca218..7725192c43129560d93307212739c515606a8d6e 100644 (file)
@@ -9,7 +9,7 @@
    - api_user: 'ceph-jenkins'
    - token: '{{ token }}'
    - api_uri: 'https://jenkins.ceph.com'
-   - jenkins_credentials_uuid: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+   - jenkins_credentials_uuid: 'jenkins-build'
    - nodename: '{{ nodename }}'
    - labels: '{{ labels }}'
    - use_jnlp: false
index bebac4185e4e7ce9e98168f085090209dce551f9..326fff5cb77a2e8c368bf31dadb1c6b0b328fdb9 100644 (file)
         name: "{{ ansible_default_ipv4.address }}+{{ nodename }}"
         labels: "{{ labels }}"
         host: "{{ ansible_default_ipv4.address }}"
-        credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+        credentialsId: 'jenkins-build'
         remoteFS: '/home/{{ jenkins_user }}/build'
         executors: '{{ executors|default(1) }}'
         exclusive: true
         name: "{{ ansible_default_ipv4.address }}+{{ nodename }}"
         labels: "{{ labels }}"
         host: "{{ ansible_default_ipv4.address }}"
-        credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+        credentialsId: 'jenkins-build'
         launcher: 'hudson.slaves.JNLPLauncher'
         remoteFS: '/home/{{ jenkins_user }}/build'
         # XXX this should be configurable, not all nodes should have one executor
index a1601d401e793156fcfd156c129ddc389dc408d5..835403a3d0332f77492e8f5661beeef8b53b2726 100644 (file)
@@ -9,7 +9,7 @@
    - api_user: 'ceph-jenkins'
    - token: '{{ token }}'
    - api_uri: 'https://jenkins.ceph.com'
-   - jenkins_credentials_uuid: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+   - jenkins_credentials_uuid: 'jenkins-build'
    - nodename: '{{ nodename }}'
    - labels: '{{ labels }}'
    - use_jnlp: false
index 367d31bbe81c06569a8515ca40b8a463d52ca218..7725192c43129560d93307212739c515606a8d6e 100644 (file)
@@ -9,7 +9,7 @@
    - api_user: 'ceph-jenkins'
    - token: '{{ token }}'
    - api_uri: 'https://jenkins.ceph.com'
-   - jenkins_credentials_uuid: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+   - jenkins_credentials_uuid: 'jenkins-build'
    - nodename: '{{ nodename }}'
    - labels: '{{ labels }}'
    - use_jnlp: false
index 7fb6d67a82c0a6b29f388145675ffe835cb57dd5..02912c5152467f176da663bc8e4fda439f1f693f 100644 (file)
@@ -26,7 +26,7 @@
       - git:
           url: git@github.com:ceph/calamari-clients.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index 8dc009dd1701cc8552035943a37da3239b65b2c5..13f830617b70e1df8d7380636b3e592e79d0717a 100644 (file)
@@ -70,7 +70,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/calamari.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index b757370bc9bac43425d726a7b07dae3c85e8175a..f7c3e1f967e774df289bc16ae31ac9c6f50f8cb2 100644 (file)
@@ -39,4 +39,4 @@
       - ssh-agent-credentials:
           # "jenkins-build" SSH key, needed for access to ceph-ansible.git
           users:
-            - '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+            - 'jenkins-build'
index d85168f05819ca81dff9087380d641d0ca60580d..65c3acd2d2226166e07b915458e97c991ad9dd3d 100644 (file)
@@ -49,4 +49,4 @@
       - ssh-agent-credentials:
           # "jenkins-build" SSH key, needed so we can push to
           # ceph-deploy.git
-          user: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          user: 'jenkins-build'
index 4474a60b88f188569c0d595318e3b9006ec3b0ce..d70a87e87398621439974cb7bc5bf665485c6136 100644 (file)
@@ -26,7 +26,7 @@
       - git:
           url: git@github.com:ceph/ceph-ci.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index bfab90fe47892e068847b538f5b7791fe34d251a..8c1bf29decd581afb8341b2ae3fa84569f0c3f79 100644 (file)
@@ -26,7 +26,7 @@
       - git:
           url: git@github.com:ceph/ceph.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index 39d852a072989a5e4280e13e48d7dc184dc81ac3..a52bfbf8d0c29bd6096b079ac10108e723870e59 100644 (file)
@@ -72,7 +72,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/ceph-iscsi-cli.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index fbbcdcf5df496904922051679f0058bb0e47f8d4..c7b0f50524a3473d786f8e375af4c62188bc22c5 100644 (file)
@@ -72,7 +72,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/ceph-iscsi-config.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index a815ec560e31bbfa06fe4a4c6700297205eea487..cfbd84761b630643ccdcb3e454362ea672faeb08 100644 (file)
@@ -71,7 +71,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/ceph-iscsi-tools.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index 7bacf14b2602f2df824b904c233864960b97b1b1..2ee2bfb1ef219d4d69140e09be3ecd676e2eb62a 100644 (file)
@@ -70,7 +70,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/ceph-iscsi.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index dc6da0cb5d02f2e1ddbe7b5dc398df6e960881df..f76fbc56c812eb294a07170ebbd59dd9f80ddd6c 100644 (file)
@@ -26,7 +26,7 @@
       - git:
           url: git@github.com:ceph/ceph-releases.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           # not really a branch, this builds the TAG that was previously
           # created by the ceph-tag job which concatenates 'v' + $VERSION
           branches:
index aac9c479f01c8f6e8396be6f823f8a7debf78f5a..73505cfdba28bc5b9d61d828b9e1195b40160369 100644 (file)
@@ -50,4 +50,4 @@
       - ssh-agent-credentials:
           # "jenkins-build" SSH key, needed so we can push to
           # ceph-deploy.git
-          user: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          user: 'jenkins-build'
index b77338c2f8ccfabc53c6d5de8fc35323537af6ae..d9256e6744741eb738c9d9f1b4d68e0e273eddb1 100644 (file)
@@ -72,7 +72,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/cephmetrics.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           skip-tag: true
           branches:
             - $BRANCH
index 263abdc8a6afeb08bb882f37abce8d889f547f47..a3fa54e1fe88aec60c089196eb5e9085b0fe3528 100644 (file)
@@ -72,7 +72,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/cephmetrics.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           skip-tag: true
           wipe-workspace: false
 
index 85a9a110b5dcc6c71742aa884db1f417fa0c18a3..3ae31e666fc7bf5674e36193278c979fb5dfecb8 100644 (file)
@@ -26,7 +26,7 @@
       - git:
           url: git@github.com:ceph/Diamond.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index 8b21302b8ba5d3f0b765574febd23132cb7139a8..82a4d675b687d36203143e4174de0f4a6e06361d 100644 (file)
@@ -70,7 +70,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/rtslib-fb.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true
index 0ee301f6d8243eb2f2505e47a21605eaa0221800..7ff783000a2013831b0653743b6b49a80a5420ea 100644 (file)
@@ -81,7 +81,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/samba.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $SAMBA_BRANCH
           skip-tag: true
index bf0bc9f69fc096f0b258a01e1174da7fd340bab6..06976457590e02c5b2cb21fb50d1f26458e18ecb 100644 (file)
@@ -77,7 +77,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
       - git:
           url: git@github.com:ceph/tcmu-runner.git
           # Use the SSH key attached to the ceph-jenkins GitHub account.
-          credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
+          credentials-id: 'jenkins-build'
           branches:
             - $BRANCH
           skip-tag: true