Eduardo Gonzalez 79df5d84f8 Tacker NFV Ansible support
Add Ansible configuration for Tacker NFV service

Change-Id: I472d96e13a5270d1ee219c2f72f57d9c361f87a6
Partially-Implements: blueprint tacker-support
2016-11-29 17:19:21 +00:00

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/"