Hard-coded domain name in diego etcd job
MaggieMeng
Hi,
I am trying to deploy diego 0.1402.0 into vShpere server to work with CF 210. However the deployment failed when creating job 'etcd' with following error.
Error: cannot sync with the cluster using endpoints https://database-z1-0.etcd.service.cf.internal:4001
I tried to change the domain name to my own domain name in diego yml file. But it didn't work. I found the domain name was hard-coded in etcd_bosh_utils.sh.
https://github.com/cloudfoundry-incubator/diego-release/blob/develop/jobs/etcd/templates/etcd_bosh_utils.sh.erb
Could anyone tell me how to work around it?
Thanks,
Maggie
I am trying to deploy diego 0.1402.0 into vShpere server to work with CF 210. However the deployment failed when creating job 'etcd' with following error.
Error: cannot sync with the cluster using endpoints https://database-z1-0.etcd.service.cf.internal:4001
I tried to change the domain name to my own domain name in diego yml file. But it didn't work. I found the domain name was hard-coded in etcd_bosh_utils.sh.
https://github.com/cloudfoundry-incubator/diego-release/blob/develop/jobs/etcd/templates/etcd_bosh_utils.sh.erb
Could anyone tell me how to work around it?
Thanks,
Maggie