raise Copr quota for builders in fedora cloud

This commit is contained in:
Miroslav Suchý 2017-11-02 08:48:55 +01:00
parent 778dae3492
commit a95d8b2bc7
2 changed files with 2 additions and 2 deletions

View file

@ -1262,7 +1262,7 @@
register: TENANT_ID
check_mode: no
changed_when: false
- shell: source /root/keystonerc_admin && nova quota-update --instances 40 --cores 80 --ram 300000 --floating-ips 10 --security-groups 20 {{ TENANT_ID.stdout }}
- shell: source /root/keystonerc_admin && nova quota-update --instances 50 --cores 100 --ram 350000 --floating-ips 10 --security-groups 20 {{ TENANT_ID.stdout }}
- shell: source /root/keystonerc_admin && keystone tenant-list | grep 'coprdev ' | awk '{print $2}'
check_mode: no

View file

@ -45,7 +45,7 @@ group0_max_vm_per_user=4
group0_max_vm_total=12
{% else %}
group0_max_vm_per_user=10
group0_max_vm_total=29
group0_max_vm_total=37
group0_vm_spawn_min_interval=5
group0_max_spawn_processes=5
{% endif %}