adding openvpn to openqa production

This commit is contained in:
Tim Flink 2015-11-18 03:33:39 +00:00
parent c60d19b0ee
commit 0186046d3b
3 changed files with 11 additions and 0 deletions

View file

@ -9,10 +9,17 @@ openqa_userid: http://adamwill.id.fedoraproject.org/
openqa_dbname: openqa
openqa_dbhost: db-qa01.qa.fedoraproject.org
openqa_dbuser: openqa
openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
openqa_key: "{{ prod_openqa_apikey }}"
openqa_secret: "{{ prod_openqa_apisecret }}"
wikitcms_user: coconut
wikitcms_password: "{{ prod_wikitcms_password }}"
openqa_workers: 3
deployment_type: prod
# NFS
tcp_ports: 2049

View file

@ -21,5 +21,7 @@ wikitcms_password: "{{ stg_wikitcms_password }}"
# For now let's not run any scheduled jobs on stg
openqa_triggers: []
deployment_type: stg
# http and NFS
tcp_ports: [80, 2049]

View file

@ -18,6 +18,8 @@
- { role: fas_client, tags: ['fas_client'] }
- { role: collectd/base, tags: ['collectd_base'] }
- { role: sudo, tags: ['sudo'] }
- { role: openvpn/client,
when: deployment_type == "prod", tags: ['openvpn_client'] }
- apache
tasks: