You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2013/12/22 17:59:01 UTC

[6/7] git commit: updated refs/heads/4.3 to 58aaf67

CLOUDSTACK-5602 cloudstack-release file in systemvm for hyperv is showing the release as 4.2. It should be 4.3
CLOUDSTACK-5538 additional libraries requires in systemvm for console proxy to work in HyperV


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ad8edbf0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ad8edbf0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ad8edbf0

Branch: refs/heads/4.3
Commit: ad8edbf0333120fa6c2114ec19df94af24a75f56
Parents: cdb6711
Author: Rajesh Battala <ra...@citrix.com>
Authored: Sun Dec 22 18:10:24 2013 +0530
Committer: Rajesh Battala <ra...@citrix.com>
Committed: Sun Dec 22 20:24:16 2013 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/postinstall.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ad8edbf0/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index e0862d1..d0c450d 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -19,7 +19,7 @@ set -x
 
 ROOTPW=password
 HOSTNAME=systemvm
-CLOUDSTACK_RELEASE=4.2.0
+CLOUDSTACK_RELEASE=4.3.0
 
 add_backports () {
     sed -i '/backports/d' /etc/apt/sources.list
@@ -79,6 +79,8 @@ install_packages() {
   # Download the hv kvp daemon 
   wget http://people.apache.org/~rajeshbattala/hv-kvp-daemon_3.1_amd64.deb
   dpkg -i hv-kvp-daemon_3.1_amd64.deb
+  #libraries required for rdp client (Hyper-V) 
+   apt-get --no-install-recommends -q -y --force-yes install libtcnative-1 libssl-dev libapr1-dev
 
   # vmware tools
   apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
@@ -237,6 +239,7 @@ configure_services() {
   chkconfig cloud off
   chkconfig monit off
   chkconfig xl2tpd off
+  chkconfig hv_kvp_daemon off
 }
 
 do_signature() {