File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:xenial-20181113
22
33MAINTAINER "René Moser" <mail@renemoser.net>
44
5- ARG src_url=https://github.com/apache/cloudstack/archive/4.11.2 .0.tar.gz
5+ ARG src_url=https://github.com/apache/cloudstack/archive/4.13.1 .0.tar.gz
66
77RUN echo 'mysql-server mysql-server/root_password password root' | debconf-set-selections; \
88 echo 'mysql-server mysql-server/root_password_again password root' | debconf-set-selections;
@@ -20,6 +20,7 @@ RUN apt-get -y update && apt-get dist-upgrade -y && apt-get install -y \
2020 python-mysql.connector \
2121 python-pip \
2222 python-setuptools \
23+ python-paramiko \
2324 supervisor \
2425 wget \
2526 nginx \
Original file line number Diff line number Diff line change @@ -18,6 +18,3 @@ export CLOUDSTACK_SECRET=dummy
1818# Add Simulator to supported hypervisors exclusively
1919cs updateConfiguration name=hypervisor.list value=Simulator
2020
21- # Workaround for Nuage VPC Offering
22- vpc_offering_id=" $( cs listVPCOfferings name=Nuage | jq ' .vpcoffering[0].id' ) "
23- cs updateVPCOffering id=$vpc_offering_id state=Disabled
You can’t perform that action at this time.
0 commit comments