Allow memcached role to pull images

Change-Id: I860af348b126979fa756f89c6fac769c750be85a
Partially-Implements: blueprint pre-pull-images
This commit is contained in:
SamYaple 2016-01-05 18:05:23 +00:00
parent bdc0f531e7
commit b6ac0b2eef
3 changed files with 12 additions and 3 deletions

View File

@ -0,0 +1,4 @@
---
- include: config.yml
- include: start.yml

View File

@ -1,4 +1,2 @@
---
- include: config.yml
- include: start.yml
- include: "{{ action }}.yml"

View File

@ -0,0 +1,7 @@
---
- name: Pulling memcached image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ memcached_image_full }}"
when: inventory_hostname in groups['memcached']