Commit Graph

149 Commits

Author SHA1 Message Date
prachi 8c1b89fa67 CS-14635 Issues relating to cloudstack-aws-api-register script
Changed name of the script in rpm installation
2012-05-17 11:56:50 -07:00
frank 3eb97d7d02 fix build 2012-05-02 10:57:36 -07:00
frank 97b54c9c2b remove log4j-cloud-bridge.xml
CloudBridge no longer uses separate log4j configure
2012-05-01 09:48:18 -07:00
frank 22f20e5fb9 add CloudStack.cfg.xml from cloudbridge conf folder to cloudstack conf folder 2012-05-01 09:28:28 -07:00
frank 3648a9cc73 remove duplicate %post for cloud-client 2012-04-30 17:08:17 -07:00
frank 8073a7a3bb run post script to link cloudbridge directories after cloud-client installed 2012-04-30 17:08:16 -07:00
frank 51d3eda79e fix spec file 2012-04-30 17:08:13 -07:00
frank 692ac91ad6 get rid of cloud-setup-bridge-db from RPM spec file 2012-04-30 17:08:09 -07:00
frank 2a64b1fff8 add post run script to cloud-aws-api 2012-04-30 17:08:06 -07:00
frank 98512131ed able to build awsapi RPM 2012-04-30 17:08:05 -07:00
frank 1d0749cc92 merge cloudbridge spec to cloudstack spec 2012-04-30 17:08:04 -07:00
frank 72d284de7d Switch to Apache license 2012-04-03 04:54:14 -07:00
frank c067be8eb0 Bug 14546 - fix RPM descriptions
Make CloudStack as product name in spec file

status 14546: resolved fixed
reviewed-by: edison
2012-03-29 11:10:24 -07:00
frank a03e0bddbf fix build
reviewed-by: edison
2012-02-12 17:41:11 -08:00
frank 9528f306b1 fix build 2012-02-10 10:17:05 -08:00
frank d9a2ed664d fix build 2012-01-20 13:18:58 -08:00
frank 3769a2f9ec clean up cloud.spec 2012-01-18 11:18:35 -08:00
frank e671124930 Bug 12932 - 3.0 beta 2 packages for EL 5.x have missing dependencies
for some reason (historical), we got rid of common-httpclient-3.1.jar from
rpm. Actually we should not have done it, higher verison httpclient is not API
compatiable with the one used by CloudStack

status 12932: resolved fixed
2012-01-06 14:40:25 -08:00
frank 9726b652eb Bug 11823: Added cloud-setup-encryption script for encryption upgrade
fix build
2012-01-05 11:33:26 -08:00
frank c7ac604c8a Bug 12736 - missing dependency when installing mgt server on rhel 6.1
status 12736: resolved fixed

reviewed-by: edison
2011-12-22 15:07:14 -08:00
David Nalley 5fead2c092 Adding some requires for F16 - namely moving commons-* to apache-commons and jakarta-commons, and adding libcgroup-tools 2011-12-17 04:24:21 -05:00
frank 141cceacef remove stale dependence from agent-lib in spec file 2011-12-16 19:05:13 -08:00
frank 14c20c27e3 make cloud-agent be able to install on fc16 2011-12-16 18:50:37 -08:00
frank 8ae8af94ff Bug 11939 - unify components.xml and components-premium.xml into components.xml
remove components-premium.xml from spec file
2011-12-07 13:59:54 -08:00
Edison Su 2e79da0ce5 kvm is working now 2011-12-05 18:07:00 -08:00
Edison Su 6f9bbeb2f2 fix the build 2011-12-05 10:04:53 -08:00
frank 4676d2b487 attach branch name to rpm name 2011-11-28 15:23:24 -08:00
frank 630bb2e278 make build number attach to release number 0 in rpm package name.
1. if --prerelease specified, the release number equals to
        0.buildnumber
2. if --prerelease omitted, the release number equals to
        1 or --release-version if --release-version specified
2011-11-28 14:46:35 -08:00
frank 71a8ad1a32 introduce cloud-grab-dependent-library-versions grabbing dependent libraries version of mgmt server 2011-11-21 14:32:31 -08:00
frank da8dcb4776 Use components-premium.xml from new package 2011-11-03 16:44:03 -07:00
frank 9a58bfd58a Oboslete old premium packages in spec file 2011-11-03 16:31:08 -07:00
frank 1460f3950e Bug 9949 - revert VM to template
1. able to restore VM from its original template
2. Only allow to restore when VM is running or stopped
3. after restoring, VM state will not change, e.g. running is still running

status 9949: resolved fixed
2011-10-25 13:52:39 -07:00
frank c46f9c5bf0 Bug 11627 - Upgrade 2.2.11-GA to 2.2.12-GA did not preserve /etc/security/limits.conf thereby clobbering previous OS level configurations
status 11627: resolved fixed
2011-10-12 18:37:25 -07:00
David Nalley 7133a53f6b bug 11692: fixing two missed sysconfdir by adding config noreplace
status 11692: resolved fixed
2011-10-10 11:11:10 -04:00
frank 797d5ff9a7 add usage back to spec file
now FOSS including all stuff
2011-09-14 14:59:27 -07:00
frank e981546067 add jna as KVM agent dependency 2011-09-13 10:10:03 -07:00
frank f599c8d110 fix kvm build 2011-09-12 18:02:42 -07:00
frank 7ef5b9e52f remove premium dependency from RPM spec 2011-09-07 16:16:02 -07:00
frank 4dab93761b fix build in inline with alex's new dependent jar files 2011-09-01 16:15:14 -07:00
frank f7924505d3 partly bring usage back to spec file to work around rpm build 2011-08-31 17:25:17 -07:00
frank de27618c7f move cloud-selenium*.jar to tools 2011-08-30 10:44:58 -07:00
David Nalley cf3750c973 small spec file cleanup 2011-08-28 23:43:15 -04:00
frank a5a2c17df7 get rid of charva.jar 2011-08-25 14:49:10 -07:00
frank bb1b16c540 merge thridparty to deps 2011-08-25 14:32:19 -07:00
David Nalley 1699d7926a bug 11223: ensure all config files are %config(noreplace) in the spec
status 11223: resolved fixed
2011-08-25 10:19:39 -04:00
David Nalley 805022af7c bug 11258: add wget as a requires for cloud-agent-scripts
status 11258: resolved fixed
2011-08-25 10:12:09 -04:00
frank 6c4743a8b8 add missing test stuff back 2011-08-24 15:02:33 -07:00
frank 74165ea477 fix build, add test rpm back 2011-08-24 13:17:27 -07:00
frank b3478c377e Full opensource 2011-08-23 19:52:19 -07:00
frank 18f87c2108 Merge branch 'cvm' into 2.2.y
Conflicts:
	api/src/com/cloud/api/BaseCmd.java
	cloud.spec
	core/src/com/cloud/storage/template/DownloadManagerImpl.java
	server/src/com/cloud/agent/manager/AgentManagerImpl.java
	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/deploy/FirstFitPlanner.java
	server/src/com/cloud/host/dao/HostDao.java
	server/src/com/cloud/network/security/SecurityGroupListener.java
	server/src/com/cloud/storage/StorageManagerImpl.java
	server/src/com/cloud/storage/listener/StoragePoolMonitor.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
	server/src/com/cloud/vm/VirtualMachineManagerImpl.java
	utils/src/com/cloud/utils/SerialVersionUID.java
2011-08-19 16:08:35 -07:00