Commit Graph

16406 Commits

Author SHA1 Message Date
Jessica Tomechak ef770f4afb CLOUDSTACK-815. Docs. Fix API commands in Add Region section. 2013-04-05 15:36:51 -07:00
Hugo Trippaers 7ea14cd37e packaging: sync master and 4.1 for rpm packaging 2013-04-05 21:09:55 +02:00
Hugo Trippaers 71d089b9f8 rpm: Install the LICENSE and NOTICE files 2013-04-05 18:53:13 +02:00
Wido den Hollander 4197cf0b68 debian: Install the LICENSE and NOTICE files
These will be installed in /usr/share/doc/<package>/
2013-04-05 18:53:06 +02:00
Joe Brockmeier 2aa0becf34 CLOUDSTACK-1747: Adding this to known issues. 2013-04-05 11:35:22 -05:00
Kishan Kavala 05ca08af11 CLOUDSTACK-1874: Removed region_id column from cloud_usage db account table
Conflicts:
	setup/db/db/schema-40to410.sql
2013-04-05 16:52:05 +01:00
Hugo Trippaers 43c762b651 Cleanup: Found some waf remnants
(cherry picked from commit 085846af94)

Signed-off-by: Hugo Trippaers <trippie@gmail.com>
2013-04-05 17:42:20 +02:00
Chip Childers 29da416957 Merge branch '4.1' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1 2013-04-05 16:39:12 +01:00
Chip Childers 4af768d475 Removing waf from the legal docs
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-05 16:38:56 +01:00
Joe Brockmeier 42a2d429ad Changes to release notes. 2013-04-05 10:24:07 -05:00
Joe Brockmeier 7b77aff453 changes to the Release Notes and feedback section. 2013-04-05 10:23:30 -05:00
Hugo Trippaers fb8ea75707 packaging: Three times is a charm
Sorry about this, my packaging test system is out of order :-(
(cherry picked from commit 171a967437)

Signed-off-by: Hugo Trippaers <trippie@gmail.com>
2013-04-05 17:20:02 +02:00
Wido den Hollander bfc8ffcd27 debian: Update the cloudstack-management server's classpath
It should contain /etc/cloudstack/management so it can locate it's configuration
2013-04-05 17:16:54 +02:00
Hugo Trippaers 76438b825c packaging: spark404 should test his commits
(cherry picked from commit 09f278f909)

Signed-off-by: Hugo Trippaers <trippie@gmail.com>
2013-04-05 16:45:07 +02:00
Wido den Hollander a14285eb6b debian: Management server packaging fixes
We should be carefull what we package since all configuration should
be in /etc/cloudstack/management

Signed-off-by: Wido den Hollander <wido@widodh.nl>
2013-04-05 16:16:53 +02:00
Wido den Hollander acef43da47 CLOUDSTACK-1589: Don't depend on chkconfig
Although this package is semi-available under Ubuntu/Debian we don't use it.

It's not used by the packages, so no reason to depend on it.
2013-04-05 16:16:45 +02:00
Hugo Trippaers 72640a85ee Packaging: db-enc.properties is gone 2013-04-05 16:16:36 +02:00
Wido den Hollander 9ba29f3d3e Remove db-enc.properties
This seemed to be used with Ant, but there is no other reference to this file.

It shouldn't be here and isn't used. It only confuses people.
2013-04-05 16:16:27 +02:00
Hugo Trippaers 7cbd8f581f packaging: move jasypt jar to cloudstack-common
Continuation of the work done in a35f7c7bd1
2013-04-05 16:08:11 +02:00
Kelven Yang a17addafaa CLOUDSTACK-1917: Finalize componentContext.xml/nonComponentContext.xml content organization to be plugin friendly 2013-04-04 14:16:13 -07:00
Chip Childers 016742011e CLOUDSTACK-1842: adding the missing os type in upgrade script
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-04 17:34:27 +01:00
Hugo Trippaers 0c38d67816 Fix for _pingTimeout being 0 in AgentMonitor
With commit d79f1f6fdc the AgentMonitor
was replaced with a pluggable service. However the ping timeout in the
original constructor was not passed on anymore, leading to a default
pingTimout of 0. This would fail all agents constantly.

Modified the startMonitor command to take a pingtimeout as an argument
and instruct AgentManagerImpl to pass it along.
2013-04-04 15:59:06 +01:00
Chip Childers 7b3e2a72f1 Revert "bug CLOUDSTACK-1842: adding the missing os type in upgrade script"
This reverts commit f1c7f4022a.
2013-04-04 14:59:00 +01:00
David Nalley 0ef3e6dd5a CLOUDSTACK-1936 add cloudstack-agent as a service 2013-04-04 14:46:51 +01:00
Abhinandan Prateek f1c7f4022a bug CLOUDSTACK-1842: adding the missing os type in upgrade script 2013-04-04 11:15:59 +05:30
Wido den Hollander 4890101234 conf: Add a @ so @MSUSER@ is replaced by "cloud" 2013-04-03 16:54:25 +02:00
Marcus Sorensen b86b1d9250 CLOUDSTACK-1900 : Save a default db.properties during upgrade, and make sure
we only pull the old configs once.

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1364966964 -0600
2013-04-03 14:44:40 +01:00
Alex Huang fe1113f2f1 Added fixes for CLOUDSTACK-1839. Missing lots of indexes due to a rollback to 4.0 by Rohit 2013-04-03 14:28:49 +01:00
Wido den Hollander a35f7c7bd1 debian: Include jasypt in the cloudstack-common package
This is required for the cloud-install-sys-tmplt installer.

Signed-off-by: Wido den Hollander <wido@42on.com>
2013-04-03 14:23:59 +02:00
Min Chen 1902fc5e2f CLOUDSTACK-1890: listProjects is not listing state in the response. 2013-04-02 19:51:12 +01:00
Kelven Yang 195a4ee526 CLOUDSTACK-1865: Change StatsCollector to be a manager so that it can initialize itself at proper run level 2013-04-02 15:22:47 +01:00
Chip Childers 6837c58e2b Merge branch '4.1' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1 2013-04-01 20:55:20 +01:00
Marcus Sorensen eed4d2d92e CLOUDSTACK-1846, CLOUDSTACK-1845 - KVM Storage, sometimes KVMHA will remount
deleted NFS pools, causing failures when defining new storage pools. Sometimes
a storage pool has never been used on a host, and getStoragePool fails when
copying templates or in storage migration. deleteStoragePool(pool) often fails
silently, leaving no pool defined in libvirt, but a mountpoint left behind.
This patch handles some of these exceptions and brings forward any issues via
logging.

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1364603486 -0600
2013-04-01 20:48:51 +01:00
Joe Brockmeier a82befa9f7 Working on release notes. Not complete yet. 2013-04-01 09:37:31 -05:00
Joe Brockmeier d78f074051 Working on release notes. 2013-04-01 09:36:17 -05:00
Pradeep Soundararajan 9eed658609 CLOUDSTACK-1689: Adding ipset as part of agent install for debian
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-01 15:31:08 +01:00
Wido den Hollander 9d1649c762 git: Add debian packaging files to .gitignore 2013-03-31 17:02:48 +02:00
Wido den Hollander 11892d34d7 debian: Various packaging fixes from master
This commit includes various packaging fixes already in master.
2013-03-31 15:31:15 +02:00
Sheng Yang 9cf20ae38b CLOUDSTACK-1827: Fix redundant router update mechanism
There is a bug that if the smaller number ID RvR stop running, that pair of
RvR's status won't be updated. This patch fixed it.
2013-03-30 20:23:48 +00:00
Kelven Yang 80c588e6b6 CLOUDSTACK-1746: fix logging warning in usage server 2013-03-30 20:19:09 +00:00
Joe Brockmeier adb94c5248 minor modifications to CHANGES to remove incubating info. 2013-03-29 13:39:47 -05:00
Murali Reddy 2e395b8501 CLOUDSTACK-1834: Events are not generated for registerUserKeys(),
Enabling account and Editing account.
2013-03-29 14:50:27 +00:00
Prasanna Santhanam c54d9c9635 CLOUDSTACK-1841: Missing `cloud`.`configuration` stmts in upgrade
Following global configurations introduced b/w 3.0.2 and 4.1 were
missed.

concurrent.snapshots.threshold.perhost | NULL
network.ipv6.search.retry.max | 10000
traffic.sentinel.exclude.zones |
traffic.sentinel.include.zones | EXTERNAL

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-03-29 18:11:22 +05:30
Pradeep fa47d30866 CLOUDSTACK-1689: KVM agent install.sh should install ipset command
Added ipset in cloud.spec as part of agent install.

Signed-off-by: Pradeep <pradeep.soundararajan@citrix.com>
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-03-29 16:38:55 +05:30
Marcus Sorensen 260f6f7e5d CLOUDSTACK-1844 - fix typo in agent pre-script to allow copy of old configs
to new config location

Reported-by: Sangeetha Hariharan (JIRA)
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1364522608 -0600
2013-03-29 10:20:47 +05:30
Sebastien Goasguen 4f142867cd CLOUDSTACK-1836: Add license headers 2013-03-28 18:55:39 -04:00
Rohit Yadav 7678987ca0 usage: remove duplicate maven plugin dependency in cloud-usage
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-28 14:20:10 +00:00
Sebastien Goasguen 13379e3fd1 CLOUDSTACK-1796: Fixed in remove-vpc.xml and pulled additional translations 2013-03-28 07:29:04 -04:00
Kelven Yang 57f1b0254c CLOUDSTACK-1825: Update AWSAPI server's XML configuration 2013-03-28 01:59:18 +00:00
Kelven Yang 39ac17f7aa CLOUDSTACK-1746: update usage server startup configuration 2013-03-28 01:57:55 +00:00