Use source-repository interface in devstack element
Change-Id: I208ceb1c62d7718375ffb5a4d11eaebb1e176131
This commit is contained in:
parent
feda78c6ad
commit
70fbc18395
@ -1 +1,2 @@
|
||||
stackuser
|
||||
source-repositories
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
1
elements/devstack/source-repository-devstack
Normal file
1
elements/devstack/source-repository-devstack
Normal file
@ -0,0 +1 @@
|
||||
devstack git /home/stack/devstack https://github.com/openstack-dev/devstack.git
|
1
elements/devstack/source-repository-incubator
Normal file
1
elements/devstack/source-repository-incubator
Normal file
@ -0,0 +1 @@
|
||||
incubator git /home/stack/incubator https://github.com/tripleo/incubator-bootstrap.git
|
Loading…
Reference in New Issue
Block a user