From acd455cd19a9f847d829bf75923544559945882d Mon Sep 17 00:00:00 2001
From: Ubuntu <ops@3node-1.lzm3ajqenuue1lbhxzxk1pky4b.rx.internal.cloudapp.net>
Date: Tue, 10 Dec 2019 07:13:52 +0000
Subject: [PATCH] Updating learning ip

---
 private_repo/ansible/inventory/dev/Core/common.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/private_repo/ansible/inventory/dev/Core/common.yml b/private_repo/ansible/inventory/dev/Core/common.yml
index 77213df65..2d408c5eb 100644
--- a/private_repo/ansible/inventory/dev/Core/common.yml
+++ b/private_repo/ansible/inventory/dev/Core/common.yml
@@ -9,12 +9,12 @@ ssh_public_key_deployer: ""             # SSH Public key for deployer user, with
 ekstep_s3_env: qa                       # dev or qa or prod of ekstep for plugins
 learningservice_ip: 10.1.4.6                    # Load balancer IP for learning server
 searchservice_ip: 10.1.4.6                      # search service Load balancer IP
-keycloak_url: http://10.1.4.7:8080                        # Keycloak Load balancer IP; eg http://10.10.10.10; If you don't have LB give http://keycloak-ip:8080
+keycloak_url: http://10.1.4.4:8080                        # Keycloak Load balancer IP; eg http://10.10.10.10; If you don't have LB give http://keycloak-ip:8080
 sunbird_default_channel: sunbird               # Organization channel name which portal will connect to
 sunbird_app_name: sunbird                      # By default app name will be sunbird
 azure_account_name: 3node                   # Storage account name for blobs
 sunbird_content_azure_storage_container: content # Conatainer store assets/public
-private_ingressgateway_ip: 10.1.4.7:12000             # Ip address of the kubernetes machine ip:12000
+private_ingressgateway_ip: 10.1.4.4:12000             # Ip address of the kubernetes machine ip:12000
 
 # Blob where data analytics pushing content
 # Check same variable in DP common.yml
-- 
GitLab