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
95a83a1a
Unverified
Commit
95a83a1a
authored
2 years ago
by
Raghupathi
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Update config.j2 (#3673)
parent
1b8d338a
upstream/release-5.1.0-vdn
login-changes
loginRegisterBtn
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
release-5.1.0_RC3
1 merge request
!16
Release 5.1.0 api
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/ml-analytics-service/defaults/main.yml
+6
-6
ansible/roles/ml-analytics-service/defaults/main.yml
ansible/roles/ml-analytics-service/templates/config.j2
+9
-9
ansible/roles/ml-analytics-service/templates/config.j2
with
15 additions
and
15 deletions
+15
-15
ansible/roles/ml-analytics-service/defaults/main.yml
+
6
−
6
View file @
95a83a1a
...
...
@@ -105,12 +105,12 @@ ml_analytics_cloud_package_path: "{{ config_path }}/cloud_storage"
ml_analytics_cname_url
:
"
{{
cloud_storage_url
}}/{{
cloud_storage_samiksha_bucketname
}}"
ml_Cloud_secret_json_file
:
"
cloud_secrets.json"
ml_Cloud_Secrets
:
account_name
:
"
{{
cloud_p
rivate
_storage_accountname
}}"
account_key
:
"
{{
cloud_p
rivate
_storage_secret
}}"
cloud_p
rivate
_storage_accountname
:
"
{{
cloud_p
rivate
_storage_accountname
}}"
account_name
:
"
{{
cloud_p
ublic
_storage_accountname
}}"
account_key
:
"
{{
cloud_p
ublic
_storage_secret
}}"
cloud_p
ublic
_storage_accountname
:
"
{{
cloud_p
ublic
_storage_accountname
}}"
cloud_storage_telemetry_bucketname
:
"
{{
cloud_storage_telemetry_bucketname
}}"
cloud_p
rivate
_storage_secret
:
"
{{
cloud_p
rivate
_storage_secret
}}"
cloud_p
rivate
_storage_region
:
"
{{
cloud_p
rivate
_storage_region
}}"
cloud_p
rivate
_storage_endpoint
:
"
{{
cloud_p
rivate
_storage_endpoint
}}"
cloud_p
ublic
_storage_secret
:
"
{{
cloud_p
ublic
_storage_secret
}}"
cloud_p
ublic
_storage_region
:
"
{{
cloud_p
ublic
_storage_region
}}"
cloud_p
ublic
_storage_endpoint
:
"
{{
cloud_p
ublic
_storage_endpoint
}}"
ml_analytics_project_program
:
"
{{
WORKDIR
}}/ml-analytics-service/projects/program_ids.txt"
ml_analytics_projects_program_filename
:
"
{{
config_path
}}/projects/program_ids.txt"
This diff is collapsed.
Click to expand it.
ansible/roles/ml-analytics-service/templates/config.j2
+
9
−
9
View file @
95a83a1a
...
...
@@ -154,13 +154,13 @@ survey_streaming_error = {{ ml_analytics_survey_log_folder_path }}/error.log
[ORACLE]
endpoint_url = {{ cloud_p
rivate
_storage_endpoint }}
endpoint_url = {{ cloud_p
ublic
_storage_endpoint }}
access_key = {{ cloud_p
rivate
_storage_accountname }}
access_key = {{ cloud_p
ublic
_storage_accountname }}
secret_access_key = {{ cloud_p
rivate
_storage_secret }}
secret_access_key = {{ cloud_p
ublic
_storage_secret }}
region_name = {{ cloud_p
rivate
_storage_region }}
region_name = {{ cloud_p
ublic
_storage_region }}
bucket_name = {{ cloud_storage_telemetry_bucketname }}
...
...
@@ -178,11 +178,11 @@ bucket_name = {{ cloud_storage_telemetry_bucketname }}
service_name = S3
access_key = {{ cloud_p
rivate
_storage_accountname }}
access_key = {{ cloud_p
ublic
_storage_accountname }}
secret_access_key = {{ cloud_p
rivate
_storage_secret }}
secret_access_key = {{ cloud_p
ublic
_storage_secret }}
region_name = {{ cloud_p
rivate
_storage_region }}
region_name = {{ cloud_p
ublic
_storage_region }}
bucket_name = {{ cloud_storage_telemetry_bucketname }}
...
...
@@ -190,11 +190,11 @@ bucket_name = {{ cloud_storage_telemetry_bucketname }}
[AZURE]
account_name = {{ cloud_p
rivate
_storage_accountname }}
account_name = {{ cloud_p
ublic
_storage_accountname }}
container_name = {{ cloud_storage_telemetry_bucketname }}
account_key = {{ cloud_p
rivate
_storage_secret }}
account_key = {{ cloud_p
ublic
_storage_secret }}
{% endif %}
...
...
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