]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: change USE_CEPH_RHCS to CEPH_RHCS
authorAndrew Schoen <aschoen@redhat.com>
Wed, 15 Mar 2017 21:28:50 +0000 (16:28 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 15 Mar 2017 21:37:21 +0000 (16:37 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 61124376a0e1e40386cae064dea0d113e551c915..6fd660e42612868172460ce5c9c92c81c7380847 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ commands=
   ansible-playbook -vv -i {changedir}/hosts {toxinidir}/purge-cluster.yml --extra-vars="\
       ireallymeanit=yes \
       fetch_directory={changedir}/fetch \
-      ceph_rhcs={env:USE_CEPH_RHCS:false} \
+      ceph_rhcs={env:CEPH_RHCS:false} \
       ceph_origin={env:CEPH_ORIGIN:upstream} \
       ceph_dev={env:CEPH_DEV:false} \
       ceph_dev_branch={env:CEPH_DEV_BRANCH:master} \
@@ -23,7 +23,7 @@ commands=
   # set up the cluster again
   ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample --extra-vars="\
       fetch_directory={changedir}/fetch \
-      ceph_rhcs={env:USE_CEPH_RHCS:false} \
+      ceph_rhcs={env:CEPH_RHCS:false} \
       ceph_origin={env:CEPH_ORIGIN:upstream} \
       ceph_dev={env:CEPH_DEV:false} \
       ceph_dev_branch={env:CEPH_DEV_BRANCH:master} \
@@ -44,7 +44,7 @@ commands=
       ceph_stable_release={env:UPDATE_CEPH_STABLE_RELEASE:kraken} \
       ireallymeanit=yes \
       fetch_directory={changedir}/fetch \
-      ceph_rhcs={env:USE_CEPH_RHCS:false} \
+      ceph_rhcs={env:CEPH_RHCS:false} \
       ceph_origin={env:CEPH_ORIGIN:upstream} \
       ceph_dev={env:CEPH_DEV:false} \
       ceph_dev_branch={env:UPDATE_CEPH_DEV_BRANCH:master} \
@@ -99,7 +99,7 @@ commands=
 
   ansible-playbook -vv -i {changedir}/hosts {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars="\
       fetch_directory={changedir}/fetch \
-      ceph_rhcs={env:USE_CEPH_RHCS:false} \
+      ceph_rhcs={env:CEPH_RHCS:false} \
       ceph_origin={env:CEPH_ORIGIN:upstream} \
       ceph_dev={env:CEPH_DEV:false} \
       ceph_dev_branch={env:CEPH_DEV_BRANCH:master} \