Skip to content

Commit

Permalink
Merge pull request #715 from rootfs/jewel
Browse files Browse the repository at this point in the history
some fixes to run containers on Atomic
  • Loading branch information
leseb committed Apr 15, 2016
2 parents f515485 + 9d81f32 commit 9174ea2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/ceph-mon/tasks/docker/start_docker_monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- name: generate systemd unit file
become: true
template:
src: ../templates/ceph-mon.service.j2
src: "{{ playbook_dir }}/roles/ceph-mon/templates/ceph-mon.service.j2"
dest: /var/lib/ceph/ceph-mon@.service
owner: "root"
group: "root"
Expand Down
2 changes: 1 addition & 1 deletion roles/ceph-osd/tasks/docker/start_docker_osd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
- name: generate systemd unit file
become: true
template:
src: ceph-osd.service.j2
src: "{{ playbook_dir }}/roles/ceph-osd/templates/ceph-osd.service.j2"
dest: /var/lib/ceph/ceph-osd@.service
owner: "root"
group: "root"
Expand Down
2 changes: 2 additions & 0 deletions vagrant_variables.yml.atomic
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
# DEPLOY CONTAINERIZED DAEMONS
docker: true

# DEFINE THE NUMBER OF VMS TO RUN
mon_vms: 1
Expand Down

0 comments on commit 9174ea2

Please sign in to comment.