cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

manifest.yml cannot use YAML aliases #12

Closed drnic closed 9 years ago

drnic commented 9 years ago

If my bosh-init deployment manifest includes YAML aliases (& and *), the bosh-init deploy hangs:

Started validating
  Validating stemcell... Finished (00:00:00)
  Validating releases... Finished (00:00:02)
  Validating deployment manifest...^C^C
drnic commented 9 years ago

@cppforlife

cppforlife commented 9 years ago

That's weird. I've been using aliases in the manifest for some time. Are you compiling with golang 1.4?

drnic commented 9 years ago

I'm unsure about what caused this - I've seen aliases work as well.

It was concourse-lite manifest that caused the grief; and the panics went away when I untangled the aliases.

On Sun, Apr 19, 2015 at 5:51 PM, Dmitriy Kalinin notifications@github.com wrote:

That's weird. I've been using aliases in the manifest for some time. Are you compiling with golang 1.4?

Reply to this email directly or view it on GitHub: https://github.com/cloudfoundry/bosh-init/issues/12#issuecomment-94329776

cppforlife commented 9 years ago

Possibly bash was messing with your manifest?

cppforlife commented 9 years ago

closing. we have migrated to goyaml since then and i've used yaml references successfully.