From a99aa06bae5a97cf48c1c2ec344e58febcdea4d7 Mon Sep 17 00:00:00 2001 From: G33tha Date: Mon, 2 Dec 2019 18:22:49 +0530 Subject: [PATCH] Issue #000 feat: renaming kong, echo and player service name --- ansible/inventory/env/group_vars/all.yml | 6 +++--- ansible/roles/kong-api/defaults/main.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ansible/inventory/env/group_vars/all.yml b/ansible/inventory/env/group_vars/all.yml index eb51998eb4..a1e5c36c5f 100644 --- a/ansible/inventory/env/group_vars/all.yml +++ b/ansible/inventory/env/group_vars/all.yml @@ -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 @@ -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 diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml index e4f3309492..d68567d9bb 100644 --- a/ansible/roles/kong-api/defaults/main.yml +++ b/ansible/roles/kong-api/defaults/main.yml @@ -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"