Commit Graph

16391 Commits

Author SHA1 Message Date
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
Edison Su
b0f4e2c5fb CLOUDSTACK-1826: it's a bug due to api refactor, the uuid to id translation magic 2013-03-27 18:11:32 -07:00
Marcus Sorensen
0f8320095c Summary: RPM - recover configs during upgrade
Detail: Uninstallation of old RPMs wipes out some of the configs, and makes it
difficult to reapply existing configs. This change moves the config directory
to cloud.rpmsave, and then pulls in necessary files from that location during
post install of agent and management server.

Test passed:
install 4.0 RPMs, set up advanced zone
build 4.1 RPMs via package.sh, with this patch
install 4.1 RPMs
restart cloudstack-management, cloudstack-agent
verify management, agent, and zone is operational

BUG-ID: CLOUDSTACK-1694
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1364409632 -0600
2013-03-27 18:47:48 +00:00
Murali Reddy
0828b0b233 CLOUDSTACK-1804:Upgrade 4.0 -> 4.1 - DB upgrade fails.
remove the data migration functions that were accidently introduced by
commit b6727e5646
2013-03-27 13:50:12 +00:00
Chip Childers
e221d18bcb Resolving merge issue after applying 8613db0 on top of 8a35898
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-03-27 13:20:01 +00:00
Kelven Yang
5a75a3cbda CLOUDSTACK-1818: make DababaseCreator ready to invoke DatabaseUpgradeChecker, adjust Component startup sequence for integrity checkers
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-03-27 13:08:03 +00:00
Kelven Yang
519532db2b CLOUDSTACK-1795: implement custom AOP to fully support legacy CloudStack AOP semantcis
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-03-27 13:06:49 +00:00
Kelven Yang
b24cbcf09f CLOUDSTACK-1818: add a missing file that is missed in previous patch 2013-03-27 13:02:25 +00:00
Kelven Yang
8613db0552 CLOUDSTACK-1795: implement custom AOP to fully support legacy CloudStack AOP semantcis (rebase fixups) 2013-03-27 13:02:22 +00:00
Kelven Yang
6aaa4f68ff CLOUDSTACK-1276, CLOUDSTACK-1729: Remove autoscanning, ensure adpater execution order in runtime 2013-03-27 13:02:18 +00:00
Funs Kessen
8a358980b7 Removing baremetal related references
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-03-27 15:43:11 +05:30
Joe Brockmeier
1418eab6e2 Fixing URL in getting release docs. 2013-03-26 18:05:26 -05:00
Joe Brockmeier
d580f98ff4 another incubating reference fix. 2013-03-26 15:26:52 -05:00
Joe Brockmeier
22d6334f63 Removed unnecessary -incubator reference from Castor docs. 2013-03-26 13:32:54 -05:00
Joe Brockmeier
98fe47ee43 another URL correction and also fixing a mis-matched para tag that I committed previously. Oops. 2013-03-26 12:49:41 -05:00
Joe Brockmeier
bbff0f8688 Redirecting users to the download page for archived releases. Removing the soon-to-be-incorrect URL for incubator releases. 2013-03-26 12:31:39 -05:00