mirror of https://github.com/apache/cloudstack.git
appliance: fix versions and let it have jre 1.7
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5822132bc1
commit
3e61df4918
|
|
@ -19,7 +19,7 @@ set -x
|
|||
|
||||
ROOTPW=password
|
||||
HOSTNAME=systemvm
|
||||
CLOUDSTACK_RELEASE=4.3.1
|
||||
CLOUDSTACK_RELEASE=4.3.2
|
||||
ARCH=64-bit
|
||||
|
||||
add_backports () {
|
||||
|
|
@ -72,7 +72,7 @@ install_packages() {
|
|||
# ipcalc
|
||||
apt-get --no-install-recommends -q -y --force-yes install ipcalc
|
||||
# java
|
||||
apt-get --no-install-recommends -q -y --force-yes install default-jre-headless
|
||||
apt-get --no-install-recommends -q -y --force-yes install openjdk-7-jre-headless
|
||||
|
||||
echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections
|
||||
echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ set -x
|
|||
|
||||
ROOTPW=password
|
||||
HOSTNAME=systemvm
|
||||
CLOUDSTACK_RELEASE=4.3.1
|
||||
CLOUDSTACK_RELEASE=4.3.2
|
||||
ARCH=32-bit
|
||||
|
||||
add_backports () {
|
||||
|
|
@ -68,7 +68,7 @@ install_packages() {
|
|||
# ipcalc
|
||||
apt-get --no-install-recommends -q -y --force-yes install ipcalc
|
||||
# java
|
||||
apt-get --no-install-recommends -q -y --force-yes install default-jre-headless
|
||||
apt-get --no-install-recommends -q -y --force-yes install openjdk-7-jre-headless
|
||||
|
||||
echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections
|
||||
echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections
|
||||
|
|
|
|||
Loading…
Reference in New Issue