Merge "Playbook for setting the infracloud jenkins project quotas"

This commit is contained in:
Jenkins 2016-02-25 16:18:59 +00:00 committed by Gerrit Code Review
commit c57170d238

View File

@ -0,0 +1,9 @@
---
- hosts: localhost
connection: local
gather_facts: false
tasks:
- shell: 'openstack quota set openstackjenkins --cores 800 --ram 800000 --instances 100'
environment:
REQUESTS_CA_BUNDLE: '/etc/openstack/infracloud_west_cacert.pem'
OS_CLOUD: openstackjenkins-infracloud-west