diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-05-20 15:14:28 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-05-25 10:28:32 -0300 |
commit | c45562e0e03e03c82bfcf60d4b3f8b7793133301 (patch) | |
tree | 5fe68e26ac01ebb58b30c0b116d213623f10a610 /roles/openshift_docker | |
parent | dcb7289d9cf28b155aebb3b4ab820db2033c1b35 (diff) | |
download | openshift-c45562e0e03e03c82bfcf60d4b3f8b7793133301.tar.gz openshift-c45562e0e03e03c82bfcf60d4b3f8b7793133301.tar.bz2 openshift-c45562e0e03e03c82bfcf60d4b3f8b7793133301.tar.xz openshift-c45562e0e03e03c82bfcf60d4b3f8b7793133301.zip |
Set openshift_version in config playbooks for first master.
Starting to remove openshift.docker.openshift_version fact usage.
openshift_version should no longer contain a leading 'v' for
containerized installs, just a version number.
Diffstat (limited to 'roles/openshift_docker')
-rw-r--r-- | roles/openshift_docker/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_docker/tasks/main.yml b/roles/openshift_docker/tasks/main.yml index cff1c6bb4..79efb193b 100644 --- a/roles/openshift_docker/tasks/main.yml +++ b/roles/openshift_docker/tasks/main.yml @@ -17,6 +17,8 @@ register: cli_image_version when: is_containerized | bool and openshift_image_tag is not defined and (upgrading | bool or not has_image_tag_fact | bool) +- debug: var=cli_image_version + # Use the pre-existing image tag from system facts if present, and we're not upgrading. # Ignores explicit openshift_image_tag if it's in the inventory, as this isn't an upgrade. - set_fact: |