Use source-repository interface in devstack element

Change-Id: I208ceb1c62d7718375ffb5a4d11eaebb1e176131
This commit is contained in:
Derek Higgins 2013-07-08 11:58:32 +01:00
parent feda78c6ad
commit 70fbc18395
5 changed files with 7 additions and 2 deletions

View File

@ -1 +1,2 @@
stackuser
source-repositories

View File

@ -10,4 +10,5 @@ install-packages git
if [ -n "$http_proxy" ]; then
sudo -Hiu stack git config --global http.proxy $http_proxy
fi
sudo -Hiu stack git clone https://github.com/tripleo/incubator-bootstrap.git incubator
chown -R stack ~stack/incubator

View File

@ -8,4 +8,5 @@ install-packages git
if [ -n "$http_proxy" ]; then
sudo -Hiu stack git config --global http.proxy $http_proxy
fi
sudo -Hiu stack git clone https://github.com/openstack-dev/devstack.git
chown -R stack ~stack/devstack

View File

@ -0,0 +1 @@
devstack git /home/stack/devstack https://github.com/openstack-dev/devstack.git

View File

@ -0,0 +1 @@
incubator git /home/stack/incubator https://github.com/tripleo/incubator-bootstrap.git