Wolfgang Kulhanek
2020-03-02 a400238bdb1d544f457165e03176e4521c35e2ca
Added more docs and download links for client vm tools (#1217)

2 files modified
23 ■■■■■ changed files
ansible/configs/ocp-clientvm/default_vars.yml 11 ●●●●● patch | view | raw | blame | history
ansible/roles/ocp-client-vm/defaults/main.yml 12 ●●●●● patch | view | raw | blame | history
ansible/configs/ocp-clientvm/default_vars.yml
@@ -23,19 +23,28 @@
# Software Versions:
# Specified in ocp-client-vm role defaults. Can be overridden with specific
# versions if necessary
# https://mirror.openshift.com/pub/openshift-v4/clients/ocp/
ocp_clientvm_oc_version: "{{ osrelease }}"
# ocp_clientvm_oc_version: '4.3.0'
# ocp_clientvm_oc_version: '3.11.154'
# OpenShift 4 specific software (only installed when Client Version >= 4.0)
# https://mirror.openshift.com/pub/openshift-v4/clients/odo/
# ocp_clientvm_odo_version: 'v1.1.0'
# https://mirror.openshift.com/pub/openshift-v4/clients/helm/
# ocp_clientvm_helm_version: 'v3.0.0'
# https://github.com/tektoncd/cli/releases (without 'v')
# ocp_clientvm_tkn_version: '0.6.0'
# https://github.com/knative/client/releases
# ocp_clientvm_kn_version: 'v0.12.0'
# Supplemental Software
# Specified in ocp-client-vm role defaults. Can be overridden.
# ocp_clientvm_maven_version: '3.6.3'
# https://github.com/istio/istio/releases
# ocp_clientvm_istioctl_version: '1.1.17'
# https://maven.apache.org/download.cgi
# (needs to be in gpte-public S3 bucket to prevent download errors)
# ocp_clientvm_maven_version: '3.6.3'
# Docker version and settings
docker_version: '1.13.1'
ansible/roles/ocp-client-vm/defaults/main.yml
@@ -1,9 +1,19 @@
# Software Version defaults
# https://mirror.openshift.com/pub/openshift-v4/clients/ocp/
ocp_clientvm_oc_version: '4.3.1'
# https://mirror.openshift.com/pub/openshift-v4/clients/odo/
ocp_clientvm_odo_version: 'v1.1.0'
# https://mirror.openshift.com/pub/openshift-v4/clients/helm/
ocp_clientvm_helm_version: 'v3.0.0'
ocp_clientvm_tkn_version: '0.7.1'
# https://github.com/tektoncd/cli/releases (without 'v')
ocp_clientvm_tkn_version: '0.8.0'
# https://github.com/knative/client/releases
ocp_clientvm_kn_version: 'v0.12.0'
# https://github.com/istio/istio/releases
ocp_clientvm_istioctl_version: '1.1.17'
# https://maven.apache.org/download.cgi
# (needs to be in gpte-public S3 bucket to prevent download errors)
ocp_clientvm_maven_version: '3.6.3'