git push --set-upstream origin merlin

This commit is contained in:
Wim Nap
2018-04-13 16:19:17 +02:00
parent a150b58aaa
commit 240a1f22f3
16 changed files with 179 additions and 35 deletions

View File

@ -11,11 +11,12 @@ ExecStartPre=-/usr/bin/docker rm %n
ExecStart=/usr/bin/docker run --name %n \
--privileged \
{{ env_vars | replace('\n', '') }} \
-v "/dev/cinder-volumes/":/dev/cinder-volumes \
-v /dev/cinder-volumes/:/dev/cinder-volumes \
-v /srv/cinder-storage/root:/root \
-v "{{ storage_volume }}":/dev/cinder_storage_volume \
-v "/dev/lvm":/dev/lvm \
-v "/srv/cinder-storage/volumes/:/var/lib/cinder/volumes/" \
-v /dev/lvm:/dev/lvm \
-v /srv/cinder-storage/volumes/:/var/lib/cinder/volumes/ \
-v /srv/cinder-storage/etc/ceph:/etc/ceph
-p 8777:8776 \
-p 3260:3260 \
{{ docker_image }}