]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
test: add tests for the client role
authorSébastien Han <seb@redhat.com>
Wed, 18 Jan 2017 16:50:29 +0000 (17:50 +0100)
committerSébastien Han <seb@redhat.com>
Fri, 20 Jan 2017 11:22:18 +0000 (12:22 +0100)
Here we test the client role.

Signed-off-by: Sébastien Han <seb@redhat.com>
tests/functional/centos/7/cluster/group_vars/all
tests/functional/centos/7/cluster/hosts
tests/functional/centos/7/cluster/vagrant_variables.yml
tests/functional/ubuntu/16.04/cluster/hosts

index dc312236bb4e5e0e32acd5348cbc7e2ee352a1aa..0214cbff9db45f96fa6e923d33436f2ca920da0e 100644 (file)
@@ -13,3 +13,5 @@ raw_multi_journal: True
 os_tuning_params:
   - { name: kernel.pid_max, value: 4194303 }
   - { name: fs.file-max, value: 26234859 }
+user_config: True
+openstack_config: True
index b732c41543d5e90cea63d962fa93e96fcadfbae8..d060209c98ffce2e353462d70e9f3de84e63e615 100644 (file)
@@ -11,3 +11,6 @@ mds0
 
 [rgws]
 rgw0
+
+[clients]
+client0
index 7eb80e799f87568e5f5d3d8857d0fa3148efc54a..dea5db175649fe65f6aafe0e04f31ded0410f5c0 100644 (file)
@@ -10,7 +10,7 @@ mds_vms: 1
 rgw_vms: 1
 nfs_vms: 0
 rbd_mirror_vms: 0
-client_vms: 0
+client_vms: 1
 iscsi_gw_vms: 0
 
 # Deploy RESTAPI on each of the Monitors
index b87a697373636489a09a4cbfa487fbfbaafc3862..e361015a0d8278657e459a1b014d8d04479f4ceb 100644 (file)
@@ -11,3 +11,6 @@ mds0
 
 [rgws]
 rgw0
+
+[clients]
+client0