From f5b324152d355819d788aa1be584043aa2c46048 Mon Sep 17 00:00:00 2001 From: Rajesh <rjshrjndrn@gmail.com> Date: Tue, 26 Nov 2019 11:23:59 +0000 Subject: [PATCH] Adding nginx private ingress ip --- private_repo/ansible/inventory/dev/Core/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_repo/ansible/inventory/dev/Core/common.yml b/private_repo/ansible/inventory/dev/Core/common.yml index 28d1f0154..ad4b499fd 100644 --- a/private_repo/ansible/inventory/dev/Core/common.yml +++ b/private_repo/ansible/inventory/dev/Core/common.yml @@ -14,7 +14,7 @@ sunbird_default_channel: sunbird # Organization channel name which 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 -swarm_load_balancer: # Loadbalancer ip to push the logspout result to logstash in swarm +private_ingressgateway_ip: 10.1.4.7:12000 # Ip address of the kubernetes machine ip:12000 # Blob where data analytics pushing content # Check same variable in DP common.yml -- GitLab