system-config/playbooks/set_infracloud_project_quotas.yml
Ricardo Carrillo Cruz fa9b0719fd Set project quotas on east infra-cloud
Putting this upfront, as we have agreed to put infra-cloud east
in prod soon.

Change-Id: I370176e7ff7d0c9361f6db110a9a1c77bd06ce4d
2016-02-25 21:43:15 +01:00

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