commit | 751ba697d6d8594556ad0f703da2f79ba6ec3fcb | [log] [tgz] |
---|---|---|
author | Tobias Henkel <tobias.henkel@bmw-carit.de> | Tue May 16 15:14:42 2017 +0200 |
committer | Tobias Henkel <tobias.henkel@bmw-carit.de> | Tue May 16 15:46:09 2017 +0200 |
tree | 7925588cf3d06050785f4a6fd75f4aeb0030891d | |
parent | f60bbcd8a596ebae8e9215f23e174311b278f804 [diff] |
Fix inventory vars containing spaces Some clouds have availability zones with spaces in their names. Currently zuul generates something like this as ansible inventory: node nodepool_region=None (...) nodepool_az=Failure domain 1 This breaks ansible when trying to read the inventory. Quoting the inventory variable values solves this issue. Change-Id: I3e97f40986689b3779efc448eb0d5f1db009e796