diff --git a/ansible/inventory/prod/DataPipeline/common.yml b/ansible/inventory/prod/DataPipeline/common.yml index a986da7ba19364ed5947631eb03ea4075d8b5176..bc1df0ed19ed9d8ca36bf9188235fa7b4919c4b4 100644 --- a/ansible/inventory/prod/DataPipeline/common.yml +++ b/ansible/inventory/prod/DataPipeline/common.yml @@ -4,8 +4,8 @@ cloud_service_provider: "gcloud" # Your cloud service provider name. Suppo domain_name: "services.upsmfac.org" # your domain name like example.com # docker hub details dockerhub: "asia.gcr.io/upsmf-368011" # docker hub username or url incase of private registry -private_ingressgateway_ip: "" # your private kubernetes load balancer ip -nginx_private_ingress_ip: "" +private_ingressgateway_ip: "10.1.0.100" # your private kubernetes load balancer ip +nginx_private_ingress_ip: "10.1.0.100" # Note - You can use the same azure account for the below variables or have separate azure accounts sunbird_private_storage_account_name: "{{ gcloud_private_bucket_name }}" # Azure account name for storing private data (like reports, telemetry data) sunbird_public_storage_account_name: "{{ gcloud_public_bucket_name }}" # Azure account name for storing public data (like contents)