
DocImpact Implments: blueprint ansible-tempest Change-Id: Iadd86d9d91438f056c433b9a2016f32587c92878
12 lines
370 B
YAML
12 lines
370 B
YAML
---
|
|
- name: Starting tempest container
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ tempest_image_full }}"
|
|
name: "tempest"
|
|
volumes:
|
|
- "{{ node_config_directory }}/tempest/:{{ container_config_directory }}/:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "kolla_logs:/var/log/kolla/"
|