13575 Commits

Author SHA1 Message Date
Rohit Yadav
d9f095042f Deps: Added dependency for vmware-base, jaxrpc
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2012-09-14 17:11:07 +05:30
Rohit Yadav
94ab7b2788 Deps: Add dependency for vmware-base, axis
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2012-09-14 16:03:55 +05:30
Chiradeep Vittal
c181e0ec18 Ignore maven .settings directories created by m2e 2012-09-13 17:32:48 -07:00
Alex Huang
87dc0a65c2 Removed the prefs file from pom.xml 2012-09-13 17:16:29 -07:00
Alex Huang
8180ad8f49 Removed the prefs 2012-09-13 17:14:28 -07:00
Jessica Wang
90a649753c Revert commit f090fdeea748e72b92878d955764d5059055e69d "CS-15292: Split long OS Type list when create Template,ISO." which causes bug 39 (https://issues.apache.org/jira/browse/CLOUDSTACK-39) that blocks QA's testing since QA is unable to select a provider on any service during network offering creation. 2012-09-13 16:04:06 -07:00
Pranav Saxena
125a6fe065 CS-16328:UI not calling the listCapacity correctly 2012-09-13 14:21:52 -07:00
Pranav Saxena
330c89ce59 CS-16328:UI not calling the listCapacity correctly 2012-09-13 14:21:52 -07:00
Wido den Hollander
d66db854d4 debian: Add XenSource XAPI Java Bindings to cloud-deps package 2012-09-13 23:19:48 +02:00
Wido den Hollander
cff12de2ca debian: Add Google GSON to the cloud-deps package 2012-09-13 23:19:48 +02:00
Wido den Hollander
fed7938814 xen: Rename JAR file
cloud-xen.jar does not meet the namespace, so rename it to fit in
2012-09-13 23:19:48 +02:00
Jessica Wang
8737762bde apache jira CLOUDSTACK-86: cloudstack UI - Instances page - NICs tab - fix a bug that got networkname from a wrong position in array of args.context.instances[0].nic. To correct and simplify it, use API response of "listVirtualMachines&details=nics&id=N" instead of API response of "listVirtualMachines&id=N" in $.map(). 2012-09-13 14:17:03 -07:00
Chip Childers
8aaa5abc02 Adding a settings file to the Rat exclude list, and setting the number of accepted license issues to 0 2012-09-13 17:15:09 -04:00
Chip Childers
3dbcc88f28 Minor change to the root pom for RAT 2012-09-13 16:55:48 -04:00
Chip Childers
763311c006 License header updates, and modification to root pom for exclusions. 2012-09-13 16:55:48 -04:00
frank
7f8a1aabbf remove patch for ovm agent due to license incompatible
will keep them in another place
2012-09-13 13:43:33 -07:00
David Nalley
59de1fa99d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-09-13 16:12:14 -04:00
Jie Feng
c9aa08350a [DOC] docbook conversion - choosing a deployment architecture 2012-09-13 16:12:06 -04:00
Chip Childers
769561a2f1 Adding Apache RAT configuration to the root pom.xml 2012-09-13 15:47:38 -04:00
Manikanta Kattamuri
cfc2b85651 Removing eclipse .classpath and .project files as they are configured to ant build and adding the entries into .gitignore to stop further comitting of the files
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-09-13 14:18:14 -04:00
Gavin Lee
9b70bd0d4b [DOCS]Docbook xml for section: Citrix XenServer Installation 2012-09-13 12:11:15 -04:00
David Nalley
6089c33f68 Revert "Feature Documentation for s2svpn interVlan and Autoscale"
This reverts commit 4a8bb9dfc70a1d0b1b855b10d821a54ed51a0ba6.
2012-09-13 12:03:55 -04:00
Wido den Hollander
7eaf537d95 Rename cloud-agent-scripts to cloud-scripts
The management server also depends on a couple of these scripts, so renaming
to cloud-scripts makes more sence then installing cloud-agent-scripts.

In the future we might want to split this up in two packages.
2012-09-13 16:29:01 +02:00
Wido den Hollander
b892ff6630 Depend on libvirt-java 0.4.9 due to license change
0.4.9 switched from GPL to MIT
2012-09-13 16:29:01 +02:00
Wido den Hollander
e426ba25ed debian: Remove vmops-* package references
In CS 3.X the name vmops wasn't used for packages, so it's safe to remove this now.
2012-09-13 16:29:01 +02:00
Wido den Hollander
5d41523a0b usage: Fix whitspace and indention according to code convention
Replaced all tabs by 4 spaces
2012-09-13 16:29:01 +02:00
Wido den Hollander
7beb045600 wscript_configure: Whitespace fixes
Makes reading this file a bit easier.
2012-09-13 16:29:01 +02:00
Wido den Hollander
3bda7eb29f CLOUDSTACK-93: Make mysql-connector-java.jar a common system JAR
On both Ubuntu and RHEL platforms /usr/share/java/mysql-connector-java.jar is
a symlink to the actual installed MySQL connector.
2012-09-13 16:29:01 +02:00
Sebastien Goasguen
2329ee146a Correcting two instances of wiki.c.o to point to cwiki.a.o
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2012-09-13 19:35:53 +05:30
Koushik Das
a9559cbb67 When a VM is force deleted and the host is not available then CS simply marks the state in db as "Destroyed/Expunging". The VM is still running on the host and once it becomes available again there is a discrepancy in state of the VM. In this scenario the VM is removed from the host when the next full cluster sync happens. 2012-09-13 16:34:53 +05:30
Mice Xia
5532f58bbc remove cloud.com license headers 2012-09-13 12:34:32 +08:00
Wido den Hollander
ababd0cbdc debian: Depend on either maven3 or maven with version 3 or higher. 2012-09-13 09:38:27 +02:00
Mice Xia
55bcfaf805 CLOUDSTACK-88 Cannot listVM by vpcId which is required by VPC UI 2012-09-13 11:21:11 +08:00
Mice Xia
25e99e9c4d CLOUDSTACK-87 VMs in Expunging state should be excluded from VM listView for staticNat/portForwarding/loadbalance 2012-09-13 11:21:11 +08:00
Mice Xia
8a008ecd16 CLOUDSTACK-82 enable static nat button is not working in UI 2012-09-13 11:21:11 +08:00
Edison Su
5e3921519a CLOUDSTACK-57, CLOUDSTACK-14
remove unnecessary build/deploy folder, and add CAStorSDK-1.3.1-CS40.jar into rpm/deb build system

Conflicts:

	debian/cloud-deps.install
	wscript_build
2012-09-12 20:47:20 -07:00
Marcus Sorensen
4c3ab1afb6 fix patch disks from reproducing like rabbits
RB: https://reviews.apache.org/r/7040
Signed-off-by: Edison Su <sudison@gmail.com>
2012-09-12 16:48:38 -07:00
Chiradeep Vittal
651ac2a83b Fix ant debug developer target. The excluded jars in /usr/local/apache-tomcat-6.0.32/lib either conflict with the ones in awsapi webapp or the slf4j jars cause an infinite class loading loop 2012-09-12 15:51:03 -07:00
Marcus Sorensen
537c29c2fa Permissions fix for agent creating /root/.ssh
/root/.ssh is created with perms '600' if it doesn't already exist. This causes
a problem in that it can't write out id_rsa.cloud:

2012-08-27 16:35:40,227 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:null)
Processing command: com.cloud.agent.api.ModifySshKeysCommand
2012-08-27 16:35:40,228 DEBUG [kvm.resource.LibvirtComputingResource]
(agentRequest-Handler-4:null) Failed to create file: java.io.IOException:
Permission denied

Doing 'chmod u+x /root/.ssh' fixed the above, so it seems that even though the
agent is running as root it cares about being able to chdir into /root.ssh

Signed-off-by: Sheng Yang <sheng.yang@citrix.com>
2012-09-12 15:48:33 -07:00
Sheng Yang
fe8a2992a2 Elimiate mystery guestIp in IpAddressTO
Nobody can explain why it's there...

Also fix wrong return result of several empty network element callbacks
2012-09-12 15:42:48 -07:00
Edison Su
17b2af2a90 on ubuntu, in order to build debs, need to add add-apt-repository ppa:natecarlson/maven3, then install maven3 2012-09-12 15:27:51 -07:00
David Nalley
ff58e05c40 fixing apidocs build 2012-09-12 18:18:41 -04:00
David Nalley
4b83c7f371 fixing rpm build 2012-09-12 17:51:43 -04:00
Edison Su
e6d2e3e138 use bcprov-jdk16-1.45.jar instead of bcprov-jdk16-1.46.jar 2012-09-12 13:56:21 -07:00
Edison Su
29df8d8b8e remove bcprov-jdk14 2012-09-12 13:46:12 -07:00
Jessica Wang
fbdd65fe6b CS-16046: cloudstack 3.0 UI - Edit zone - Local Storage Enabled field is a true/false field. Make it a checkbox in Edit mode. 2012-09-12 12:25:32 -07:00
Edison Su
ad55c0e5e2 install CAStorSDK 2012-09-12 11:26:23 -07:00
Wido den Hollander
359d5acda4 usage: Update init script to use JSVC (Debian) 2012-09-12 18:14:18 +02: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
Prasanna Santhanam
41f6127fe1 Add license header the setup-test-data file 2012-09-12 18:48:34 +05:30