Bläddra i källkod

Merge pull request #176 from wshearn/online_vars

Update openshift-cluster/vars for online defaults
Wesley Hearn 10 år sedan
förälder
incheckning
fb72f9253b
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      playbooks/aws/openshift-cluster/vars.yml

+ 5 - 5
playbooks/aws/openshift-cluster/vars.yml

@@ -13,15 +13,15 @@ deployment_vars:
     assign_public_ip:
   online:
     # private ami
-    image: ami-307b3658
+    image: ami-906240f8
     region: us-east-1
     ssh_user: root
     sudo: no
-    keypair: libra
+    keypair: mmcgrath_libra
     type: m3.large
-    security_groups: [ 'public' ]
-    vpc_subnet:
-    assign_public_ip:
+    security_groups: [ 'int-v3' ]
+    vpc_subnet: subnet-987c0def
+    assign_public_ip: yes
   enterprise:
     # rhel-7.1, requires cloud access subscription
     image: ami-10663b78