Guillaume Coré
2019-01-29 104ce0e72db21fdc636652b4edb5f600db5b0d53
OCP4 : bump to 0.11.0 and m5 instances
1 files modified
6 ■■■■ changed files
ansible/configs/ocp4-coreos-deployer/env_vars.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-coreos-deployer/env_vars.yml
@@ -25,7 +25,7 @@
## Automatically deploy ocp4 cluster using the installer
install_ocp4: false
ocp4_installer_version: "v0.10.1"
ocp4_installer_version: "v0.11.0"
oc_client_version: "4.0.0-0.148.0"
# Install a user id 'student'. If install_student_user=true then a global variable
@@ -67,9 +67,9 @@
clientvm_instance_type: "t2.medium"
master_instance_type: "m4.large"
master_instance_type: "m5.large"
master_instance_count: 3
worker_instance_type: "m4.xlarge"
worker_instance_type: "m5.xlarge"
worker_instance_count: 3
###### VARIABLES YOU SHOULD ***NOT*** CONFIGURE FOR YOUR DEPLOYEMNT