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
e8435e37
Unverified
Commit
e8435e37
authored
5 years ago
by
Keshav Prasad
Committed by
GitHub
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Revert "replaces swarm-manager-lb ip with private ingress ip"
parent
c5aceca2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/inventory/env/group_vars/all.yml
+6
-3
ansible/inventory/env/group_vars/all.yml
with
6 additions
and
3 deletions
+6
-3
ansible/inventory/env/group_vars/all.yml
+
6
−
3
View file @
e8435e37
...
@@ -269,7 +269,8 @@ proxy_prometheus: false
...
@@ -269,7 +269,8 @@ proxy_prometheus: false
enable_scraping_docker_metrics
:
false
enable_scraping_docker_metrics
:
false
postgres_exporter_postgres_port
:
5432
postgres_exporter_postgres_port
:
5432
postgres_exporter_user
:
postgres_exporter
postgres_exporter_user
:
postgres_exporter
sunbird_user_service_base_url
:
"
http://{{private_ingressgateway_ip}}/learner"
sunbird_cs_base_url
:
"
http://{{sunbird_swarm_manager_lb_ip}}:5000"
sunbird_user_service_base_url
:
"
http://{{sunbird_swarm_manager_lb_ip}}:9000"
kong_admin_api_url
:
http://localhost:8001
kong_admin_api_url
:
http://localhost:8001
postgresql_backup_azure_storage_account_name
:
"
{{azure_account_name}}"
postgresql_backup_azure_storage_account_name
:
"
{{azure_account_name}}"
...
@@ -356,7 +357,8 @@ sunbird_device_register_api: "{{proto}}://{{api_proxy_name}}/v3/device/register/
...
@@ -356,7 +357,8 @@ sunbird_device_register_api: "{{proto}}://{{api_proxy_name}}/v3/device/register/
sunbird_course_batch_notification_signature
:
sunbird
sunbird_course_batch_notification_signature
:
sunbird
sunbird_authorization
:
"
{{core_vault_sunbird_api_auth_token}}"
sunbird_authorization
:
"
{{core_vault_sunbird_api_auth_token}}"
sunbird_lms_base_url
:
"
{{private_ingressgateway_ip}}/api"
sunbird_lms_base_url
:
"
http://{{sunbird_swarm_manager_lb_ip}}:8000"
sunbird_content_service_local_base_url
:
"
http://{{sunbird_swarm_manager_lb_ip}}:5000"
sunbird_kafka_host
:
"
{{sunbird_processing_kafka_host}}"
sunbird_kafka_host
:
"
{{sunbird_processing_kafka_host}}"
sunbird_qrimage_topic
:
"
{{env}}.qrimage.request"
sunbird_qrimage_topic
:
"
{{env}}.qrimage.request"
...
@@ -625,7 +627,7 @@ sunbird_sso_kafka_topic: "{{env_name}}.lms.sso.events"
...
@@ -625,7 +627,7 @@ sunbird_sso_kafka_topic: "{{env_name}}.lms.sso.events"
__yarn_host__
:
"
{{
groups['yarn-master'][0]
}}"
__yarn_host__
:
"
{{
groups['yarn-master'][0]
}}"
zookeepers
:
"
{{groups['zookeeper']|join(':2181,')}}:2181"
zookeepers
:
"
{{groups['zookeeper']|join(':2181,')}}:2181"
kafka_brokers
:
"
{{groups['processing-cluster-kafka']|join(':9092,')}}:9092"
kafka_brokers
:
"
{{groups['processing-cluster-kafka']|join(':9092,')}}:9092"
__lms_host__
:
"
http://{{
private_ingressgateway_ip}}/learner
"
__lms_host__
:
"
http://{{
sunbird_swarm_manager_lb_ip}}:9000
"
sunbird_redis_host
:
"
{{
groups['lp-redis'][0]
}}"
sunbird_redis_host
:
"
{{
groups['lp-redis'][0]
}}"
...
@@ -643,6 +645,7 @@ sunbird_google_android_keycloak_secret: ''
...
@@ -643,6 +645,7 @@ sunbird_google_android_keycloak_secret: ''
sunbird_trampoline_android_keycloak_client_id
:
'
'
sunbird_trampoline_android_keycloak_client_id
:
'
'
sunbird_trampoline_android_keycloak_secret
:
'
'
sunbird_trampoline_android_keycloak_secret
:
'
'
sunbird_android_keycloak_client_id
:
'
'
sunbird_android_keycloak_client_id
:
'
'
sunbird_user_org_api_base_url
:
http://{{sunbird_swarm_manager_lb_ip}}:9000
### Release-2.3.0 ###
### Release-2.3.0 ###
enc_entry_password
:
"
{{core_vault_enc_entry_password}}"
# encryption password for the enc service
enc_entry_password
:
"
{{core_vault_enc_entry_password}}"
# encryption password for the enc service
...
...
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