From c0ad91957c55fb13d87f494778c338f5080f52d6 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 30 Jan 2019 23:01:20 +0100 Subject: [PATCH] tests: add missing hosts file for ubuntu testing we need it for dev-ubuntu-container-all_daemons job Signed-off-by: Guillaume Abrioux --- .../all_daemons/container/hosts-ubuntu | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/functional/all_daemons/container/hosts-ubuntu diff --git a/tests/functional/all_daemons/container/hosts-ubuntu b/tests/functional/all_daemons/container/hosts-ubuntu new file mode 100644 index 000000000..43f149c99 --- /dev/null +++ b/tests/functional/all_daemons/container/hosts-ubuntu @@ -0,0 +1,32 @@ +[mons] +mon0 monitor_address=192.168.1.10 +mon1 monitor_interface=eth1 +mon2 monitor_address=192.168.1.12 + +[osds] +osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }" +osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }" + +[mdss] +mds0 + +[rgws] +rgw0 + +[clients] +client0 +client1 + +#[nfss] +#nfs0 + +[rbdmirrors] +rbd-mirror0 + +[all:vars] +debian_ceph_packages=['ceph', 'ceph-common', 'ceph-fuse'] +nfs_ganesha_stable=True +nfs_ganesha_stable_branch="V2.7-stable" +nfs_ganesha_stable_deb_repo="{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}" +nfs_ganesha_dev=False +nfs_ganesha_flavor="ceph_master"