labs: export only nodes that we built
Don't export all cluster nodes but only those that the script actually built. Change-Id: I9dcd778606e4f434a688fe536fc1b7421b8972aa
This commit is contained in:
parent
e876d266b9
commit
7cb9733e52
@ -175,7 +175,7 @@ function export_appliance {
|
||||
done
|
||||
rm -f "$EXPORT_OVA"
|
||||
mkdir -pv "$IMG_DIR"
|
||||
$VBM export controller network compute --output "$EXPORT_OVA"
|
||||
$VBM export $nodes --output "$EXPORT_OVA"
|
||||
echo >&2 "Appliance exported"
|
||||
echo >&2 "Reattaching shared folders"
|
||||
local ii=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user