redhat-performance / scale-ci-ansible

The Scale CI automation Ansible playbooks
4 stars 7 forks source link

Version vars removed, need to update with new image vars. #140

Closed mbruzek closed 6 years ago

mbruzek commented 6 years ago

The installer no longer uses "version" variables so the glusterfs images were attempting to pull latest, and there was no "latest" image. The image variable is now used where the tag should be appended to the end.

Example: openshift_storage_glusterfs_version was replaced with openshift_storage_glusterfs_image

Here is the change the broke this:

https://github.com/openshift/openshift-ansible/commit/0be4b2565beb92c064917627863401af7dfb73d3#diff-d934befe010bf557e8a23d2ff57a1f9a

mbruzek commented 6 years ago

Merging this to try this with the next build.