Allow horizon role to pull images

Change-Id: Iea91c39733d56a9291287a78a44756d8d38ca71d
Partially-Implements: blueprint pre-pull-images
This commit is contained in:
SamYaple 2016-01-05 17:56:22 +00:00
parent 260187c6fa
commit 715942ce30
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 horizon image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
when: inventory_hostname in groups['horizon']