Hugo Trippaers
de41cb7cb5
Start implementing IpDeployer
2012-09-28 11:32:53 -07:00
Hugo Trippaers
dd68a00338
Persist the uuid of the logical router once created
2012-09-27 22:16:11 -07:00
Hugo Trippaers
af77912034
Keep naming consistent
2012-09-27 18:26:56 -07:00
Hugo Trippaers
8ba7749869
Prepare all capabilities we will be supporting
...
Remove the logical router if we are done with it.
2012-09-27 18:24:19 -07:00
Hugo Trippaers
fe997651a6
Wired up the creation of the SourceNat router in the element
2012-09-27 15:34:53 -07:00
Hugo Trippaers
bfc8da1082
Update Nicira Api to support L3 functionality
2012-09-25 15:51:48 -07:00
Wido den Hollander
5c4cf11860
docs: Update the documentation for the database installtion.
...
This adds more documentation about installing the MySQL database locally
or on an external node.
It also adds Ubuntu documentation.
2012-09-25 16:56:49 +02:00
Wido den Hollander
9f2bd07aad
docs: Add note for DEB packages
...
We only build for Ubuntu 12.04
2012-09-25 13:59:32 +02:00
Rohit Yadav
0fdc89b3f0
CLOUDSTACK-81: Fix typo in function name for script in fedora
...
Patch fixes typo in function name, in start() for the script used for fedora
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-25 13:46:14 +02:00
Rohit Yadav
2d832c6cde
CLOUDSTACK-189: Fix post install and post uninstall rules
...
Link over folder, instead of files.
Patch fixes install failure, in case user does not remove old
installation.
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-25 11:51:53 +02:00
Rohit Yadav
eb26f7a3e4
CLOUDSTACK-81: Use non-lsb function
...
Patch fixes typo in function name, in start() for centos/rhel scripts
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-25 12:40:22 +05:30
Prasanna Santhanam
2e393d2fe9
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-09-25 12:15:25 +05:30
Edison Su
8f2afb9305
add guest set password script into repository
2012-09-24 19:01:21 -07:00
Sheng Yang
a82ee7715e
CLOUDSTACK-191: Update checking for updateCustomerGateway
...
Reviewed-by: Anthony Xu
Conflicts:
server/src/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java
2012-09-24 17:47:09 -07:00
Jessica Wang
3a313ee1ff
CLOUDSTACK-110: cloudstack UI - domain page - allow root domain to have Edit option, but only network domain field is editable, Resource Limits fields and domain name field is not editable.
2012-09-24 16:49:09 -07:00
Anthony Xu
acaa22003d
CLOUDSTACK-184: add createFileInDomr plugin
2012-09-24 16:11:04 -07:00
Jessica Wang
a3c80ebf4e
CLOUDSTACK-109: cloudstack UI - (1) detailView widget - pass context to isEditable() when calling it. (2) account page - Edit action - allow to update network domain on system-generated default admin account.
2012-09-24 16:05:32 -07:00
Jessica Wang
309be015ce
CLOUDSTACK-109: cloudstack UI - (1) account page: fix a bug that system-generated default admin account wrongly had enalbe/disable/lock/remove option. (2) user page - fix a bug that system-generated default admin account user wrongly had enable/disable/remove option.
2012-09-24 16:05:00 -07:00
Hugo Trippaers
fe4cd5ecd0
Fix ordering of the statements as bare statements are allowed only once
2012-09-24 14:43:47 -07:00
Brian Federle
951c124166
CLOUDSTACK-154: Show network details for virtual router
...
-Adds new NICs tab, to display network information for each router
NIC, including network name
-Show guest network ID field on router details tab
2012-09-24 13:59:44 -07:00
Wido den Hollander
11acc208d2
docs: Remove unused files
...
These files are never included and contain duplicate information
2012-09-24 16:42:17 +02:00
Wido den Hollander
6265ced4bd
docs: Move DEB / RPM repository to general installation section
...
Since it is required for both the Management Server and KVM Hypervisor
2012-09-24 16:42:17 +02:00
Wido den Hollander
35a311907d
docs: Replace google.com by cloudstack.org
2012-09-24 16:42:17 +02:00
Wido den Hollander
bc9b21b12d
docs: Add DEB and RPM repository to documentation
2012-09-24 16:42:17 +02:00
Wido den Hollander
207202f59f
docs: Remove unused file
2012-09-24 16:42:17 +02:00
Pradeep Soundararajan
d94873ab4b
CLOUDSTACK-28 wget.exe (GPLed) is present in the tools directory as a binary
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-09-24 10:31:47 -04:00
Wido den Hollander
77d74c65d9
Add license header for build_docs.sh
2012-09-24 15:30:23 +02:00
Wido den Hollander
e314f5fe32
CLOUDSTACK-81: Fix init script for usage server on RHEL based platforms
2012-09-24 15:20:17 +02:00
Wido den Hollander
a7b82f7b0b
docs: Add build script
...
There is currently no script to build the docs with, this is an easy script
to build them.
An example how I use it:
$ cd ~wido/repos/cloudstack
$ tools/build/build_docs.sh -s $(echo ~wido/repos/cloudstack)
2012-09-24 14:40:00 +02:00
Wido den Hollander
4aa2e91a78
CLOUDSTACK-190: Add symlink for agent -> common for backwards compatibility
2012-09-24 12:45:10 +02:00
Rohit Yadav
fb975a98c6
CLOUDSTACK-189: Fix install prefix change for rpms with symlinks
...
The install prefix for scripts and vms/systemvm.iso/zip has changed
from /usr/lib(32/64)/cloud/agent/ to /usr/lib(32/64)/cloud/common/
Patch fixes by symlinking paths for backward compatibility
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-24 12:45:10 +02:00
Wido den Hollander
0dc42ce849
debian: Update package version to RC2
2012-09-24 12:45:10 +02:00
Gavin Lee
b6fb19f2cd
docbook for adding primary and secondary storage
...
Signed-off-by: Gavin Lee <gavin.lxh@gmail.com>
Signed-off-by: Mice Xia <mice_xia@tcloudcomputing.com>
2012-09-24 17:48:40 +08:00
Sebastien Goasquen
56b4ac184f
Initial AWS EC2 docs
2012-09-23 09:13:45 -04:00
Hugo Trippaers
96c7e3fddc
Make sure implementation version is added to all jars
2012-09-22 22:00:53 +02:00
Hugo Trippaers
24efe5c6cd
Add the init configuration item, otherwise it will not be updated
2012-09-22 22:00:21 +02:00
Hugo Trippaers
8cde670871
Fix ordering of sql commands and set root domain
2012-09-22 13:44:33 +02:00
Hugo Trippaers
975fc997f7
small fix to make this work with spaces in names
2012-09-22 13:43:57 +02:00
Hugo Trippaers
21ee8982a1
Add a proper contraint to the nicira nic map
2012-09-22 11:29:39 +02:00
Hugo Trippaers
4c38152afe
Add cloud database creation to maven, use mvn -P developer -pl developer
...
-Ddeploydb
2012-09-22 11:28:33 +02:00
Edison Su
66dc718625
add error log, if adding storage pool failed
2012-09-21 17:54:54 -07:00
Chiradeep Vittal
97a1ed2ecb
CLOUDSTACK-143 vcpu hotplug is used whenever the number of vcpus are increased or decreased while the vm is online. so far this is never done in CloudStack for system vms. Also, no evidence that this file is copied to /etc/udev/rules.d where it would be needed
...
CLOUDSTACK-144 xe-linux-distribution.init is used to communicate the distribution information to the xe toolset in dom0. No evidence that this file is copied to /etc/init.d where it would be needed. The right way to do it would be to install the xe-guest-utilities deb package from the xs-tools ISO distributed by Citrix XenServer
2012-09-21 17:31:38 -07:00
David Nalley
98f4542d1c
fixing some docs
2012-09-21 19:12:43 -04:00
Chiradeep Vittal
a4906c6b0c
CLOUDSTACK-139, CLOUDSTACK-140, CLOUDSTACK-141, CLOUDSTACK-146 file provenance established or removed
2012-09-21 16:05:37 -07:00
Chiradeep Vittal
0ea17a97af
CLOUDSTACK-137 and CLOUDSTACK-138 : apache config files are derived from ASL licensed software
2012-09-21 15:41:16 -07:00
Chiradeep Vittal
1ba030729d
CLOUDSTACK-142 remove unneeded file
2012-09-21 15:37:41 -07:00
Chiradeep Vittal
6fe019e3cc
CLOUDSTACK-148 logrotate.conf configuration was developed for CloudStack. Deleted comment and blank lines to show origin in a clearer fashion
2012-09-21 15:23:37 -07:00
Chiradeep Vittal
905ccb0209
CLOUDSTACK-157 logrotate.d/* configurations were developed for CloudStack
2012-09-21 15:15:33 -07:00
Chiradeep Vittal
55f74e5f7c
CLOUDSTACK-158 sysctl.conf was developed for CloudStack
2012-09-21 15:07:43 -07:00
Chiradeep Vittal
f96267d724
CLOUDSTACK-168 remove unneeded file
...
patches/systemvm/debian/config/root/edithosts.sh creates the file if it is not there
2012-09-21 14:52:18 -07:00