genesis-community / concourse-genesis-kit

A Genesis Kit for Concourse CI/CD
MIT License
6 stars 13 forks source link

Prep for Removal of instance-group-level and global `properties` #47

Closed jhunt closed 4 years ago

jhunt commented 4 years ago

As of BOSH 270.5.0, BOSH is done with v1 manifest stuff. We need to migrate all of the global and instance-group-level properties to job-level properties.

jhunt commented 4 years ago

Concourse Kit is good to go. Verified via:

$ find manifests/ -name '*.yml' | xargs -n1 spruce json | jq -r '.properties'
$ find manifests/ -name '*.yml' | xargs -n1 spruce json | jq -r '[.instance_groups[] | { name: .name, properties: .properties}]'