cloudfoundry-community / cf-boshworkspace

Deploy Cloud Foundry using bosh-workspace
7 stars 17 forks source link

cf v213 -- consul parameter? #77

Open tomsherrod opened 9 years ago

tomsherrod commented 9 years ago

Suggestions/pointers on resolving this error with the cf v213?: [2015-07-27 15:49:00 #27714] [task:214] DEBUG -- DirectorJobRunner: Template consul_agent' downloaded to /var/vcap/data/tmp/director/template-82a1a2a6-a0bf-4e51-b219-ab612c17b293 (took 0.00187511s) D, [2015-07-27 15:49:00 #27714] [task:214] DEBUG -- DirectorJobRunner: #<TypeError: no implicit conversion of nil into Hash> D, [2015-07-27 15:49:00 #27714] [task:214] DEBUG -- DirectorJobRunner: Error filling in templateagent_ctl.sh.erb' for api_z1/0' (line 37: no implicit conversion of nil into Hash) consul_agent/agent_ctl.sh.erb:37:inmerge' consul_agent/agent_ctl.sh.erb:37:in block in get_binding' consul_agent/agent_ctl.sh.erb:26:ineach' consul_agent/agent_ctl.sh.erb:26:in `get_binding'

I'm assuming it has something to do with(line from http://bosh.io/releases/github.com/cloudfoundry/cf-release?version=213): Changed consul.agent.services from a list to a map. details

I'm not familiar with the manifest change to make the difference...or if I'm on the right trail.

Thanks, Tom