summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2014-11-04 14:54:47 -0500
committerKenny Woodson <kwoodson@redhat.com>2014-11-04 14:54:47 -0500
commit1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9 (patch)
tree658c6705b50d9ffdab19dc3c4f620153615e1bdd /playbooks/aws
parentf57018239a6e6a454fdb878b1189eaf70ae185a2 (diff)
parent3f90353f49770cc03ebf3952778eb51ffe5063c2 (diff)
downloadopenshift-1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9.tar.gz
openshift-1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9.tar.bz2
openshift-1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9.tar.xz
openshift-1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9.zip
Merge pull request #27 from twiest/pr
making atomic proxy be able to be deployed to PROD.
Diffstat (limited to 'playbooks/aws')
-rw-r--r--playbooks/aws/os2-atomic-proxy/vars.int.yml3
-rw-r--r--playbooks/aws/os2-atomic-proxy/vars.prod.yml3
-rw-r--r--playbooks/aws/os2-atomic-proxy/vars.stg.yml1
3 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/aws/os2-atomic-proxy/vars.int.yml b/playbooks/aws/os2-atomic-proxy/vars.int.yml
new file mode 100644
index 000000000..00157cd89
--- /dev/null
+++ b/playbooks/aws/os2-atomic-proxy/vars.int.yml
@@ -0,0 +1,3 @@
+---
+oo_env_long: integration
+oo_zabbix_hostgroups: ['INT Environment']
diff --git a/playbooks/aws/os2-atomic-proxy/vars.prod.yml b/playbooks/aws/os2-atomic-proxy/vars.prod.yml
new file mode 100644
index 000000000..641afc626
--- /dev/null
+++ b/playbooks/aws/os2-atomic-proxy/vars.prod.yml
@@ -0,0 +1,3 @@
+---
+oo_env_long: production
+oo_zabbix_hostgroups: ['PROD Environment']
diff --git a/playbooks/aws/os2-atomic-proxy/vars.stg.yml b/playbooks/aws/os2-atomic-proxy/vars.stg.yml
index fa37b7ee3..8d994c2fc 100644
--- a/playbooks/aws/os2-atomic-proxy/vars.stg.yml
+++ b/playbooks/aws/os2-atomic-proxy/vars.stg.yml
@@ -1,2 +1,3 @@
---
oo_env_long: staging
+oo_zabbix_hostgroups: ['STG Environment']