Building BOSH release for s390x platform


R M
 

Hi there,

I am looking for some directions on building BOSH release for s390x arch.  I have successfully built CLI V2 on this platform and trying to create-env bosh-deployment/bosh.yml but yml file refers to pre-built bosh release from from S3.

I would like to build BOSH release for my platform by replacing x86 packages with s390x equivalent.  It seems that I will need to make major changes to jobs/config/packages etc. and then create a bosh release out of it.

Any pointers greatly appreciated. Tx.


Rob Day-Reynolds <rdayreynolds@...>
 

You can package a bosh release by cloning the bosh repo from github.com/cloudfoundry/bosh and running `bosh create-release --tarball <path/to/bosh/release/tarball.tgz>` inside the repo.

Then, you can use that local bosh release when using bosh-deployment by adding a `-o bosh-deployment/local-bosh-release-tarball.yml -v local_bosh_release=<path/to/bosh/release/tarball.tgz`.

If you're seeing errors when trying to deploy at that point that's when you would have to make changes in the bosh repo to the jobs/packages/etc.

On Wed, Feb 21, 2018 at 11:59 AM, R M <rishi.investigate@...> wrote:
Hi there,

I am looking for some directions on building BOSH release for s390x arch.  I have successfully built CLI V2 on this platform and trying to create-env bosh-deployment/bosh.yml but yml file refers to pre-built bosh release from from S3.

I would like to build BOSH release for my platform by replacing x86 packages with s390x equivalent.  It seems that I will need to make major changes to jobs/config/packages etc. and then create a bosh release out of it.

Any pointers greatly appreciated. Tx.




--
Thanks,
RDR