Merge "Allow horizon role to pull images"

This commit is contained in:
Jenkins 2016-01-06 08:18:38 +00:00 committed by Gerrit Code Review
commit 9dc5c30b39
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']