Merge pull request #358 from ceph/expose-rgw-container

Expose rgw ports
pull/359/head
Leseb 2015-07-30 11:27:49 +02:00
commit 5ed32178ae
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
image="{{ ceph_rgw_docker_username }}/{{ ceph_rgw_docker_imagename }}"
name=ceph-{{ ansible_hostname }}-rgw
expose={{ ceph_rgw_civetweb_port }}
ports="{{ ceph_rgw_civetweb_port }}:{{ ceph_rgw_civetweb_port }}"
state=running
env="CEPH_DAEMON=RGW,{{ ceph_rgw_docker_extra_env }}"
volumes="/var/lib/ceph:/var/lib/ceph,/etc/ceph:/etc/ceph"