Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 07CD3200D45 for ; Thu, 23 Nov 2017 14:17:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 06235160C11; Thu, 23 Nov 2017 13:17:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4B4E8160BEF for ; Thu, 23 Nov 2017 14:16:59 +0100 (CET) Received: (qmail 61669 invoked by uid 500); 23 Nov 2017 13:16:58 -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 61660 invoked by uid 99); 23 Nov 2017 13:16:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2017 13:16:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 492B08549F; Thu, 23 Nov 2017 13:16:57 +0000 (UTC) Date: Thu, 23 Nov 2017 13:16:55 +0000 To: , "' commits@cloudstack.apache.org" , '@gitbox.apache.org, Subject: [cloudstack] branch debian9-systemvmtemplate updated (8bb33cb -> 8e44acd) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151144301567.10405.7970095879639138654@gitbox.apache.org> From: bhaisaab@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cloudstack X-Git-Refname: refs/heads/debian9-systemvmtemplate X-Git-Reftype: branch X-Git-Oldrev: 8bb33cbca7b9edacd0fb140154b41993adafc630 X-Git-Newrev: 8e44acdf0efc6da076c5cdc6bf0cabd12ee54a5f X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Thu, 23 Nov 2017 13:17:00 -0000 This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a change to branch debian9-systemvmtemplate in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 8bb33cb Use sha512 sum, use distro provided packages new 383857f misc fixes changes new 332c791 disable services by default new 4ae34cb use log4j xml don't patch via cloud-early-config new 8e44acd major scripts refactoring, make cloud-early-config small The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: systemvm/conf/log4j-cloud.xml | 95 +- .../debian/config/etc/init.d/cloud-early-config | 1484 ++------------------ systemvm/patches/debian/config/etc/rc.local | 3 +- systemvm/patches/debian/config/etc/sysctl.conf | 1 - .../debian/config/opt/cloud/bin/setup/common.sh | 833 +++++++++++ .../cloud/bin/setup/consoleproxy.sh} | 38 +- .../debian/config/opt/cloud/bin/setup/default.sh | 14 +- .../debian/config/opt/cloud/bin/setup/dhcpsrvr.sh | 60 + .../reconfigLB.sh => opt/cloud/bin/setup/elbvm.sh} | 36 +- .../debian/config/opt/cloud/bin/setup/ilbvm.sh | 35 +- .../opt/cloud/bin/{ => setup}/patchsystemvm.sh | 22 +- .../debian/config/opt/cloud/bin/setup/router.sh | 111 ++ .../config/opt/cloud/bin/setup/secstorage.sh | 74 + .../debian/config/opt/cloud/bin/setup/vpcrouter.sh | 125 ++ systemvm/scripts/_run.sh | 22 +- systemvm/systemvm-descriptor.xml | 6 +- .../definitions/systemvmtemplate/cleanup.sh | 9 + .../configure_systemvm_services.sh | 5 + .../systemvmtemplate/install_systemvm_packages.sh | 2 +- 19 files changed, 1445 insertions(+), 1530 deletions(-) create mode 100755 systemvm/patches/debian/config/opt/cloud/bin/setup/common.sh copy systemvm/patches/debian/config/{root/reconfigLB.sh => opt/cloud/bin/setup/consoleproxy.sh} (53%) copy tools/appliance/definitions/systemvmtemplate/configure_persistent_config.sh => systemvm/patches/debian/config/opt/cloud/bin/setup/default.sh (79%) mode change 100644 => 100755 create mode 100755 systemvm/patches/debian/config/opt/cloud/bin/setup/dhcpsrvr.sh copy systemvm/patches/debian/config/{root/reconfigLB.sh => opt/cloud/bin/setup/elbvm.sh} (55%) copy tools/appliance/definitions/systemvmtemplate/configure_acpid.sh => systemvm/patches/debian/config/opt/cloud/bin/setup/ilbvm.sh (59%) mode change 100644 => 100755 rename systemvm/patches/debian/config/opt/cloud/bin/{ => setup}/patchsystemvm.sh (95%) create mode 100755 systemvm/patches/debian/config/opt/cloud/bin/setup/router.sh create mode 100755 systemvm/patches/debian/config/opt/cloud/bin/setup/secstorage.sh create mode 100755 systemvm/patches/debian/config/opt/cloud/bin/setup/vpcrouter.sh -- To stop receiving notification emails like this one, please contact ['"commits@cloudstack.apache.org" '].