Hello,
I am following
http://www.brianmmcclain.com/2012/07/20/using-bosh-with-vsphere-part-5/
I have completed the first 3 steps that is
$ git clone https://github.com/cloudfoundry/cf-release
$ cd cf-release
$ ./update
The next step is to create a release. Prior to this I created a account on
atmos offering as well and provided the secret in
cf-release/config/private.yml
Now when I run a bosh create release from cf-release folder I am getting
checksum mismatches for couple of tar.gz files.
Is this a known issue?
Another question is that I am running there commands on same machine that
has the bosh CLI and not the BOSH instance itself. Am I doing right? or do
the release creation steps need to be run on the BOSH instance server
itself?
All help is much appreciated.
Regards.