diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-08-02 10:41:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 10:41:23 -0400 |
commit | f6e0126c3cda6622fc2371b3b603108b94ed9d39 (patch) | |
tree | 40dae6081c5419e9ba4f55e09b2867cd5dd825ea /roles/openshift_cfme/tasks | |
parent | d50e8865ffead8ae913e52a2892824687245fd63 (diff) | |
parent | 4799271c6e7c75c304069aadf5e14cfe484f8c8b (diff) | |
download | openshift-f6e0126c3cda6622fc2371b3b603108b94ed9d39.tar.gz openshift-f6e0126c3cda6622fc2371b3b603108b94ed9d39.tar.bz2 openshift-f6e0126c3cda6622fc2371b3b603108b94ed9d39.tar.xz openshift-f6e0126c3cda6622fc2371b3b603108b94ed9d39.zip |
Merge pull request #4968 from sdodson/cfme-images
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_cfme/tasks')
-rw-r--r-- | roles/openshift_cfme/tasks/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/openshift_cfme/tasks/main.yml b/roles/openshift_cfme/tasks/main.yml index acbce7232..3325ee4a7 100644 --- a/roles/openshift_cfme/tasks/main.yml +++ b/roles/openshift_cfme/tasks/main.yml @@ -110,6 +110,13 @@ namespace: "{{ openshift_cfme_project }}" template_name: manageiq create: True + params: + APPLICATION_IMG_NAME: "{{ openshift_cfme_application_img_name }}" + POSTGRESQL_IMG_NAME: "{{ openshift_cfme_postgresql_img_name }}" + MEMCACHED_IMG_NAME: "{{ openshift_cfme_memcached_img_name }}" + APPLICATION_IMG_TAG: "{{ openshift_cfme_application_img_tag }}" + POSTGRESQL_IMG_TAG: "{{ openshift_cfme_postgresql_img_tag }}" + MEMCACHED_IMG_TAG: "{{ openshift_cfme_memcached_img_tag }}" register: cfme_new_app_process run_once: True when: |