I tried the walkthrough manifests at https://github.com/cloudfoundry-incubator/fissile/blob/develop/docs/configuration.md and failed multiple times.
Some of the bugs I found:
- yaml structure no longer complies with what fissile cli expects. variables node must be at top level.
bosh_containerization property is required on each job
tags: indexed no longer works
- must use dark-opinions.yml file even though I did not need them for my bosh release
- can't have empty dark-opinions.yml (or just a
properties yml node)
- variable node structure different. e.g.
description must be under options node instead
I finally succeeded by looking at the code and using the test assets as template for my own manifests.
I suggest to add the walkthrough example manifests to daily builds to make sure they work.