From: Zack Cerza Date: Mon, 26 Oct 2015 22:39:15 +0000 (-0600) Subject: testnodes: Add teuthology_user to 'disk' group X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F158%2Fhead;p=ceph-cm-ansible.git testnodes: Add teuthology_user to 'disk' group We were already doing this for apt systems; do it for yum systems as well Signed-off-by: Zack Cerza --- diff --git a/roles/testnode/tasks/yum_systems.yml b/roles/testnode/tasks/yum_systems.yml index 2c64d318..c3caf336 100644 --- a/roles/testnode/tasks/yum_systems.yml +++ b/roles/testnode/tasks/yum_systems.yml @@ -22,10 +22,11 @@ name: kvm state: present -- name: Add the teuthology user to group kvm +- name: Add the teuthology user to groups kvm,disk user: name: "{{ teuthology_user }}" - group: kvm + groups: kvm,disk + append: yes - name: Configure /etc/sudoers. template: