Commit Graph

16383 Commits

Author SHA1 Message Date
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
Joe Brockmeier
8b9104f6eb changing URLs in the feature-overview.xml file to reflect graduation. 2013-03-26 12:28:09 -05:00
Joe Brockmeier
d35c8049dc Changed URL for downloads to reflect graduation in configure-package-repository.xml 2013-03-26 12:17:09 -05:00
Joe Brockmeier
d5b58639f9 fixing git URL in cloudmonkey.xml to new location. 2013-03-26 12:08:39 -05:00
Joe Brockmeier
8b916eea5c fixed git URL in building-with-maven-steps.xml 2013-03-26 11:58:02 -05:00
Joe Brockmeier
32bd1aba52 fixing incubator references in api-reference.xml and aws-ec2-user-setup.xml. Note I used the git repo URL for 4.1 rather than HEAD on master in the git URL. 2013-03-26 10:53:10 -05:00
Pranav Saxena
66fe034290 CLOUDSTACK-1008:EGRESS tab to be hidden for shared networks 2013-03-26 20:02:17 +05:30
Pranav Saxena
539c1f02c2 Merge branch '4.1' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1 2013-03-26 20:01:06 +05:30
Pranav Saxena
af442f7621 CLOUDSTACK-1008:Egress tab should not be presented in the UI for Shared Networks
Signed-off-by: Pranav Saxena <pranav.saxena@citrix.com>
2013-03-26 14:24:49 +00:00