]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
sepia-fog-images: Inject IPMI and FOG credentials 1314/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 4 Jun 2019 19:42:54 +0000 (15:42 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 4 Jun 2019 19:50:57 +0000 (15:50 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
sepia-fog-images/config/definitions/sepia-fog-images.yml

index 19fd593555d532e60dceaacdb3e8f88b98432217..e385726a46030fbcea6165a43c93029836093814 100644 (file)
                       - ../../build/failure
 
     wrappers:
-      - mask-passwords:
       - inject-passwords:
           global: true
           mask-password-params: true
+      - credentials-binding:
+          - username-password-separated:
+              credential-id: sepia-ipmi
+              username: SEPIA_IPMI_USER
+              password: SEPIA_IPMI_PASS
+          - username-password-separated:
+              credential-id: fog
+              username: FOG_USER_TOKEN
+              password: FOG_API_TOKEN