]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: switch to using key/value extra-vars instead of json 1489/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 2 May 2017 16:15:23 +0000 (11:15 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 2 May 2017 20:14:42 +0000 (15:14 -0500)
commit7cfe44c3935d6fde4ea9d0a62c5c69e71d5a40a3
treeea7adc60a695207bcce16cbd28745122994f5177
parente4f55d5487d9039e796ecae675756f50060efbfd
tests: switch to using key/value extra-vars instead of json

I continue to have issues with extra-vars as json. The latest issue
being that the ceph_docker_image_tag config option included in the json
was being ignored. I can't find the root cause, by using the key/value
format seems to work.

I've also removed several options here to simply the interface. We can
add those back if they become necessary.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit e384b2498755e5537595158ca498e03013e33673)
tox.ini