File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:xenial-20181113
2
2
3
3
MAINTAINER "René Moser" <
[email protected] >
4
4
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
6
6
7
7
RUN echo 'mysql-server mysql-server/root_password password root' | debconf-set-selections; \
8
8
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 \
20
20
python-mysql.connector \
21
21
python-pip \
22
22
python-setuptools \
23
+ python-paramiko \
23
24
supervisor \
24
25
wget \
25
26
nginx \
Original file line number Diff line number Diff line change @@ -18,6 +18,3 @@ export CLOUDSTACK_SECRET=dummy
18
18
# Add Simulator to supported hypervisors exclusively
19
19
cs updateConfiguration name=hypervisor.list value=Simulator
20
20
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