79df5d84f8
Add Ansible configuration for Tacker NFV service Change-Id: I472d96e13a5270d1ee219c2f72f57d9c361f87a6 Partially-Implements: blueprint tacker-support
12 lines
366 B
YAML
12 lines
366 B
YAML
---
|
|
- name: Starting tacker container
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ tacker_image_full }}"
|
|
name: "tacker"
|
|
volumes:
|
|
- "{{ node_config_directory }}/tacker/:{{ container_config_directory }}/:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "kolla_logs:/var/log/kolla/"
|