diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-07-30 13:59:45 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-07-30 13:59:45 -0400 |
commit | f0b2d1d7a6d328f8c2d8e6efabb839032f0717be (patch) | |
tree | 5b830667062116b9c25ec1525496f8bcc96254e1 /playbooks/aws/openshift-cluster/vars.online.int.yml | |
parent | 1c1e57e6d24a7430651caa87c52b9b22ea96132d (diff) | |
parent | e26c1af8943b8b8e73b550d82cd34c9b68ca913a (diff) | |
download | openshift-f0b2d1d7a6d328f8c2d8e6efabb839032f0717be.tar.gz openshift-f0b2d1d7a6d328f8c2d8e6efabb839032f0717be.tar.bz2 openshift-f0b2d1d7a6d328f8c2d8e6efabb839032f0717be.tar.xz openshift-f0b2d1d7a6d328f8c2d8e6efabb839032f0717be.zip |
Merge pull request #395 from pat2man/m4_aws_instances
Use AWS m4 instances types
Diffstat (limited to 'playbooks/aws/openshift-cluster/vars.online.int.yml')
-rw-r--r-- | playbooks/aws/openshift-cluster/vars.online.int.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/aws/openshift-cluster/vars.online.int.yml b/playbooks/aws/openshift-cluster/vars.online.int.yml index fc8b8d2d2..b9ee29b83 100644 --- a/playbooks/aws/openshift-cluster/vars.online.int.yml +++ b/playbooks/aws/openshift-cluster/vars.online.int.yml @@ -3,13 +3,13 @@ ec2_image: ami-9101c8fa ec2_image_name: libra-ops-rhel7* ec2_region: us-east-1 ec2_keypair: mmcgrath_libra -ec2_master_instance_type: m3.large +ec2_master_instance_type: m4.large ec2_master_security_groups: [ 'integration', 'integration-master' ] -ec2_infra_instance_type: m3.large +ec2_infra_instance_type: m4.large ec2_infra_security_groups: [ 'integration', 'integration-infra' ] -ec2_node_instance_type: m3.large +ec2_node_instance_type: m4.large ec2_node_security_groups: [ 'integration', 'integration-node' ] -ec2_etcd_instance_type: m3.large +ec2_etcd_instance_type: m4.large ec2_etcd_security_groups: [ 'integration', 'integration-etcd' ] ec2_vpc_subnet: subnet-987c0def ec2_assign_public_ip: yes |