]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: remove CEPH_STABLE environment variable
authorAndrew Schoen <aschoen@redhat.com>
Wed, 12 Apr 2017 12:50:41 +0000 (07:50 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 13 Apr 2017 19:54:23 +0000 (14:54 -0500)
commit672bc9b1b3c5232156b8c2c58d7b5b187f5eb52e
tree7df36d57132ec2b2b3860d603ef6b9b3c31f4fe7
parent186a392656ac1c9443d41c40252797f5a51ccbdb
tests: remove CEPH_STABLE environment variable

I'm removing this because when we use an 'rhcs' scenario then we attempt
to set CEPH_STABLE=false as an environment variable. The issue with that
is because the value is coming from an environment variable it is always
treated as a string and ansible treats that as a boolean True. I plan to
set the ceph_stable value with our rhcs_setup.yml playbook instead of
relying on ---extra-vars and environment variables.

Related ansible issue: https://github.com/ansible/ansible/issues/17193

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