Ansible task was not properly fetching OSD cluster keyring causing
the keyring to be missing when we needed to authenticate. Similarly, we
were not properly waiting on the OSD keyring to be available before
continuing.
Signed-off-by: Ivan Font <ifont@redhat.com>
wait_for
path="{{ playbook_dir }}/{{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
become: false
- with_together: "{{ ceph_config_keys }}"
+ with_items: "{{ ceph_config_keys }}"
- name: stat for ceph config and keys
local_action: stat path={{ fetch_directory }}/docker_mon_files/{{ item }}
group: root
mode: 0644
changed_when: false
- with_together: "{{ ceph_config_keys }}"
+ with_items: "{{ ceph_config_keys }}"
# MEMORY
memory: 1024
-disks: "[ '/dev/sdb', '/dev/sdc' ]"
+disks: "[ '/dev/sda', '/dev/sdb' ]"
eth: 'enp0s8'
vagrant_box: centos/atomic-host