These reference ceph_mon_docker_username instead of the corresponding
one
site.yml
site-docker.yml
*.pyc
+*.sw?
---
- name: pull ceph daemon image
- shell: "docker pull {{ ceph_mon_docker_username }}/{{ ceph_mon_docker_imagename }}"
+ shell: "docker pull {{ ceph_mds_docker_username }}/{{ ceph_mds_docker_imagename }}"
changed_when: false
failed_when: false
---
- name: pull ceph daemon image
- shell: "docker pull {{ ceph_mon_docker_username }}/{{ ceph_mon_docker_imagename }}"
+ shell: "docker pull {{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}"
changed_when: false
failed_when: false
---
- name: pull ceph daemon image
- shell: "docker pull {{ ceph_mon_docker_username }}/{{ ceph_mon_docker_imagename }}"
+ shell: "docker pull {{ ceph_rgw_docker_username }}/{{ ceph_rgw_docker_imagename }}"
changed_when: false
failed_when: false