Updates Heat template Compose and Kolla Repositories
Previously, compose was being pulled from sdake. Since pull 1011 for pid=host support was merged, we can now use the upstream repo. Additionally, the heat template was using the Kolla ml-3 release. Since ml3 was cut, trunk should be reverted to using Kolla trunk. Change-Id: I44ad01ee9fde914c87d981c05b825fa549420f8c
This commit is contained in:
parent
82578471ae
commit
db860f148e
@ -168,20 +168,14 @@ resources:
|
|||||||
./docker -d &
|
./docker -d &
|
||||||
|
|
||||||
# Install Compose with pid=host support
|
# Install Compose with pid=host support
|
||||||
# TODO: Use pkg when github.com/docker/compose/pull/1011 is merged
|
|
||||||
cd /root
|
cd /root
|
||||||
git clone http://github.com/sdake/fig
|
git clone http://github.com/docker/compose.git
|
||||||
cd fig
|
cd compose
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install -U docker-py
|
|
||||||
pip install -e .
|
|
||||||
pip install six==1.7.3
|
|
||||||
|
|
||||||
# Pull the Kolla repo
|
# Pull the Kolla repo
|
||||||
cd /root
|
cd /root
|
||||||
curl -L -O https://github.com/stackforge/kolla/archive/version-m3.tar.gz
|
git clone https://github.com/stackforge/kolla.git
|
||||||
tar -xvf version-m3.tar.gz
|
|
||||||
mv kolla-version-m3 kolla
|
|
||||||
|
|
||||||
# Add vxlan kernel module for Neutron
|
# Add vxlan kernel module for Neutron
|
||||||
modprobe vxlan
|
modprobe vxlan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user