Make transient vCPU bump permanent
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
1a3df38b19
commit
6ffb26653b
1 changed files with 7 additions and 0 deletions
|
@ -1210,3 +1210,10 @@
|
||||||
register: TENANT_ID
|
register: TENANT_ID
|
||||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 45 --cores 150 --ram 288300 --security-groups 20 {{ TENANT_ID.stdout }}
|
- shell: source /root/keystonerc_admin && nova quota-update --instances 45 --cores 150 --ram 288300 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||||
|
|
||||||
|
# Transient quota
|
||||||
|
- shell: source /root/keystonerc_admin && keystone tenant-list | grep 'transient ' | awk '{print $2}'
|
||||||
|
always_run: true
|
||||||
|
changed_when: false
|
||||||
|
register: TENANT_ID
|
||||||
|
- shell: source /root/keystonerc_admin && nova quota-update --instances 20 --cores 30 --ram 51200 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue