diskimage-builder/elements/devstack/install.d/53-devstack
Ghe Rivero 11b4a5501d Create install-packages as a binary.
Only supports Debian family distribution so far.

Change-Id: I9fa0b833c34a614fe498c6c6ae599733a69c1309
2013-01-31 00:08:58 +01:00

12 lines
280 B
Bash
Executable File

#!/bin/bash
# Initialize devstack in the bootstrap image
set -e
set -o xtrace
install-packages git
if [ -n "$http_proxy" ]; then
sudo -Hiu stack git config --global http.proxy $http_proxy
fi
sudo -Hiu stack git clone -b baremetal-dev https://github.com/tripleo/devstack.git