Chip Childers
d6689072d9
License header updates for the build folder.
2012-08-01 11:36:10 -04:00
Wido den Hollander
2ffc9907f7
kvm: Use libvirt for polling storage pool capacity and allocation
...
Since we are using libvirt for handling our storage pools we should rely on that information as well.
Before fetching the capacity we refresh the pool so libvirt has the most up-to-date information.
This is not needed with newly created pools since libvirt does a refresh on creation.
2012-08-01 17:18:11 +02:00
Chip Childers
a1b2f7aec1
Corrected SQL license header comment format
2012-08-01 10:30:45 -04:00
Chip Childers
c6b891ae76
License header update for awsapi-setup
2012-08-01 10:30:45 -04:00
Koushik Das
3f571684aa
CS-15631 : Support for up to 16 VDIs per VM on XS 6.0 and above
...
Support for up to 16 VDIs per VM on XS 6.0 and above (16 VDIs => root + cd + 14 data volumes). Currently in CS number of data disk that can be attached to VM is hard-coded to 6. Made this setting configurable by moving it to hypervisor capabilities. Although XS 6.0 and above supports upto 16 VDIs but while testing on XS 6.0.2 found that only 13 data volumes can be attached to a VM. So for XS 6.0 and 6.0.2 max_data_volumes_limit is set to 13 currently.
Signed-off-by: Koushik Das <Koushik.Das@citrix.com>
2012-08-01 19:39:30 +05:30
Chip Childers
3cbc0e324f
awsapi license header changes
2012-08-01 09:34:12 -04:00
Nitin Mehta
85398bb2e0
bug CS-13935: correcting description for create.volume.from.snapshot.wait global setting
...
Reviewed-by: Kishan
2012-08-01 18:16:01 +05:30
Wido den Hollander
34ed15e44e
kvm: Remove main methods in various classes
...
This is dead code which seems to be in there from the VMOps time.
No reason for this to be here, so this can safely be removed
2012-08-01 14:42:31 +02:00
Hugo Trippaers
65daade79a
Add a "ping" function to the resource and allow commands to be retried.
2012-08-01 14:11:32 +02:00
Pranav Saxena
250501c56d
CS-14907:Download volume option to be present only if it is in READY state since it has moved to the primary storage
2012-08-01 10:58:22 +05:30
Chip Childers
9ef5b42202
Build configuration change from Ewan Mellor: https://reviews.apache.org/r/6266/
2012-07-31 21:21:35 -04:00
Chip Childers
640087b534
api license header fixes
2012-07-31 20:31:57 -04:00
Chip Childers
a777f515ef
Agent-simulator license header corrections
2012-07-31 20:21:13 -04:00
Chip Childers
d204fa9940
Agent-simulator license header corrections
2012-07-31 20:18:02 -04:00
Wido den Hollander
d333e31069
agent: Add cloud-plugin-hypervisor-kvm.jar to the classpath
...
Without this the JAR won't end up in the CLASSPATH in the agent init script
2012-07-31 23:50:48 +02:00
Chip Childers
2d1d43dd2b
License file header updates for agent 'dot' files.
2012-07-31 17:30:26 -04:00
Wido den Hollander
43b68a8dbe
ui: Add label for management IP addresses
2012-07-31 23:00:09 +02:00
Wido den Hollander
cc08eee215
plugin: Rename cloud-kvm.jar to cloud-plugin-hypervisor-kvm.jar
...
This way we stay consistent with naming our plugins.
2012-07-31 22:18:56 +02:00
chip.childers@gmail.com
90c5e89320
Agent directory license headers.
2012-07-31 14:07:01 -04:00
Edison Su
9a9c96df64
Patch fixes file names and imports wherever used, in files introduced in
...
73be77a4c1877ae7e3613c7562d562ad96cde7ee
I've renamed discover to discoverer to fix the issue. My ant debug fails
with:
[java] ERROR [utils.component.ComponentLocator] (main:) Unable to
load configuration for management-server from components.xml
[java] com.cloud.utils.exception.CloudRuntimeException: Unable to
find class: com.cloud.hypervisor.kvm.discoverer.KvmServerDiscoverer
RB: https://reviews.apache.org/r/6239/
Send-by: rohit.yadav@citrix.com
2012-07-31 10:38:11 -07:00
Alena Prokharchyk
721d3ef3dc
Fixed listNetworks to return domain level networks when listAll is passed to the request
...
Conflicts:
server/src/com/cloud/network/NetworkManagerImpl.java
2012-07-31 10:24:09 -07:00
Tomoe Sugihara
9078550073
Fix the agent path according to 7a0a9231c355fee42c67799abe111edcd79998bb
2012-07-31 22:05:04 +05:30
chip.childers@gmail.com
1bad242f7b
Adding management server startup to puppet config.
2012-07-31 08:43:50 -04:00
Prasanna Santhanam
3610401edc
Fail with non-zero exit code when toc category missing
2012-07-31 17:23:41 +05:30
Prasanna Santhanam
911261a2ce
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-07-31 16:40:04 +05:30
Rohit Yadav
b4b1a38f7e
Fix typo in create-schema.sql. comma at EOL
2012-07-31 16:39:50 +05:30
olgasmola
05c9e0bb36
CS-15770: Hide Dedicated option when Basic EIP/ELB is chosen as Network Offering.
2012-07-31 13:35:41 +03:00
Wido den Hollander
da0db631d0
agent: Correct environment variable name
...
Otherwise the agent won't find it's scripts.
2012-07-31 11:51:59 +02:00
Hugo Trippaers
420f08ab4a
Add changes in rrq 5839 to the update script
2012-07-31 09:41:14 +02:00
Prasanna Santhanam
7288eca129
failonerror for some marvin targets
2012-07-31 12:17:33 +05:30
Ewan Mellor
9acd1ccaa3
FailOnError for deploydb and doc targets
...
Use failonerror=true for the exec calls used in the
deploy-cloudstack-db, deploydb-simulator, and build-apidocs targets.
2012-07-31 12:03:23 +05:30
Edison Su
73be77a4c1
add missing files
2012-07-30 16:00:45 -07:00
Brian Federle
3622039feb
CS-15620
...
Fix edit instance 'displayname' parameter not being sent over, even if
content was updated.
2012-07-30 15:17:06 -07:00
Edison Su
7a0a9231c3
Move KVM related code into plugins/hypervisor/kvm, a new jar file is
...
created: cloud-kvm.jar
2012-07-30 14:55:47 -07:00
Brian Federle
1fbf5952cd
Add license header to tagger widget
2012-07-30 14:32:32 -07:00
Brian Federle
6b47907f39
CS-15726: Use custom validation for tagger widget
...
Show a generic dialog box for tagger validation, instead of using
jQuery validate
--it conflicted with the detail view's edit fields and prevented
submission unless the key and value fields were filled out.
2012-07-30 14:32:32 -07:00
Pranav Saxena
36fc2bd9b5
CS-15044:API changes and UI changes to provide option to view the name of the guestnetwork a virtual machine belongs
2012-07-31 02:57:46 +05:30
Alena Prokharchyk
9ec89b9240
Allow EIP/ELB network creation only in Basic zone
2012-07-30 13:39:42 -07:00
chip.childers@gmail.com
2b1feadb20
Additional puppet configuration updates for devcloud.
2012-07-30 15:30:25 -04:00
Alena Prokharchyk
372568cb9a
CS-15743: disable static nat as a part of network resources cleanup
...
Conflicts:
server/src/com/cloud/network/NetworkManagerImpl.java
server/src/com/cloud/network/rules/RulesManagerImpl.java
2012-07-30 11:08:33 -07:00
Brian Federle
4507df088d
Fix positioning of tags error labels
2012-07-30 10:44:02 -07:00
Hugo Trippaers
10e4a5ae48
Disable IPv6 in XenServer if it is enabled. The cloud support pack apparently enables IPv6 support at the moment, but wihtout proper security.
2012-07-30 17:36:29 +02:00
David Nalley
0829ee164a
removing lots of web tracking stuff from apidocs stylesheets
2012-07-30 10:42:53 -04:00
David Nalley
048bd2e498
fixing copyright notices on apidocs
2012-07-30 10:32:07 -04:00
Hugo Trippaers
5d31b58c1b
Disable IPv6 in the systemvm
2012-07-30 15:17:56 +02:00
Hugo Trippaers
b4bcd7f3fe
Use the name of the network (or uuid) as display text of the nicira logical switch.
2012-07-30 15:17:46 +02:00
Hugo Trippaers
236f63fd34
When cleaning up or setting ip associations the NiciraNvpElement should be ignored.
...
Implemented a generic ConnectivyProvider interface work around the dependency from server to nicira-plugin.
2012-07-30 15:17:35 +02:00
chip.childers@gmail.com
969b94e7db
Adding license headers to puppet manifest files
2012-07-30 09:10:49 -04:00
chip.childers@gmail.com
90de18138d
Added storage configuration to the devcloud puppet module.
2012-07-30 09:06:45 -04:00
David Nalley
11c839ab1d
adding config file for docs
2012-07-30 09:02:38 -04:00