Skip to content

Commit 56bea49

Browse files
authored
Upgrade to CloudStack 4.13 LTS
* Upgrade to CloudStack 4.13 LTS. * Nuage VPC offering no longer in use.
1 parent 813b222 commit 56bea49

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:xenial-20181113
22

33
MAINTAINER "René Moser" <[email protected]>
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

77
RUN 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 \

deploy.sh

-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ export CLOUDSTACK_SECRET=dummy
1818
# Add Simulator to supported hypervisors exclusively
1919
cs 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

0 commit comments

Comments
 (0)