You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/03/24 10:35:22 UTC

[5/5] git commit: updated refs/heads/4.4 to 4eae316

Merge branch 'feature/4.4/centos7' of https://github.com/DaanHoogland/cloudstack into 4.4


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

Branch: refs/heads/4.4
Commit: 4eae316c944d2a2421e4853f68300c5e073c152a
Parents: dd55207 e7abb41
Author: Daan Hoogland <dh...@schubergphilis.com>
Authored: Tue Mar 24 10:33:57 2015 +0100
Committer: Daan Hoogland <dh...@schubergphilis.com>
Committed: Tue Mar 24 10:33:57 2015 +0100

----------------------------------------------------------------------
 packaging/centos7/cloud-agent.rc                |  117 ++
 packaging/centos7/cloud-ipallocator.rc          |   96 ++
 packaging/centos7/cloud-management.service      |   37 +
 packaging/centos7/cloud-management.sudoers      |   22 +
 packaging/centos7/cloud-management.sysconfig    |   48 +
 packaging/centos7/cloud-usage-sysd              |   90 ++
 packaging/centos7/cloud-usage.service           |   37 +
 packaging/centos7/cloud-usage.sysconfig         |   31 +
 packaging/centos7/cloud.limits                  |   19 +
 packaging/centos7/cloud.spec                    |  617 +++++++++
 packaging/centos7/cloudstack-agent.te           |   33 +
 packaging/centos7/cloudstack-sccs               |   20 +
 packaging/centos7/replace.properties            |   60 +
 packaging/centos7/tomcat7/catalina.properties   |   81 ++
 .../centos7/tomcat7/cloud-bridge.properties     |   25 +
 .../centos7/tomcat7/commons-logging.properties  |   30 +
 packaging/centos7/tomcat7/db.properties         |  107 ++
 .../centos7/tomcat7/ec2-service.properties      |   25 +
 .../centos7/tomcat7/environment.properties      |   22 +
 packaging/centos7/tomcat7/java.security.ciphers |   18 +
 packaging/centos7/tomcat7/log4j-cloud.xml       |  217 ++++
 packaging/centos7/tomcat7/server.xml            |  112 ++
 packaging/centos7/tomcat7/tomcat-users.xml      |   31 +
 packaging/centos7/tomcat7/web.xml               | 1188 ++++++++++++++++++
 packaging/package.sh                            |  163 +++
 25 files changed, 3246 insertions(+)
----------------------------------------------------------------------