From 5c34c9ccf121cccd01bc4bfb59f79b6529f028a5 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 23 Mar 2017 06:42:43 -0500 Subject: [PATCH] tests: when testing rhcs default CEPH_STABLE=false This will keep ceph-ansible from installing the upstream repo file on the testing nodes. Signed-off-by: Andrew Schoen --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4d595db56..e19a28bb5 100644 --- a/tox.ini +++ b/tox.ini @@ -71,6 +71,7 @@ setenv= docker_dedicated_journal: PLAYBOOK = site-docker.yml.sample docker_dmcrypt_journal_collocation: PLAYBOOK = site-docker.yml.sample rhcs: CEPH_RHCS = true + rhcs: CEPH_STABLE = false deps= ansible1.9: ansible==1.9.4 ansible2.1: ansible==2.1 -- 2.39.5