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
465acadd
Commit
465acadd
authored
5 years ago
by
Rajesh
Committed by
rjshrjndrn
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Adding default proxy vars
parent
bcf66b1a
3node
3node_bak_new
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/sunbird-deploy/defaults/main.yml
+44
-0
ansible/roles/sunbird-deploy/defaults/main.yml
with
44 additions
and
0 deletions
+44
-0
ansible/roles/sunbird-deploy/defaults/main.yml
+
44
−
0
View file @
465acadd
...
...
@@ -135,3 +135,47 @@ sunbird_portal_preview_cdn_url:
cdn_file_path
:
sunbird_portal_cdn_blob_url
:
desktop_app_storage_url
:
"
https://{{sunbird_offline_azure_storage_account}}.blob.core.windows.net/{{offline_installer_container_name}}"
## Proxy defaults
hub_org
:
sunbird
nginx_per_ip_connection_limit
:
400
proxy_replicas
:
1
proxy_reservation_memory
:
32M
proxy_limit_memory
:
64M
nginx_per_ip_connection_limit
:
400
merge_proxy_server_name
:
proxy_prometheus
:
false
networks
:
-
{
name
:
'
application_default'
,
subnet
:
'
11.11.1.0/24'
}
proxy_secrets
:
-
name
:
prom_admin_creds
value
:
"
{{proxy_prometheus_admin_creds}}"
-
name
:
site.key
value
:
"
{{proxy_site_key}}"
-
name
:
site.crt
value
:
"
{{proxy_site_crt}}"
merge_proxy_secrets
:
-
name
:
sitemerge.key
value
:
"
{{proxymerge_site_key}}"
-
name
:
sitemerge.crt
value
:
"
{{proxymerge_site_crt}}"
proxy_custom_config
:
# These values should be overridden in inventory
proxy_site_key
:
proxy_site_crt
:
proxy_prometheus_admin_creds
:
prometheus_route_prefix
:
prometheus
prometheus_alertmanager_route_prefix
:
alertmanager
ekstep_s3_env
:
"
{{sunbird_env}}"
registry_url
:
"
{{proto}}://{{proxy_server_name}}/registry"
ep_es_host
:
upstream_url
:
"
ekstep-public-{{ekstep_s3_env}}.s3-ap-south-1.amazonaws.com"
plugin_upstream_url
:
"
ekstep-public-{{ekstep_s3_env}}.s3-ap-south-1.amazonaws.com"
sunbird_offline_azure_storage_account_url
:
"
{{
sunbird_offline_azure_storage_account
}}.blob.core.windows.net/{{
offline_installer_container_name
}}"
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