Closed BarryWilliams closed 5 years ago
oh. container_placement_strategy
variable has to be explicitly assigned now...
$ bosh int concourse-bosh-deployment/cluster/concourse.yml --var-errs
- Expected to find variables:
- concourse_sha1
- concourse_version
- container_placement_strategy
- db_persistent_disk_type
- db_vm_type
- deployment_name
- external_url
- garden_runc_sha1
- garden_runc_version
- network_name
- postgres_password
- postgres_sha1
- postgres_version
- token_signing_key
- tsa_host_key
- web_vm_type
- worker_key
- worker_vm_type
Exit code 1
container_placement_strategy
comes from web
job of concourse-bosh-release
, and it has a default value "volume-locality"
.
so this line should be removed, I think.
workaround: bosh deploy ... -v container_placement_strategy=volume-locality
or add container_placement_strategy: volume-locality
to your concourse-vars-file.yml
sorry about that! fixed and added a separate ops file instead
I am deploying concourse with
bbl
andbosh
. With the latest commit, I get this error (where I didn't get this error when deploying with the previous commit):introduced on this commit
It was working fine with the same inputs on the previous commit
Here is how I am starting the deploy:
To correct this, I now make it checkout the latest release (v4.2.1)