From 09ee5ca153435d28d641890201d8afb437d99039 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 21 Aug 2019 21:49:00 -0400 Subject: [PATCH] ceph-iscsi-stable: inject missing credentials Signed-off-by: Jason Dillaman --- .../config/definitions/ceph-iscsi-stable.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ceph-iscsi-stable/config/definitions/ceph-iscsi-stable.yml b/ceph-iscsi-stable/config/definitions/ceph-iscsi-stable.yml index 8dbdd653..bc857190 100644 --- a/ceph-iscsi-stable/config/definitions/ceph-iscsi-stable.yml +++ b/ceph-iscsi-stable/config/definitions/ceph-iscsi-stable.yml @@ -104,3 +104,11 @@ If this is checked, then the binaries will be built and pushed to chacra even if - inject-passwords: global: true mask-password-params: true + - credentials-binding: + - text: + credential-id: chacractl-key + variable: CHACRACTL_KEY + - credentials-binding: + - text: + credential-id: shaman-api-key + variable: SHAMAN_API_KEY -- 2.39.5