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
This commit is contained in:
parent
4926d502d9
commit
54b7bd0a33
@ -3,12 +3,10 @@
|
||||
connection: local
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- shell: 'openstack quota set openstackjenkins --cores 800 --ram 800000 --instances 100'
|
||||
- shell: 'openstack quota set openstackzuul --cores 800 --ram 800000 --instances 100'
|
||||
environment:
|
||||
REQUESTS_CA_BUNDLE: '/etc/openstack/infracloud_west_cacert.pem'
|
||||
OS_CLOUD: admin-infracloud-west
|
||||
OS_CLOUD: admin-infracloud-vanilla
|
||||
|
||||
- shell: 'openstack quota set openstackjenkins --cores 800 --ram 800000 --instances 100'
|
||||
- shell: 'openstack quota set openstackzuul --cores 800 --ram 800000 --instances 100'
|
||||
environment:
|
||||
REQUESTS_CA_BUNDLE: '/etc/openstack/infracloud_east_cacert.pem'
|
||||
OS_CLOUD: admin-infracloud-east
|
||||
OS_CLOUD: admin-infracloud-chocolate
|
||||
|
Loading…
Reference in New Issue
Block a user