Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A788310BD2 for ; Sun, 22 Dec 2013 16:59:07 +0000 (UTC) Received: (qmail 78213 invoked by uid 500); 22 Dec 2013 16:59:03 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 78124 invoked by uid 500); 22 Dec 2013 16:59:02 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 77834 invoked by uid 99); 22 Dec 2013 16:58:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Dec 2013 16:58:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1C9C282B8AE; Sun, 22 Dec 2013 16:58:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rajeshbattala@apache.org To: commits@cloudstack.apache.org Date: Sun, 22 Dec 2013 16:59:01 -0000 Message-Id: In-Reply-To: <611524b4a94a45c2be150e94b3c07798@git.apache.org> References: <611524b4a94a45c2be150e94b3c07798@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Sun Dec 22 18:10:24 2013 +0530 Committer: Rajesh Battala 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() {