Merge "Fix deprecation warning for ceph_client role."

This commit is contained in:
Jenkins 2016-08-18 18:32:09 +00:00 committed by Gerrit Code Review
commit e61d732871
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
state: restarted state: restarted
pattern: "{{ item.1 }}" pattern: "{{ item.1 }}"
with_subelements: with_subelements:
- ceph_components - "{{ ceph_components }}"
- service - service
when: inventory_hostname in groups[item.0.component] when: inventory_hostname in groups[item.0.component]
failed_when: false failed_when: false

View File

@ -24,7 +24,7 @@
# output to put in a keyring; ceph admin should have already created the user # output to put in a keyring; ceph admin should have already created the user
shell: ceph auth get client.{{ item.1 }} >/dev/null && ceph auth get-or-create client.{{ item.1 }} shell: ceph auth get client.{{ item.1 }} >/dev/null && ceph auth get-or-create client.{{ item.1 }}
with_subelements: with_subelements:
- ceph_components - "{{ ceph_components }}"
- client - client
when: > when: >
inventory_hostname in groups[item.0.component] and inventory_hostname in groups[item.0.component] and

View File

@ -39,7 +39,7 @@
retries: 5 retries: 5
delay: 2 delay: 2
with_subelements: with_subelements:
- ceph_components - "{{ ceph_components }}"
- package - package
when: inventory_hostname in groups[item.0.component] when: inventory_hostname in groups[item.0.component]
notify: notify: