aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Marolt2016-09-17 21:32:18 +0200
committerAndrej Marolt2016-09-17 21:32:18 +0200
commit1aad163fdae2e9f0f77b4e0bc02e4376c82b5968 (patch)
tree21cc68b888ee982d1c1aeaff19961874b0dd5126
parent05581552caa858925c0e3b8cc622bb231db624f0 (diff)
downloadaur-1aad163fdae2e9f0f77b4e0bc02e4376c82b5968.tar.gz
install a specific version | install metrics
-rwxr-xr-x1.install.cluster.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/1.install.cluster.sh b/1.install.cluster.sh
index 33c44f1d686a..2f983f279285 100755
--- a/1.install.cluster.sh
+++ b/1.install.cluster.sh
@@ -30,8 +30,9 @@ _oc_cluster_up() {
--host-config-dir="${ORIGIN_HOME}/openshift.local.config" \
--host-volumes-dir="${ORIGIN_HOME}/openshift.local.volumes" \
--public-hostname="${PUBLIC_HOSTNAME}" \
- --routing-suffix="${ROUTING_SUFFIX}"
-
+ --routing-suffix="${ROUTING_SUFFIX}" \
+ --version="${VERSION}" \
+ --metrics
}