fa9b0719fd
Putting this upfront, as we have agreed to put infra-cloud east in prod soon. Change-Id: I370176e7ff7d0c9361f6db110a9a1c77bd06ce4d
15 lines
523 B
YAML
15 lines
523 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
|
|
|
|
- shell: 'openstack quota set openstackjenkins --cores 800 --ram 800000 --instances 100'
|
|
environment:
|
|
REQUESTS_CA_BUNDLE: '/etc/openstack/infracloud_east_cacert.pem'
|
|
OS_CLOUD: admin-infracloud-east
|