mirror of https://github.com/ceph/ceph-ansible.git
tests: adds a docker: true var to the docker_cluster scenario
This lets the CI tests know that this scenario is using docker and should skip certain tests. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1150/head
parent
9942b5028a
commit
55fee14bd0
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# this is only here to let the CI tests know
|
||||
# that this scenario is using docker
|
||||
docker: True
|
||||
|
||||
ceph_stable: True
|
||||
mon_containerized_deployment: True
|
||||
|
|
Loading…
Reference in New Issue