Closed angelachin closed 7 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/150281340
The labels on this github issue will be updated when the story is started.
cf-release v270 uses etcd-release v104.
This has been fixed in later versions of etcd-release and may be in future versions of cf-release.
When deploying cf-release v270 using
cf-networking-release
'sgenerate-bosh-lite-manifests
, the deploy failed with the following error:This is because in etcdfab, the
initial-advertise-peer-urls
is set tohttps
if eitherpeerRequireSSL
orrequireSSL
is set to true whileinitial-cluster
is set tohttps
only ifpeerRequireSSL
is set to true. This means a deploy will fail ifpeerRequireSSL
is set to false whilerequireSSL
is set to true.