From 36fafadc678e242786be8c47783b05d2e103ca31 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 5 Mar 2019 08:56:01 +0100 Subject: [PATCH] tests: fix collocation scenario ceph_origin and ceph_repository are mandatory variables. Signed-off-by: Guillaume Abrioux --- tests/functional/collocation/group_vars/all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/collocation/group_vars/all b/tests/functional/collocation/group_vars/all index 48cb5d74a..fd3f30827 100644 --- a/tests/functional/collocation/group_vars/all +++ b/tests/functional/collocation/group_vars/all @@ -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 }}"