summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/vars.online.stage.yml
diff options
context:
space:
mode:
authorPatrick Tescher <pat2man@gmail.com>2015-07-27 12:22:00 -0700
committerPatrick Tescher <pat2man@gmail.com>2015-07-27 12:22:00 -0700
commite26c1af8943b8b8e73b550d82cd34c9b68ca913a (patch)
tree6ee8c035e329b97d2a3b5961faeb56e5d6b2225c /playbooks/aws/openshift-cluster/vars.online.stage.yml
parent274aa30b1af218031c0c6e7d3abe2ab732dc5b59 (diff)
downloadopenshift-e26c1af8943b8b8e73b550d82cd34c9b68ca913a.tar.gz
openshift-e26c1af8943b8b8e73b550d82cd34c9b68ca913a.tar.bz2
openshift-e26c1af8943b8b8e73b550d82cd34c9b68ca913a.tar.xz
openshift-e26c1af8943b8b8e73b550d82cd34c9b68ca913a.zip
Use AWS m4 instances types
AWS m4 replaces m3 and is a bit cheaper.
Diffstat (limited to 'playbooks/aws/openshift-cluster/vars.online.stage.yml')
-rw-r--r--playbooks/aws/openshift-cluster/vars.online.stage.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/aws/openshift-cluster/vars.online.stage.yml b/playbooks/aws/openshift-cluster/vars.online.stage.yml
index ce9869fcd..2ec43ad4c 100644
--- a/playbooks/aws/openshift-cluster/vars.online.stage.yml
+++ b/playbooks/aws/openshift-cluster/vars.online.stage.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: [ 'stage', 'stage-master' ]
-ec2_infra_instance_type: m3.large
+ec2_infra_instance_type: m4.large
ec2_infra_security_groups: [ 'stage', 'stage-infra' ]
-ec2_node_instance_type: m3.large
+ec2_node_instance_type: m4.large
ec2_node_security_groups: [ 'stage', 'stage-node' ]
-ec2_etcd_instance_type: m3.large
+ec2_etcd_instance_type: m4.large
ec2_etcd_security_groups: [ 'stage', 'stage-etcd' ]
ec2_vpc_subnet: subnet-987c0def
ec2_assign_public_ip: yes