fedora-image-uploader: add Google Compute Engine support for staging
This enables support for uploading images to Google Cloud in staging. Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
parent
75fdb66594
commit
3c6ab8afd8
3 changed files with 25 additions and 0 deletions
|
@ -106,6 +106,12 @@
|
|||
secret_file_key: registry-fedoraproject.key
|
||||
secret_file_privatefile: "docker-registry/{{env}}/pki/private/containerstable.key"
|
||||
|
||||
- role: openshift/secret-file
|
||||
secret_file_app: cloud-image-uploader
|
||||
secret_file_secret_name: cloud-image-uploader-google-cloud-key
|
||||
secret_file_key: google_cloud_image_uploader.json
|
||||
secret_file_privatefile: "files/gcp/{{env}}/image_uploader.json"
|
||||
|
||||
- role: openshift/object
|
||||
object_app: cloud-image-uploader
|
||||
object_template: secret.yml.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue