summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/os2-atomic-proxy/vars.stg.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-02-05 15:53:21 -0500
committerThomas Wiest <twiest@redhat.com>2015-02-05 15:53:32 -0500
commitddf12084e107152f70f7cad82bd1fcdb54880db3 (patch)
tree21ae9b09d447700b13e91acf3308748d3a6af8fd /playbooks/aws/os2-atomic-proxy/vars.stg.yml
parent5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4 (diff)
downloadopenshift-ddf12084e107152f70f7cad82bd1fcdb54880db3.tar.gz
openshift-ddf12084e107152f70f7cad82bd1fcdb54880db3.tar.bz2
openshift-ddf12084e107152f70f7cad82bd1fcdb54880db3.tar.xz
openshift-ddf12084e107152f70f7cad82bd1fcdb54880db3.zip
changed os2-atomic-proxy to be able to launch inside of both a vpc and classic. Changed STG to default to launching in a vpc, prod still launches in classic.
Diffstat (limited to 'playbooks/aws/os2-atomic-proxy/vars.stg.yml')
-rw-r--r--playbooks/aws/os2-atomic-proxy/vars.stg.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/aws/os2-atomic-proxy/vars.stg.yml b/playbooks/aws/os2-atomic-proxy/vars.stg.yml
index 8d994c2fc..1cecfc9b2 100644
--- a/playbooks/aws/os2-atomic-proxy/vars.stg.yml
+++ b/playbooks/aws/os2-atomic-proxy/vars.stg.yml
@@ -1,3 +1,10 @@
---
oo_env_long: staging
oo_zabbix_hostgroups: ['STG Environment']
+oo_vpc_subnet_id: subnet-700bdd07
+oo_assign_public_ip: yes
+oo_security_group_ids:
+ - sg-02c2f267 # Libra (vpc)
+ - sg-f0bfbe95 # stg (vpc)
+ - sg-a3bfbec6 # stg_proxy (vpc)
+ - sg-d4bfbeb1 # stg_proxy_atomic (vpc)