]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix collocation scenario
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 5 Mar 2019 07:56:01 +0000 (08:56 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 5 Mar 2019 09:49:45 +0000 (10:49 +0100)
ceph_origin and ceph_repository are mandatory variables.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/collocation/group_vars/all

index 48cb5d74ad05e577a98acc4f49c92e9301943584..fd3f308278380467ad10afb9208c3d3f211d76b2 100644 (file)
@@ -1,5 +1,7 @@
 ---
 containerized_deployment: False
+ceph_origin: repository
+ceph_repository: community
 monitor_interface: eth1
 radosgw_interface: eth1
 ceph_mon_docker_subnet: "{{ public_network }}"