Checkout dib-utils in addition to DIB from instack-virt-setup
This commit is contained in:
parent
d72823f589
commit
8187c7ff0a
@ -20,6 +20,11 @@ else
|
|||||||
export PATH="$PATH:$INSTACK_ROOT/diskimage-builder/bin/"
|
export PATH="$PATH:$INSTACK_ROOT/diskimage-builder/bin/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "$INSTACK_ROOT/dib-utils" ]; then
|
||||||
|
git clone https://git.openstack.org/openstack/dib-utils
|
||||||
|
export PATH="$PATH:$INSTACK_ROOT/dib-utils/bin/"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -d "$INSTACK_ROOT/tripleo-image-elements" ]; then
|
if [ ! -d "$INSTACK_ROOT/tripleo-image-elements" ]; then
|
||||||
git clone https://git.openstack.org/openstack/tripleo-image-elements
|
git clone https://git.openstack.org/openstack/tripleo-image-elements
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user