system-config/playbooks/set_infracloud_project_quotas.yml
Ricardo Carrillo Cruz 54b7bd0a33 Change west/east naming for vanilla/chocolate on set quotas playbook
Also remove the cacerts envvar, it has been put on the oscc clouds
so it is not needed anymore.

Change-Id: I688ff79d01fc09acc1c5ac62007741e30372891a
2016-09-01 10:46:15 +02:00

13 lines
381 B
YAML

---
- hosts: localhost
connection: local
gather_facts: false
tasks:
- shell: 'openstack quota set openstackzuul --cores 800 --ram 800000 --instances 100'
environment:
OS_CLOUD: admin-infracloud-vanilla
- shell: 'openstack quota set openstackzuul --cores 800 --ram 800000 --instances 100'
environment:
OS_CLOUD: admin-infracloud-chocolate