Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
d59948b5
Unverified
Commit
d59948b5
authored
2 years ago
by
Rajesh Kumaravel
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-30678 feat: GCloud Config keys added (#3547)
parent
c20b4cc1
master
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
upstream/release-5.1.0-vdn
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
release-5.0.2
release-5.0.2_RC1
release-5.0.1
release-5.0.1_RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/sunbird_player.env
+8
-0
ansible/roles/stack-sunbird/templates/sunbird_player.env
with
8 additions
and
0 deletions
+8
-0
ansible/roles/stack-sunbird/templates/sunbird_player.env
+
8
−
0
View file @
d59948b5
...
...
@@ -214,3 +214,11 @@ sunbird_aws_labels={{aws_labels_folder_name | default("labels")}}
sunbird_aws_access_key={{aws_private_bucket_access_key | default("")}}
sunbird_aws_secret_key={{aws_private_bucket_secret_key | default("")}}
sunbird_aws_region={{aws_private_bucket_region | default("ap-south-1")}}
#GCLOUD config for storage access
sunbird_gcloud_bucket_name={{gcloud_private_bucket_name | default("")}}
sunbird_gcloud_reports={{gcloud_reports_folder_name | default("reports")}}
sunbird_gcloud_labels={{gcloud_labels_folder_name | default("labels")}}
sunbird_gcloud_client_email={{gcloud_private_bucket_client_email | default("")}}
sunbird_gcloud_private_key={{gcloud_private_bucket_private_key | default("")}}
sunbird_gcloud_projectId={{gcloud_private_bucket_projectId | default("")}}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets