2015-12-23 23:17:47 +02:00
|
|
|
---
|
|
|
|
- name: Starting ceph-rgw container
|
2015-12-26 01:58:57 +00:00
|
|
|
kolla_docker:
|
|
|
|
action: "start_container"
|
|
|
|
common_options: "{{ docker_common_options }}"
|
2015-12-23 23:17:47 +02:00
|
|
|
image: "{{ ceph_rgw_image_full }}"
|
2015-12-26 01:58:57 +00:00
|
|
|
name: "ceph_rgw"
|
2016-05-01 20:11:45 +08:00
|
|
|
volumes:
|
|
|
|
- "{{ node_config_directory }}/ceph-rgw/:{{ container_config_directory }}/:ro"
|
|
|
|
- "/etc/localtime:/etc/localtime:ro"
|
2016-05-03 15:47:41 -04:00
|
|
|
- "kolla_logs:/var/log/kolla/"
|