Merge "updating devstack element to reference incubator"
This commit is contained in:
commit
115cd0edbb
@ -1,5 +1,5 @@
|
||||
Creates an image prepped to make a devstack baremetal cloud. See
|
||||
demo/scripts/demo within the built image.
|
||||
incubator/scripts/demo within the built image.
|
||||
|
||||
Forces a 16GB image to allow room for Swift, Cinder and instance
|
||||
disk images.
|
||||
|
@ -10,4 +10,4 @@ apt-get -y install 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/demo.git
|
||||
sudo -Hiu stack git clone https://github.com/tripleo/incubator.git
|
||||
|
11
elements/devstack/install.d/53-devstack
Executable file
11
elements/devstack/install.d/53-devstack
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Initialize devstack in the bootstrap image
|
||||
|
||||
set -e
|
||||
set -o xtrace
|
||||
|
||||
apt-get -y install 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
|
Loading…
Reference in New Issue
Block a user