Skip to content

Commit

Permalink
Issue #000 feat: renaming kong, echo and player service name
Browse files Browse the repository at this point in the history
  • Loading branch information
G33tha committed Dec 2, 2019
1 parent 5270510 commit a99aa06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ansible/inventory/env/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ keystore_password: "{{core_vault_keystore_password}}" #Password to use for encr
truststore_password: "{{core_vault_truststore_password}}" #Password to use for encrypting cassandra truststore. Use a strong password.

# APPLICATION CONFIGURATION
kong_host: api-manager_kong
kong_host: kong

## DB address
application_postgres_host: "{{groups['postgres'][0]}}" #Private IP of Postgres server
Expand Down Expand Up @@ -166,8 +166,8 @@ cassandra_backup_dir: /data/cassandra/backup


keycloak_realm: sunbird
sunbird_content_player_url: "http://api-manager_kong:8000/"
sunbird_learner_player_url: "http://api-manager_kong:8000/"
sunbird_content_player_url: "http://kong:8000/"
sunbird_learner_player_url: "http://kong:8000/"
sunbird_sso_client_id: admin-cli
sunbird_portal_realm: sunbird
sunbird_portal_auth_server_client: portal
Expand Down
6 changes: 3 additions & 3 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ content_service_url: "http://content-service:5000"
learning_service_url: "http://learner-service:9000"
vm_learning_service_url: "http://{{learningservice_ip}}:8080/learning-service"
telemetry_service_url: "http://telemetry-service:9001"
player_service_url: "http://player_player:3000"
echo_service_url: "http://api-manager_echo:9595"
am_util_url: http://adminutil_adminutil:4000
player_service_url: "http://player:3000"
echo_service_url: "http://echo:9595"
am_util_url: http://adminutil:4000
config_service_url: "http://config-service:8080"
user_org_service_url: "http://user-org-service:9000"
lms_service_url: "http://lms-service:9000"
Expand Down

0 comments on commit a99aa06

Please sign in to comment.