From 41b8dae90b16d1b033794fbe1c7b3556b5127878 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 3 Jun 2019 18:42:52 -0400 Subject: [PATCH] Add SHAMAN_API_KEY to a few missing jobs Signed-off-by: David Galloway --- ceph-build/config/definitions/ceph-build.yml | 3 +++ ceph-dev-build/config/definitions/ceph-dev-build.yml | 1 - ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml | 1 - ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml | 4 ++++ ceph-dev-setup/config/definitions/ceph-dev-setup.yml | 4 ++++ ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml | 4 ++++ ceph-setup/config/definitions/ceph-setup.yml | 4 ++++ nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml | 3 +++ nfs-ganesha/config/definitions/nfs-ganesha.yml | 1 - 9 files changed, 22 insertions(+), 3 deletions(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 22e7c45f..ac090a02 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -117,3 +117,6 @@ - text: credential-id: chacractl-key variable: CHACRACTL_KEY + - text: + credential-id: shaman-api-key + variable: SHAMAN_API_KEY diff --git a/ceph-dev-build/config/definitions/ceph-dev-build.yml b/ceph-dev-build/config/definitions/ceph-dev-build.yml index 240aef55..944d80d2 100644 --- a/ceph-dev-build/config/definitions/ceph-dev-build.yml +++ b/ceph-dev-build/config/definitions/ceph-dev-build.yml @@ -110,7 +110,6 @@ - text: credential-id: chacractl-key variable: CHACRACTL_KEY - - credentials-binding: - text: credential-id: shaman-api-key variable: SHAMAN_API_KEY diff --git a/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml b/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml index 7377a366..4dad0b16 100644 --- a/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml +++ b/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml @@ -110,7 +110,6 @@ - text: credential-id: chacractl-key variable: CHACRACTL_KEY - - credentials-binding: - text: credential-id: shaman-api-key variable: SHAMAN_API_KEY diff --git a/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml b/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml index d70a87e8..5b0643cd 100644 --- a/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml +++ b/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml @@ -60,3 +60,7 @@ - inject-passwords: global: true mask-password-params: true + - credentials-binding: + - text: + credential-id: shaman-api-key + variable: SHAMAN_API_KEY diff --git a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml index 8c1bf29d..e25329ac 100644 --- a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml +++ b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml @@ -60,3 +60,7 @@ - inject-passwords: global: true mask-password-params: true + - credentials-binding: + - text: + credential-id: shaman-api-key + variable: SHAMAN_API_KEY diff --git a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml index ce147e22..fb1f6aec 100644 --- a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml +++ b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml @@ -85,3 +85,7 @@ - inject-passwords: global: true mask-password-params: true + - credentials-binding: + - text: + credential-id: shaman-api-key + variable: SHAMAN_API_KEY diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index f76fbc56..31e22c1d 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -60,3 +60,7 @@ - inject-passwords: global: true mask-password-params: true + - credentials-binding: + - text: + credential-id: shaman-api-key + variable: SHAMAN_API_KEY diff --git a/nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml b/nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml index 7d55e60f..9f4e0745 100644 --- a/nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml +++ b/nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml @@ -190,3 +190,6 @@ If this is checked, then the binaries will be built and pushed to chacra even if - text: credential-id: chacractl-key variable: CHACRACTL_KEY + - text: + credential-id: shaman-api-key + variable: SHAMAN_API_KEY diff --git a/nfs-ganesha/config/definitions/nfs-ganesha.yml b/nfs-ganesha/config/definitions/nfs-ganesha.yml index 80910f83..34183892 100644 --- a/nfs-ganesha/config/definitions/nfs-ganesha.yml +++ b/nfs-ganesha/config/definitions/nfs-ganesha.yml @@ -167,7 +167,6 @@ If this is checked, then the binaries will be built and pushed to chacra even if - text: credential-id: chacractl-key variable: CHACRACTL_KEY - - credentials-binding: - text: credential-id: shaman-api-key variable: SHAMAN_API_KEY -- 2.39.5