fuel-astute/spec
Maksim Malchuk ed8248db45 Quote "bad" passwords in 'astute.yaml' right before upload it to nodes
Astute uses Ruby 2.1 with YAML 'Psych' engine which is not compatible
with Ruby 1.9 'Psych' engine used by Hierra in Puppet to parse unquoted
strings of passwords started with prefixed numeral values.

This commit uses alternate version of 'YAML::dump' method with forced
quotation of strings according its value and attributes.

Also this commit should fix possible problem with unquoted strings
containing bad mac-addresses which started with two zeros.

This commit should be reverted after upgrading to Ruby 2.1 everywhere.

Change-Id: I7435da01016c4b2266210eb9422ea1fae87de7f8
Closes-Bug: #1494779
2015-10-30 21:46:41 +03:00
..
example-logs Progress bar for image based provisioning(IBP) 2015-04-28 14:28:40 +03:00
integration * change facts file destination from '/etc/naily.facts' to '/etc/astute.yaml' 2013-09-30 08:27:41 +04:00
unit Quote "bad" passwords in 'astute.yaml' right before upload it to nodes 2015-10-30 21:46:41 +03:00
spec_helper.rb Agreed on naming in config file 2015-02-19 15:06:58 +03:00