You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/01/09 12:34:03 UTC

git commit: updated refs/heads/master to d56a962

Updated Branches:
  refs/heads/master f741d99c8 -> d56a96244


Radvd is needed in the template so we can start testing with IPv6


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

Branch: refs/heads/master
Commit: d56a962445409d8cd496b3132c47982def1e6bae
Parents: f741d99
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Thu Jan 9 12:32:58 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Thu Jan 9 12:33:55 2014 +0100

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/postinstall.sh | 3 ++-
 tools/appliance/definitions/systemvmtemplate/postinstall.sh   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d56a9624/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 8bd7a52..23659ab 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -105,7 +105,7 @@ install_packages() {
   apt-get update
   apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386
 
-
+  apt-get --no-install-recommends -q -y --force=yes install radvd
 }
 
 setup_accounts() {
@@ -239,6 +239,7 @@ configure_services() {
   chkconfig cloud off
   chkconfig xl2tpd off
   chkconfig hv_kvp_daemon off
+  chkconfig radvd off
 }
 
 do_signature() {

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d56a9624/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 9ea009c..543cf32 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -88,6 +88,8 @@ install_packages() {
   # apt-get -q -y --force-yes purge build-essential
 
   apt-get --no-install-recommends -q -y --force-yes install haproxy
+
+  apt-get --no-install-recommends -q -y --force=yes install radvd
 }
 
 setup_accounts() {