4b3d8116ce
Add vmtp ansible role to kolla. Co-Authored-By: Larry Rensing <lr699s@att.com> Co-Authored-By: Tin Lam <tinlam@gmail.com> Partially implements: bp vmtp-container Change-Id: Ib3945e0a94cca9f3a8c4f55953b40674c88ac8e4
8 lines
202 B
YAML
8 lines
202 B
YAML
---
|
|
- name: Pulling vmtp image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ vmtp_image_full }}"
|
|
when: inventory_hostname in groups['vmtp']
|