mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Changes
(1) add systemd support in debian/control and debian/rules for 16.04
(2) add python-setuptools in Build-Depends in debian/control
(3) seperate cloudstack-management.service and cloudstack-management.default for CentOS7 and Ubuntu 16.04
(4) add server7-ssl.xml and server7-nonssl.xml in management installation
(5) link /usr/share/cloudstack-management/lib and /usr/share/cloudstack-management/bin to correct path (tomcat6 or tomcat7)
(6) link /etc/cloudstack/management/server.xml to correct file path (server-nonssl.xml or server7-nonssl.xml)
(7) remove *.zip from .gitignore to avoid build error caused by missing /vhds/test.vhd.zip
Instruction
(1) build packages on Ubuntu 16.04: dpkg-buildpackage -uc -us
    Output on Ubuntu 16.04:
-rw-r--r-- 1 root root      4090 Feb 17 10:12 cloudstack_4.10.0.0-SNAPSHOT_amd64.changes
-rw-r--r-- 1 root root      1235 Feb 17 09:53 cloudstack_4.10.0.0-SNAPSHOT.dsc
-rw-r--r-- 1 root root   8018248 Feb 17 09:53 cloudstack_4.10.0.0-SNAPSHOT.tar.xz
-rw-r--r-- 1 root root  91868746 Feb 17 10:11 cloudstack-agent_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root     52882 Feb 17 10:12 cloudstack-cli_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root  98556216 Feb 17 10:08 cloudstack-common_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root     52864 Feb 17 10:12 cloudstack-docs_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root    585434 Feb 17 10:12 cloudstack-integration-tests_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root 323459934 Feb 17 10:10 cloudstack-management_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root    442656 Feb 17 10:12 cloudstack-marvin_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root  87037576 Feb 17 10:12 cloudstack-usage_4.10.0.0-SNAPSHOT_all.deb
(2) setup tomcat6/tomcat7 on management server:
    tomcat6: cloudstack-setup-management --tomcat6
    tomcat7: cloudstack-setup-management --tomcat7
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
		
	
			
		
			
				
	
	
		
			54 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Licensed to the Apache Software Foundation (ASF) under one
 | 
						|
# or more contributor license agreements.  See the NOTICE file
 | 
						|
# distributed with this work for additional information
 | 
						|
# regarding copyright ownership.  The ASF licenses this file
 | 
						|
# to you under the Apache License, Version 2.0 (the
 | 
						|
# "License"); you may not use this file except in compliance
 | 
						|
# with the License.  You may obtain a copy of the License at
 | 
						|
#
 | 
						|
#   http://www.apache.org/licenses/LICENSE-2.0
 | 
						|
#
 | 
						|
# Unless required by applicable law or agreed to in writing,
 | 
						|
# software distributed under the License is distributed on an
 | 
						|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 | 
						|
# KIND, either express or implied.  See the License for the
 | 
						|
# specific language governing permissions and limitations
 | 
						|
# under the License.
 | 
						|
 | 
						|
/etc/cloudstack/management/catalina.policy
 | 
						|
/etc/cloudstack/management/catalina.properties
 | 
						|
/etc/cloudstack/management/logging.properties
 | 
						|
/etc/cloudstack/management/ehcache.xml
 | 
						|
/etc/cloudstack/management/server-ssl.xml
 | 
						|
/etc/cloudstack/management/server-nonssl.xml
 | 
						|
/etc/cloudstack/management/server7-ssl.xml
 | 
						|
/etc/cloudstack/management/server7-nonssl.xml
 | 
						|
/etc/cloudstack/management/classpath.conf
 | 
						|
/etc/cloudstack/management/db.properties
 | 
						|
/etc/cloudstack/management/tomcat6-ssl.conf
 | 
						|
/etc/cloudstack/management/tomcat6-nonssl.conf
 | 
						|
/etc/cloudstack/management/tomcat6.conf
 | 
						|
/etc/cloudstack/management/web.xml
 | 
						|
/etc/cloudstack/management/environment.properties
 | 
						|
/etc/cloudstack/management/java.security.ciphers
 | 
						|
/etc/cloudstack/management/log4j-cloud.xml
 | 
						|
/etc/cloudstack/management/tomcat-users.xml
 | 
						|
/etc/cloudstack/management/context.xml
 | 
						|
/etc/default/cloudstack-management
 | 
						|
/etc/init.d/cloudstack-management
 | 
						|
/etc/security/limits.d/cloudstack-limits.conf
 | 
						|
/etc/sudoers.d/cloudstack
 | 
						|
/var/cache/cloudstack/management
 | 
						|
/var/cache/cloudstack/management/work
 | 
						|
/var/cache/cloudstack/management/temp
 | 
						|
/var/log/cloudstack/management
 | 
						|
/var/lib/cloudstack/mnt
 | 
						|
/var/lib/cloudstack/management
 | 
						|
/usr/bin/cloudstack-update-xenserver-licenses
 | 
						|
/usr/bin/cloudstack-setup-management
 | 
						|
/usr/bin/cloudstack-setup-databases
 | 
						|
/usr/bin/cloudstack-migrate-databases
 | 
						|
/usr/bin/cloudstack-setup-encryption
 | 
						|
/usr/bin/cloudstack-sysvmadm
 | 
						|
/usr/share/cloudstack-management/*
 |