Use correct object in system.js that fixes the issue of management traffic
details not getting loaded as it fails on type error.
Fixes regression introduced in 95b6a5eeda
There are various READMEs under Cloudstack. This makes it confusing for
finding the purpose of each directory and tool within the project. All
the necessary information can now be found in the top-level README.tools
that is markdown editable. For the most updated information however it
is best to provide a wiki link to the tool you have added. Each tool
lies in a seperate section, please keep formatting unchanged.
Conflicts:
test/integration/README
tools/marvin/README
This went through several itterations within master,
as well as the master copy of the pom.xml being
edited to help formalize our maven build process beyond
the 4.0.0 release.
Because of the file's confusing history,
I have to do this as an isolated commit within 4.0.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
I'm removing the awsapi/README.txt file, since it's
not required at all, and is actually from Axis.
I'm also removing the deps/XenServerJava/LICENSE.txt
and README.txt files, since the license is covered
by our top level LICENSE and the README.txt is
not for our project itself.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
Added the following new features to ASFCS 4.0 Release Note:
CLVM support reappeared for KVM
RBD support for KVM
Nicira NVP support
Caringo object storage support
Signed-off-by: Chip Childers <chip.childers@gmail.com>
Unlike rpms, cloud-client does not depend on cloud-awsapi. Hence, in
case of the ubuntu build it failed to get installed. Patch simply adds
rule that awsapi pkg be installed when mgmt server is installed. Upgrade
and remove scenarios also tested.
Note: user should remove her old apt-get cache from /var/cache/apt/*
Signed-off-by: Rohit Yadav <bhaisaab@baagi.org>
We should not do any of these things on postinst files, this will lead to garbage
staying behind when removing the package, confusing sysadmins
By creating the symlinks on the rules file they will get added into the DEB package
and cleaned up should the package be removed.
The antlr JAR files conflict with the Ubuntu packages for this JAR files.
Maven depends on this as well, so when you try to install cloud-awsapi on a system
with Maven installed, you get:
(Reading database ... 68888 files and directories currently installed.)
Unpacking cloud-awsapi (from cloud-awsapi_4.0.0-incubating_amd64.deb) ...
dpkg: error processing cloud-awsapi_4.0.0-incubating_amd64.deb (--install):
trying to overwrite '/usr/share/java/antlr-2.7.7.jar', which is also in package libantlr-java 2.7.7+dfsg-3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
cloud-awsapi_4.0.0-incubating_amd64.deb
antlr-2.7.7.jar is in classpath.conf, so we can depend on this package and it will be loaded
for AWS API