Adjust placement query for reserved nodes
Minor timing changes in an attempt to: a) Make the logs less noisy b) Wait a little bit longer for placement records to be updated. Change-Id: I4f64a2f5ab2d1696f244f083d5dc387c75cc1175
This commit is contained in:
parent
98c54cd564
commit
dd02a21633
@ -1890,8 +1890,8 @@ function wait_for_nova_resources {
|
|||||||
|
|
||||||
local i
|
local i
|
||||||
local count
|
local count
|
||||||
echo_summary "Waiting 2 minutes for Nova resource tracker to pick up $expected_count nodes"
|
echo_summary "Waiting up to 3 minutes for placement to pick up $expected_count nodes"
|
||||||
for i in $(seq 1 120); do
|
for i in $(seq 1 12); do
|
||||||
# Fetch provider UUIDs from Placement
|
# Fetch provider UUIDs from Placement
|
||||||
local providers
|
local providers
|
||||||
providers=$(curl -sH "X-Auth-Token: $token" $endpoint/resource_providers \
|
providers=$(curl -sH "X-Auth-Token: $token" $endpoint/resource_providers \
|
||||||
@ -1932,7 +1932,7 @@ function wait_for_nova_resources {
|
|||||||
if is_service_enabled n-api; then
|
if is_service_enabled n-api; then
|
||||||
$TOP_DIR/tools/discover_hosts.sh
|
$TOP_DIR/tools/discover_hosts.sh
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 15
|
||||||
done
|
done
|
||||||
die $LINENO "Timed out waiting for Nova to track $expected_count nodes"
|
die $LINENO "Timed out waiting for Nova to track $expected_count nodes"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user