diff options
author | Wesley Hearn <whearn@redhat.com> | 2015-09-09 09:37:28 -0400 |
---|---|---|
committer | Wesley Hearn <whearn@redhat.com> | 2015-09-09 09:37:28 -0400 |
commit | 12227816bd4722b7982c6dced0b43f60dc82b4e1 (patch) | |
tree | 5afaf6f966cd933516ffbe4b28fc8694f5e7e079 /playbooks/aws/openshift-cluster/vars.online.int.yml | |
parent | 514bff01ea5947852911614a1b8b815ac5528918 (diff) | |
download | openshift-12227816bd4722b7982c6dced0b43f60dc82b4e1.tar.gz openshift-12227816bd4722b7982c6dced0b43f60dc82b4e1.tar.bz2 openshift-12227816bd4722b7982c6dced0b43f60dc82b4e1.tar.xz openshift-12227816bd4722b7982c6dced0b43f60dc82b4e1.zip |
Default masters to t2.medium instead of t2.small
Diffstat (limited to 'playbooks/aws/openshift-cluster/vars.online.int.yml')
-rw-r--r-- | playbooks/aws/openshift-cluster/vars.online.int.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/vars.online.int.yml b/playbooks/aws/openshift-cluster/vars.online.int.yml index bb18e13b0..2e2f25ccd 100644 --- a/playbooks/aws/openshift-cluster/vars.online.int.yml +++ b/playbooks/aws/openshift-cluster/vars.online.int.yml @@ -3,7 +3,7 @@ ec2_image: ami-9101c8fa ec2_image_name: libra-ops-rhel7* ec2_region: us-east-1 ec2_keypair: mmcgrath_libra -ec2_master_instance_type: t2.small +ec2_master_instance_type: t2.medium ec2_master_security_groups: [ 'integration', 'integration-master' ] ec2_infra_instance_type: c4.large ec2_infra_security_groups: [ 'integration', 'integration-infra' ] |