]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ci: remove useless tests
authorSébastien Han <seb@redhat.com>
Wed, 4 Apr 2018 14:31:04 +0000 (16:31 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 11 Apr 2018 10:18:34 +0000 (12:18 +0200)
These are already handled by ceph-client/defaults/main.yml so the keys
will be created once user_config is set to True.

Signed-off-by: Sébastien Han <seb@redhat.com>
tests/functional/centos/7/cluster/group_vars/clients
tests/functional/centos/7/docker-collocation/group_vars/clients
tests/functional/centos/7/docker/group_vars/clients

index 9080fe7b844e7232ee9d586c74bcdf64347afc92..7cb026a0fc59bab3ed464dbac8304d0432d82074 100644 (file)
@@ -1,8 +1,5 @@
 ---
 copy_admin_key: true
-keys:
-  - { name: client.test, key: "AQAin8tUoMPDGRAACcfAQHbq4eTuUoTCZdW1Uw==", mon_cap: "allow r", osd_cap: "allow class-read object_prefix rbd_children, allow rwx pool=test", mode: "0600", acls: [] }
-  - { name: client.test2, key: "AQAin8tUAJkGGhAA8WZ8Lz5c7IkT8QZ5s7bI1A==", mon_cap: "allow r", osd_cap: "allow class-read object_prefix rbd_children, allow rwx pool=test2", mode: "0600", acls: [] }
 user_config: True
 test:
   name: "test"
index feab8313f3a2b60a534398c103243632988a3db0..f45d793a9c9edca02db04211f34b3c57dab321db 100644 (file)
@@ -1,8 +1,5 @@
 ---
 user_config: True
-keys:
-  - { name: client.test, key: "AQAin8tUoMPDGRAACcfAQHbq4eTuUoTCZdW1Uw==", mon_cap: "allow r", osd_cap: "allow class-read object_prefix rbd_children, allow rwx pool=test", mode: "0600", acls: [] }
-  - { name: client.test2, key: "AQAin8tUAJkGGhAA8WZ8Lz5c7IkT8QZ5s7bI1A==", mon_cap: "allow r", osd_cap: "allow class-read object_prefix rbd_children, allow rwx pool=test2", mode: "0600", acls: [] }
 test:
   name: "test"
   pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
index feab8313f3a2b60a534398c103243632988a3db0..f45d793a9c9edca02db04211f34b3c57dab321db 100644 (file)
@@ -1,8 +1,5 @@
 ---
 user_config: True
-keys:
-  - { name: client.test, key: "AQAin8tUoMPDGRAACcfAQHbq4eTuUoTCZdW1Uw==", mon_cap: "allow r", osd_cap: "allow class-read object_prefix rbd_children, allow rwx pool=test", mode: "0600", acls: [] }
-  - { name: client.test2, key: "AQAin8tUAJkGGhAA8WZ8Lz5c7IkT8QZ5s7bI1A==", mon_cap: "allow r", osd_cap: "allow class-read object_prefix rbd_children, allow rwx pool=test2", mode: "0600", acls: [] }
 test:
   name: "test"
   pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"