zhubingbing d3d3472326 Implement Ansible rally role
Change-Id: I647c38adbfd00c70874cf51c0bfcb68d243e26cc
Partially-Implements: blueprint rally-role
2016-09-07 02:07:04 +00:00

12 lines
362 B
YAML

---
- name: Starting rally container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ rally_image_full }}"
name: "rally"
volumes:
- "{{ node_config_directory }}/rally/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "kolla_logs:/var/log/kolla/"