13415 Commits

Author SHA1 Message Date
Anthony Xu
f9e91a9f96 Removing the older xenapi jar and adding an ant target to build one from the source.
provided-by : Devdeep Singh
2012-09-07 16:31:47 -07:00
Edison Su
24fa14845b Add KVM to hypervisor types allowed in VPC
RB: https://reviews.apache.org/r/6926/
Send-by: Marcus Sorensen
2012-09-07 15:39:23 -07:00
David Nalley
a19d7ab00b fixing more line encodings 2012-09-07 17:32:39 -04:00
Chip Childers
8746e902e4 CLOUDSTACK-56 : fixing license headers 2012-09-07 17:03:53 -04:00
Chip Childers
d1d9cacbfb CLOUDSTACK-46 : Missed a reference to the mycloud setup script in cloud.spec 2012-09-07 14:43:41 -04:00
Chip Childers
c979425ce3 CLOUDSTACK-46 : Removing mycloud, due to the agreed on deprecation of that feature. 2012-09-07 14:31:02 -04:00
Chip Childers
2afd076921 CLOUDSTACK-48 : Removing stale documentation 2012-09-07 14:24:26 -04:00
Chip Childers
ff81d0000e Resolving CLOUDSTACK-49 : Correct the source tar.gz and zip extract folder names to match the release artifact name. 2012-09-07 14:15:54 -04:00
David Nalley
75665f5b95 fixing line endings 2012-09-07 14:12:32 -04:00
frank
a7b77f3316 remove wrong storage network ip checking when setting internal ip route in NFS secondary
storage resource.

The bug prevent vmware setting static route to vcenter
2012-09-07 11:03:01 -07:00
Chip Childers
6ec623d2d5 Fixed file names in the build_asf.sh script 2012-09-07 13:36:09 -04:00
Chip Childers
975b16775d Fixed artifact names in build_asf script 2012-09-07 12:05:23 -04:00
Wido den Hollander
e77937d1cf debian: Fix homepage and maintainer
We might want to change the maintainer to the dev list?
2012-09-07 16:20:17 +02:00
Wido den Hollander
664927948a debian: Fix dependencies
We depend on more packages and not ship these JAR files ourselfs
2012-09-07 16:18:46 +02:00
Wido den Hollander
cb0eb19bf0 waf: Remove debuild, build with dpkg-buildpackage
Call dpkg-buildpackage to build the packages

WAF no prints an error when ./waf deb is being called so users know
they have to use dpkg-buildpackage

Before calling dpkg-buildpackage maven has to be called to install the
JAR dependencies!
2012-09-07 14:17:33 +02:00
Edison Su
a7349eeefd don't call mvn in waf, so the build will take two steps, one is mvn install, another is waf rpm 2012-09-07 05:13:16 -07:00
Edison Su
02b46c5892 final try 2012-09-07 05:13:08 -07:00
Edison Su
022de34e03 another try to fix the deb build 2012-09-07 05:12:43 -07:00
Edison Su
fda4bac6e7 fix systemvm zip 2012-09-07 05:12:38 -07:00
Edison Su
1a23464868 fix ant build failed on jenkins 2012-09-07 05:12:33 -07:00
Edison Su
b88033ff2a fix installation issue 2012-09-07 05:12:27 -07:00
Pranav Saxena
f20f388bf7 CLOUDSTACK-38:Lable name is getting displayed in place of Network Rate while adding Network offering 2012-09-07 14:46:37 +05:30
Edison Su
4dd37abd5a fix ant missing axis ant plugin 2012-09-06 23:23:10 -07:00
Edison Su
015c0a059c need to call mvn install before waf deb 2012-09-06 21:09:13 -07:00
Edison Su
31bb7b8e56 fix rpm build 2012-09-06 19:19:46 -07:00
Wido den Hollander
44f1a8e015 debian: Fix package building with Maven
This involves removing a couple of JAR files from these packages:
* cloud-deps
* cloud-agent-deps
* cloud-client

A couple of libraries no longer have the cloud-* prefix or go renamed otherwise.

We no longer include the following libraries:
* netscaler
* iControl
* manageontap
* jnetpcap
* junit
* jetty
* vmware
* xenserver

These are not required anymore or not allowed license wise.
2012-09-07 02:17:16 +02:00
Prachi Damle
1eaca390b9 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-09-06 16:35:53 -07:00
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
Prachi Damle
60f130c509 CS-16258: Load Test - 1 host stuck in "Rebalancing" state forever. "java.lang.NullPointerException" seen in "Cluster-Worker" thread that was handling this process.
- Using temp to not affect the return value for the method.
2012-09-06 16:31:00 -07:00
Prachi Damle
61a19eb089 CS-16022: If host connection fails due to some DB error, host disconnect does not happen and mgmt_server_id is not removed.
Making sure host disconnect is called.
2012-09-06 16:30:50 -07:00
Edison Su
f26929bf2d add kvm into rpm 2012-09-06 11:41:01 -07:00
Prachi Damle
f57f96f7b7 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-09-06 11:23:50 -07:00
Prachi Damle
e73d4334d1 - Removing the AWS wsdl file
- Adding license to the services.xml
2012-09-06 11:23:13 -07:00
Edison Su
3db9736a07 CLOUDSTACK-29
remove iptables/xe-guest/xt
2012-09-06 11:05:09 -07:00
Chip Childers
a246a7ac8a Corrected CAStorSDK.jar license documentation approach, as well as some minor descriptor.xml fixes. 2012-09-06 12:23:35 -04:00
Wido den Hollander
517722ef95 maven: Build KVM hypervisor by default
LEGAL-144 allows us to distribute libvirt-java in a binary release

libvirt-java 0.4.9 will switch to MIT license which will resolve this
2012-09-06 17:15:04 +02:00
Wido den Hollander
881a4be126 maven: Add libvirt repository from libvirt.org website
And remove the libvirt-java bindings since we fetch it from an external repository

Signed-off-by: Wido den Hollander <wido@widodh.nl>
2012-09-06 16:51:32 +02:00
Jamshid Afshar
5d208a5c95 Add initial support for Caringo CAStor object store as backing store for S3 API
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
2012-09-05 23:35:09 -07:00
Edison Su
5ae15f8bbf first OSS build 2012-09-05 17:45:25 -07:00
Sheng Yang
86427559cb CS-16269: Fix savePassword on one stopped RvR 2012-09-05 13:46:44 -07:00
Edison Su
caebc0ce74 fix rpm installation 2012-09-04 22:30:24 -07:00
Edison Su
c4955e82e8 fix rpmbuild 2012-09-04 21:34:52 -07:00
Alena Prokharchyk
51cc301fef CS-16222: send password reset command only to the element responsible for the userdata service in network
Reviewed-by: Sheng Yang
2012-09-04 13:41:10 -07:00
Chip Childers
19a3037325 ASF build process improvements. 2012-09-04 16:24:19 -04:00
Edison Su
ea9121bc8f KVM initial VPC support
Implements
SetupGuestNetworkCommand,SetNetworkACLCommand,SetSourceNatCommand,IpAssocVpcCommand,SetPortForwardingRulesVpcCommand.
Passes basic functionality, though I'm sure there may be some honing to
do.

Also fixes a few minor things found along the way:
 vpc_guestnw.sh wasn't successfully setting up apache due to default
listen IP of 10.1.1.1
 vpc_guestnw.sh was referencing a 'logger_it' function, replaced with
'logger -t cloud'
 system vms were running with OS type "Debian GNU/Linux 5.0(32-bit)",
which was not found in the KVMGuestOsMapper
 the Xen implementation of SetupGuestNetworkCommand had apparently
copied its catch message from UnPlug Nic, fixed string

Send-by: Marcus Sorensen
RB: https://reviews.apache.org/r/6883
2012-09-04 11:45:59 -07:00
Jessica Wang
f509efe2d8 cloudstack 3.0 - API response serializer - change XML serialized string's encoding from ISO-8859-1 to UTF-8 to support more characters - fix "L10N: DE, ES, FR, JA, KO, SC: Garbage characters appear when using localized characters in Subscriptions page" (Reviewed-by: Brian) 2012-09-04 11:43:29 -07:00
Chip Childers
b5ab5c2b02 Adding a build script for use when creating ASF releases and release candidates 2012-09-04 14:22:23 -04:00
Chip Childers
7c30fe509b Removing addcopyright.py from the source tree 2012-09-04 10:55:28 -04:00
Hugo Trippaers
1f207506da Add an option to select a build with or without non-OSS components using waf 2012-09-04 15:16:18 +02:00
Hugo Trippaers
79004fc7bc Fix RPM build using waf (oss only) and maven. With the exception of awsapi most of the rpms are build. Not the neatest way to do it, but a good base for improvement. 2012-09-04 15:16:18 +02:00