Disable automated cleaning in grenade

Grenade has seven nodes, and chances that at least one of them will
fail PXE booting is quite high. Ironic itself already has automated
cleaning disabled in its grenade jobs.

Change-Id: I89fab35848801ebd57a772fc4efa637cfb81844f
This commit is contained in:
Dmitry Tantsur 2018-04-04 13:39:36 +02:00
parent 8db7ef7bf1
commit 1ae010bb70
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@
export DEVSTACK_PROJECT_FROM_GIT=""
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_COUNT=7"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_AUTOMATED_CLEAN_ENABLED=False"
# Ensure the ironic-vars-EARLY file exists
touch ironic-vars-early