summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/vars.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-04-23 09:27:43 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-04-23 09:27:43 -0400
commit2de043af0d241f4fa83f1591ff88e7498f6cafb2 (patch)
tree14894759704c9aaf2d481c2b0d0f7bc97d5cbbe2 /playbooks/aws/openshift-cluster/vars.yml
parent26dd02a7db33c3aadcfc1687a03709dfb3864525 (diff)
parent6792e2c58ea21bd67a36ff4571301782c9f64009 (diff)
downloadopenshift-2de043af0d241f4fa83f1591ff88e7498f6cafb2.tar.gz
openshift-2de043af0d241f4fa83f1591ff88e7498f6cafb2.tar.bz2
openshift-2de043af0d241f4fa83f1591ff88e7498f6cafb2.tar.xz
openshift-2de043af0d241f4fa83f1591ff88e7498f6cafb2.zip
Merge pull request #178 from detiber/fix_aws_defaults
Allow variable overriding for ec2 deployment_vars
Diffstat (limited to 'playbooks/aws/openshift-cluster/vars.yml')
-rw-r--r--playbooks/aws/openshift-cluster/vars.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/playbooks/aws/openshift-cluster/vars.yml b/playbooks/aws/openshift-cluster/vars.yml
index f87e7aba3..07e453f89 100644
--- a/playbooks/aws/openshift-cluster/vars.yml
+++ b/playbooks/aws/openshift-cluster/vars.yml
@@ -3,6 +3,7 @@ deployment_vars:
origin:
# fedora, since centos requires marketplace
image: ami-acd999c4
+ image_name:
region: us-east-1
ssh_user: fedora
sudo: yes
@@ -13,18 +14,20 @@ deployment_vars:
assign_public_ip:
online:
# private ami
- image: ami-906240f8
+ image: ami-7a9e9812
+ image_name: openshift-rhel7_*
region: us-east-1
ssh_user: root
sudo: no
- keypair: mmcgrath_libra
+ keypair: libra
type: m3.large
- security_groups: [ 'int-v3' ]
- vpc_subnet: subnet-987c0def
- assign_public_ip: yes
+ security_groups: [ 'public' ]
+ vpc_subnet:
+ assign_public_ip:
enterprise:
# rhel-7.1, requires cloud access subscription
image: ami-10663b78
+ image_name:
region: us-east-1
ssh_user: ec2-user
sudo: yes