Chip Childers
18e8aad0e1
Updating version number from 4.0.1-incubating to 4.0.2 in a number of places
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-15 18:56:19 +01:00
Joe Brockmeier
97f6fe1e59
CLOUDSTACK-699: removing hard-coded references to 4.0.0-incubating/changing to 4.0.1-incubating.
2013-01-04 15:37:15 -06:00
Kishan Kavala
91a9cce35a
CLOUDSTACK-560 : Add default zone column to account table in cloud_usage table in fresh install and upgrade
2012-12-10 19:39:59 +05:30
Rohit Yadav
432ff7ecbe
CLOUDSTACK-374: Allow users to choose mgmt server host
...
Users can now explicitly specify cluster management server node IP.
Example:
cloud-setup-database user:passwd@dbhost -i 192.168.1.10, or
cloud-setup-database user:passwd@dbhost --mshost 192.168.1.10
Also, strips off trailing whitespaces.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-28 13:38:09 -06:00
Chip Childers
464c9b73a3
CLOUDSTACK-422: XSL files missing license header
...
Added license headers to the apidoc XSL files that were fooling RAT.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-29 11:02:36 -04:00
Ilya Musayev, CloudSand.com
79b6450e2f
CLOUDSTACK-321: Fixed a bug in cloud-set-guest-*.in
...
Fixed a bug in cloud-set-guest-sshkey.in to properly check the
SSHKEY_SERVER_IP variable
2012-10-11 21:05:43 -04:00
Chip Childers
8bb7226397
Modified references to 4.0.0 to 4.0.0-incubating
2012-10-09 20:22:59 -04:00
Hugo Trippaers
098a78a171
[CLOUDSTACK-283] Add Nicira NVP calls to the api docs
2012-10-08 16:20:45 +02:00
Alex Huang
ef43dc7fea
it's 1.9.0 not 1.9....duh
2012-10-08 01:51:30 -07:00
Alex Huang
fbdaa45276
Fixed more problems with aws
2012-10-08 00:57:12 -07:00
Alex Huang
52e70e60cd
Changed the jar file to 1.9
2012-10-08 00:02:49 -07:00
Alex Huang
f260dae815
Checked in the license
2012-10-07 23:54:25 -07:00
frank
4de2b0f02d
CloudStack CLOUDSTACK-257
...
AWS Api is not correctly deployed
fix cloud-setup-databases for awsapi
2012-10-07 23:14:10 -07:00
John Kinsella
ef5db9d623
Ensuring system user has password set.
2012-10-07 13:40:19 -07:00
frank
fb88d2e9de
port fix for CS-16214
2012-10-05 19:40:46 -07:00
Edison Su
6daf9a94f2
CLOUDSTACK-273: backport fixes from 3.0.x branch: 70d41f103b
2012-10-05 19:20:48 -07:00
Hugo Trippaers
5629e22b71
[CLOUDSTACK-264] There are several alternatives for the library, list them all on the classpath to make sure at least one is there
2012-10-06 00:15:01 +02:00
Hugo Trippaers
f78aa41341
[CLOUDSTACK-268] Add quotes to input
2012-10-06 00:02:59 +02:00
Rohit Yadav
6500c3ad8f
CLOUDSTACK-199: Fix how cloud-setup-databases parses user:password@host
...
Patch splits by right most @ in supplied argument to get user:password
and host substrings.
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-26 21:34:01 -07:00
Mice Xia
bbb72dc036
CLOUDSTACK-204 Setting global config 'consoleproxy.service.offering' causes mgmt failed to start
2012-09-26 21:31:39 -07:00
David Nalley
995bab6038
updating version number in api documentation
2012-09-25 20:27:07 -04:00
Hugo Trippaers
d10a7cdc95
Add a proper contraint to the nicira nic map
2012-09-24 10:05:30 -07:00
Prasanna Santhanam
ce898f94d7
property files and build file fixes for simulator db changes
2012-09-18 15:46:40 -07:00
Jie Feng
c9aa08350a
[DOC] docbook conversion - choosing a deployment architecture
2012-09-13 16:12:06 -04:00
Saksham Srivastava
a56631bc66
bug CS-15278: Added global setting login.attempts.allowed which defines the maximum incorrect password attempts allowed.
...
Also after the maximum attempts are reached the user account is disabled
2012-09-12 19:35:24 +05:30
Koushik Das
65eeeaf071
CS-14277
...
Support for local data disk. Currently enable/disable config is at zone level, in subsequent checkins it can be made more granular.
Following changes are made:
- Create disk offering API now takes an extra parameter to denote storage type (local or shared). This is similar to storage type in service offering.
- Create/delete of data volume on local storage
- Attach/detach for local data volumes. Re-attach is allowed as long as vm host and data volume storage pool host is same.
- Migration of VM instance is not supported if it uses local root or data volumes.
- Migrate is not supported for local volumes.
- Zone level config to enable/disable local storage usage for service and disk offerings.
- Local storage gets discovered when a host is added/reconnected if zone level config is enabled. When disabled existing local storages are not removed but any new local storage is not added.
- Deploy VM command validates service and disk offerings based on local storage config.
- Upgrade uses the global config 'use.local.storage' to set the zone level config for local storage.
(cherry picked from commit 62710aed37606168012a0ed255a876c8e7954010)
2012-09-11 17:22:43 +05:30
Prachi Damle
5629165877
deadlock on host_details: Missed adding the unique key constraint needed on host_details table in create_schema
2012-09-06 16:35:28 -07:00
Edison Su
caebc0ce74
fix rpm installation
2012-09-04 22:30:24 -07:00
Mice Xia
dd07d1598f
Fix Bug CloudStack-9 can not change OS preference from OS to none
2012-09-04 20:51:03 +08:00
Hugo Trippaers
afb05ef3dc
Fix the right file
2012-08-31 14:30:25 +02:00
Hugo Trippaers
db4a435a84
Add mysql-connector-java to the classpath
2012-08-31 13:26:38 +02:00
Gavin Lee
d3921139ed
Patch from Gavin Lee: Change license to ASL2.0 in server and tools
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-08-30 10:36:29 -04:00
Hugo Trippaers
0d7601d2d7
Add a limit statement to the subquery
2012-08-27 09:14:38 +02:00
Abhinandan Prateek
cebd9444be
fixing the xen systemvm template guest os to reflect the right one
2012-08-23 12:25:46 +05:30
Chip Childers
e0f505e36f
Patch from Greg Burd: Improve portability of the build-apidoc.sh script by replacing readlink
...
Review: https://reviews.apache.org/r/6733/
Testing: Applied patch, and ran 'ant clean-all build-apidocs'
on both OSX and Ubuntu 12. Initial testing confirmed the issue
that Greg discovered on OSX. After the patch, the docs built
correctly.
2012-08-22 15:33:17 -04:00
Sheng Yang
6ec5bdbab6
S2S VPN: CS-16035: Add missing global configuration items
2012-08-17 16:52:06 -07:00
Edison Su
87378c3f3a
add db upgrade for ha.workers
2012-08-17 13:15:49 -07:00
Alena Prokharchyk
0c0165e19b
CS-16037: db upgrade - fixed component/category/description fields for several global configs
2012-08-16 15:03:16 -07:00
Sheng Yang
cbcd5cace1
S2S VPN: Add db upgrade
2012-08-13 17:37:51 -07:00
Alena Prokharchyk
7120ce0717
Fixed version number in upgrade script comment (replaced 3.0.3 with 3.0.2)
2012-08-13 16:50:06 -07:00
Alena Prokharchyk
4433c5a51a
Database upgrade from 302 to 40
2012-08-13 16:20:09 -07:00
Sheng Yang
48b46fce5c
S2S VPN: Fix db schema issue
2012-08-13 10:26:34 -07:00
Alena Prokharchyk
32f55f3e3c
Merge branch 'master' into vpc
2012-08-12 10:22:54 -07:00
Koushik Das
9adf91f7b9
CS-15879 Removed safe update flag as it is a client only setting
2012-08-12 16:34:02 +05:30
Alena Prokharchyk
ccac505944
Merge branch 'master' into vpc
2012-08-10 10:47:49 -07:00
Chip Childers
0ad8118562
Fixed three .classpath license header issues
2012-08-09 14:21:06 -04:00
Kelven Yang
3a6d890741
Commit for review-request: https://reviews.apache.org/r/6458/
2012-08-08 17:18:31 -07:00
Alena Prokharchyk
048c5e50cf
Merge branch 'master' into vpc
...
Conflicts:
utils/test/com/cloud/utils/component/MockComponentLocator.java
2012-08-08 11:50:39 -07:00
Mice Xia
a74c6e3104
fix CS-15814 Description of global configuration 'encode.api.response' is incorrect
2012-08-08 16:29:53 +08:00
Chip Childers
cc46d1cf3b
Adding setup/.classpath
2012-08-07 14:52:20 -04:00