Improvements
-
Added MANUAL.md to explain how to create and customize a bosh release manifest as a genesis-deployable kit.
-
Allow alternative name for the base manifest yaml file. It used to require that the file be
ops/base.yml
but now can also useops/<type>.yml
where is the name of the deployment repo specified by thegenesis init
command. (e.g. ifgenesis init -k generic postgres
was used, the kit would useops/postgres.yml
as the base manifest file, which is convenient because you can then just copy the contents of the postgres-release'stemplates
directory intoops/
and it just works) -
Updated stemcells to ubuntu-jammy and the minimum genesis version to 2.8.10