Open rkoster opened 7 years ago
While trying to deploy uaa-release with vagrant-bosh I encountered the following error:
vagrant-bosh
Error: Provisioning deployment: Starting instance: Updating instance 0: Applying: Compiling templates bosh: Compiling templates: Rendering config/uaa.yml ERB: Running ruby: Runni ng command: 'ruby /tmp/erb-render.rb /tmp/erb-context.json /tmp/tar-CmdExtractor401847581/templates/uaa.yml.erb /tmp/instance-templatescompiler-RenderedArchivesCompiler844750026/ uaa/config/uaa.yml', stdout: '', stderr: '/tmp/erb-render.rb:140:in `rescue in render': Error filling in template '/tmp/tar-CmdExtractor401847581/templates/uaa.yml.erb' for bosh/ 0 (line 352: #<NameError: uninitialized constant TemplateEvaluationContext::YAML>) (RuntimeError) from /tmp/erb-render.rb:126:in `render' from /tmp/erb-render.rb:151:in `<main>' ': exit status 1
Apparently the uaa.yml.erb template assumes the YAML class is available.
uaa.yml.erb
YAML
already seems to be fixed in https://github.com/cppforlife/bosh-provisioner/commit/ba448aaa0916195b469915dd3139bb8fbc63523e
While trying to deploy uaa-release with
vagrant-bosh
I encountered the following error:Apparently the
uaa.yml.erb
template assumes theYAML
class is available.