01fe551c9b
This needs the admin project, instead of the jenkins project. Change-Id: Iccc8a00adae5946e3cd7a2e8ba4bce3e991fd34d
10 lines
298 B
YAML
10 lines
298 B
YAML
---
|
|
- 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: admin-infracloud-west
|