54b7bd0a33
Also remove the cacerts envvar, it has been put on the oscc clouds so it is not needed anymore. Change-Id: I688ff79d01fc09acc1c5ac62007741e30372891a
13 lines
381 B
YAML
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
|