summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/atomic-openshift-master.j2
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-05-24 11:56:11 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-05-25 10:28:33 -0300
commit5c833d9f29e292d11c0cbf08786e9015f133ce17 (patch)
treedccfbd5103a2bf8d77a3e7ea4c2850488a03e6b9 /roles/openshift_master/templates/atomic-openshift-master.j2
parent436c287335c3b578aaa2c1c8835583feaee2a3cf (diff)
downloadopenshift-5c833d9f29e292d11c0cbf08786e9015f133ce17.tar.gz
openshift-5c833d9f29e292d11c0cbf08786e9015f133ce17.tar.bz2
openshift-5c833d9f29e292d11c0cbf08786e9015f133ce17.tar.xz
openshift-5c833d9f29e292d11c0cbf08786e9015f133ce17.zip
Complete installation of first master containerized.
Diffstat (limited to 'roles/openshift_master/templates/atomic-openshift-master.j2')
-rw-r--r--roles/openshift_master/templates/atomic-openshift-master.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/templates/atomic-openshift-master.j2 b/roles/openshift_master/templates/atomic-openshift-master.j2
index 026787421..ba2974476 100644
--- a/roles/openshift_master/templates/atomic-openshift-master.j2
+++ b/roles/openshift_master/templates/atomic-openshift-master.j2
@@ -1,7 +1,7 @@
OPTIONS=--loglevel={{ openshift.master.debug_level }}
CONFIG_FILE={{ openshift_master_config_file }}
{% if openshift.common.is_containerized | bool %}
-IMAGE_VERSION={{ openshift_version }}
+IMAGE_VERSION=v{{ openshift_version }}
{% endif %}
{% if 'cloudprovider' in openshift and 'aws' in openshift.cloudprovider and 'kind' in openshift.cloudprovider and openshift.cloudprovider.kind == 'aws' and 'access_key' in openshift.cloudprovider.aws and 'secret_key' in openshift.cloudprovider.aws %}