Skip to content

Commit

Permalink
Merge pull request #1107 from font/osd_keyring_err
Browse files Browse the repository at this point in the history
Fix error caused by missing OSD cluster keyring
  • Loading branch information
leseb authored Nov 18, 2016
2 parents 02766cd + 92ffc53 commit 6866833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roles/ceph-osd/tasks/docker/fetch_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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 }}
Expand All @@ -28,4 +28,4 @@
group: root
mode: 0644
changed_when: false
with_together: "{{ ceph_config_keys }}"
with_items: "{{ ceph_config_keys }}"
2 changes: 1 addition & 1 deletion vagrant_variables.yml.atomic
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cluster_subnet: 192.168.1
# MEMORY
memory: 1024

disks: "[ '/dev/sdb', '/dev/sdc' ]"
disks: "[ '/dev/sda', '/dev/sdb' ]"

eth: 'enp0s8'
vagrant_box: centos/atomic-host
Expand Down

0 comments on commit 6866833

Please sign in to comment.