diff options
author | Thomas Wiest <twiest@redhat.com> | 2014-11-03 22:32:43 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2014-11-03 23:27:13 -0500 |
commit | 3f90353f49770cc03ebf3952778eb51ffe5063c2 (patch) | |
tree | 658c6705b50d9ffdab19dc3c4f620153615e1bdd /playbooks/aws/os2-atomic-proxy | |
parent | f57018239a6e6a454fdb878b1189eaf70ae185a2 (diff) | |
download | openshift-3f90353f49770cc03ebf3952778eb51ffe5063c2.tar.gz openshift-3f90353f49770cc03ebf3952778eb51ffe5063c2.tar.bz2 openshift-3f90353f49770cc03ebf3952778eb51ffe5063c2.tar.xz openshift-3f90353f49770cc03ebf3952778eb51ffe5063c2.zip |
making atomic proxy be able to be deployed to PROD.
Diffstat (limited to 'playbooks/aws/os2-atomic-proxy')
-rw-r--r-- | playbooks/aws/os2-atomic-proxy/vars.int.yml | 3 | ||||
-rw-r--r-- | playbooks/aws/os2-atomic-proxy/vars.prod.yml | 3 | ||||
-rw-r--r-- | playbooks/aws/os2-atomic-proxy/vars.stg.yml | 1 |
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'] |