Edison Su
bf32776f9f
be able to upload template into swift
2013-07-16 18:07:06 -07:00
Min Chen
2849f8117f
CLOUDSTACK-3570:Vmware - Template downloads are getting re-initiated
...
every time management server is restarted.
2013-07-16 18:00:10 -07:00
Sheng Yang
86bbe211f2
CLOUDSTACK-494: Loose the limition of same ip used by site-to-site vpn
...
Different account can have same remote side IP now. Of course the remote side need
to identify them and configured properly to handle it.
2013-07-16 17:26:51 -07:00
Vijayendra Bhamidipati
fff763ef81
CLOUDSTACK-3514: [Automation] Vmware - Failed to download default template for first zone
...
Description:
Fixing reference to null object.
2013-07-16 16:14:51 -07:00
Sheng Yang
43ebb1c822
CLOUDSTACK-1670: Fix the order of user vm's multiple nics
...
They should follow the order of networkIds parameter of deployVMCmd(). And eth0
would be always on default network.
2013-07-16 16:07:36 -07:00
Prachi Damle
ee664a1cac
CLOUDSTACK-2159 Anti-Affinity - When "HostAntiAffinityProcessor" plugin is not included in the deployment , deployVirtualMachine() command does not error out when passing the affiitygroupnames parameter.
...
Changes:
- Added a check during vm deployment to see if a processor for the affinity group type is available
2013-07-16 15:48:07 -07:00
Min Chen
9f019ec7c3
CLOUDSTACK-2497: Object_Store_Refactor - Snapshots - Not able to delete
...
snapshots.
2013-07-16 14:42:29 -07:00
Brian Federle
1b4900a8a9
Fix typos in JS which break IE < 9
2013-07-16 14:39:38 -07:00
Jessica Wang
af921c4fee
CLOUDSTACK-3563: UI > Network menu > Guest Network section > search box in listView was shoved out of original place after new button "Add guest network" was added. Fix it by shorten label of "Add Isolated guest network with SourceNAT" button.
2013-07-16 13:51:54 -07:00
Jessica Wang
be0dedefa8
CLOUDSTACK-3563: UI > Network menu > Guest Netework section > provide "Add Guest Network" option where root-admin can create shared networks from.
2013-07-16 13:38:28 -07:00
Prachi Damle
686f9ae64f
CLOUDSTACK-2155 Anti-Affinity -When Vm deployment is done in parallel , anti-affinity rule is not honored.
...
- Changes to the API Cmd needed to use CallContext instead of UserContext
2013-07-16 13:17:43 -07:00
ahuang
aa131525ba
Added missing files
2013-07-16 11:24:21 -07:00
ahuang
11e1e585b1
UserContext switched to CallContext. Added generic storage mechanism for other code to carry information throughout a call. Made the calling User and Account a must have. Added an interface to carry entities in error. Fixed up the code. Part of the vmsync branch
2013-07-16 11:24:21 -07:00
Prachi Damle
fa9ca72f36
CLOUDSTACK-2155: Anti-Affinity -When Vm deployment is done in parallel , anti-affinity rule is not honored.
...
Changes:
- Locking the group and save reservation mechanism done by DPM
- Added admin operation to cleanup VM reservations
- DPM will also cleanup VM reservations on startup
2013-07-16 10:53:06 -07:00
Prachi Damle
661088927d
CLOUDSTACK-2155 Anti-Affinity -When Vm deployment is done in parallel , anti-affinity rule is not honored.
...
Changes to check if the destination found does not conflict with any vm reservation
2013-07-16 10:53:02 -07:00
Prasanna Santhanam
c79b8270a8
Adding a sample configuration for the s3 enabled store
...
This sample marvin configuration can be used to add an s3 backed object
store to cloudstack. You will have to replace the ACCESS_KEY/SECRET_KEY
and bucket endpoint (if not using aws) to match your credentials.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-16 23:01:15 +05:30
Sateesh Chodapuneedi
bbd7183df0
CLOUDSTACK-3529 Unable to test file existence due to exception java.lang.RuntimeException
...
See if file being deleted is directory or file.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-07-16 21:30:03 +05:30
Kishan Kavala
ea3a77e2af
CLOUDSTACK-3484: Removed method synchornization in libvirt and virtual router resources
2013-07-16 19:14:31 +05:30
Hugo Trippaers
af696e6ff6
CLOUDSTACK-728 Remove the nvp portgroup when the virtual machine is
...
expunged.
2013-07-16 15:42:29 +02:00
Wei Zhou
53f6b2aee3
CLOUDSTACK-2875: change runlevel of cloud-passwd-srvr to remove error message at systemvm startup
2013-07-16 11:37:06 +02:00
Likitha Shetty
d7122bc144
CLOUDSTACK-3293. DeleteAccount fails with ConstraintViolation on snapshot_store_ref.
2013-07-16 14:53:58 +05:30
radhikap
7da1e8a7f3
CLOUDSTACK-3547
2013-07-16 14:22:21 +05:30
Likitha Shetty
33d6f7a8c4
Revert "CLOUDSTACK-3293. DeleteAccount fails with ConstraintViolation on snapshot_store_ref."
...
This reverts commit 22ddc3fa0644b9dae6bbbc6e87d425d11f574f30.
2013-07-16 14:10:28 +05:30
Likitha Shetty
22ddc3fa06
CLOUDSTACK-3293. DeleteAccount fails with ConstraintViolation on snapshot_store_ref.
2013-07-16 13:45:11 +05:30
radhikap
1c43c95767
CLOUDSTACK-2119
2013-07-16 12:05:13 +05:30
Devdeep Singh
04a8682313
CLOUDSTACK-3545: NPE in listStoragePoolsForMigration api. The volume table no longer holds
...
the pod id, the column is null now. Made a change to get the pod id from the storage pool
on which the volume resides.
2013-07-16 12:01:28 +05:30
radhikap
a67cce3d26
CLOUDSTACK-2119
2013-07-16 11:45:09 +05:30
radhikap
65185d1836
CLOUDSTACK-2119
2013-07-16 10:49:00 +05:30
Sheng Yang
ab42c1d6da
CLOUDSTACK-3539: Fix wrong management ip when server start up
...
The value "localhost" for mgmt server should be over-written anyway.
2013-07-15 18:27:15 -07:00
Sheng Yang
9fe1a2b9fa
CLOUDSTACK-3540: Fix edithosts.sh to prevent removing active dhcp entries
...
IP match must terminated by comma.
2013-07-15 18:01:57 -07:00
Min Chen
52434dabcc
CLOUDSTACK-2595: [Automation] Failed download default template for
...
second zone. Actually it is a listTemplate issue.
2013-07-15 17:38:09 -07:00
Vijayendra Bhamidipati
cdbcc66637
CLOUDSTACK-3311: PVLAN - vmware dvswitch - stop/start nd reboot Virtual router FAIL
...
Description:
Fix logic to check for secondary pvlan id already existing on vmware DVS, and
fix int to Integer comparison.
2013-07-15 16:08:32 -07:00
Sheng Yang
a9549a7f81
CLOUDSTACK-3434: Improve the atomic of file lock used in VR
...
Now we would retry if "ls" failed, since the list of files changed.
2013-07-15 16:08:27 -07:00
Min Chen
2d30f42d0f
After upgrade to 4.2.0, restart of system vms and router vm fails with a
...
NPE.
2013-07-15 15:37:08 -07:00
Alena Prokharchyk
9b521be4d0
CLOUDSTACK-1948: fixed pagesize to support -1 (unlimited) value
2013-07-15 11:35:46 -07:00
Jessica Wang
0392b571f9
CLOUDSTACK-3461: zone wizard - add cluster step - when hypervisor is VMware, vCenter Username and vCenter Password are required (for firing addVmwareDc API).
2013-07-15 11:33:18 -07:00
Brian Federle
841e761904
CLOUDSTACK-3002: Fix VLAN ID not being passed on create tier
2013-07-15 11:19:26 -07:00
ahuang
17984a3f8c
Removed the plug and unplug method from VMGuru. Why should VMGuru understand how to plug and unplug nics? Part of componentizing the vmsync work
2013-07-15 11:00:58 -07:00
Alena Prokharchyk
e52cde5878
CLOUDSTACK-3346: Fixed setting up resourceTags for network ACL - added missing @Inject when load NetworkACLItemDao
2013-07-15 10:24:37 -07:00
Wei Zhou
ecdb700311
CLOUDSTACK-2875: change runlevel to disable auto-start cloud-passwd-srvr
2013-07-15 16:41:51 +02:00
Jayapal
baf681c16d
CLOUDSTACK-3533 Fixed dhcphosts.txt for two entries and also dhcp_relase for ipv6
2013-07-15 20:02:31 +05:30
Jayapal
6c6217594d
Revert "CLOUDSTACK-3424 Fixed dhcphosts entry and also dhcp_relase for ipv6"
...
This reverts commit f37567ef45fe6e41469a176d387e91840bfae23c.
This deletes the duplicate entry when new vm came with deleted vm ip.
So will not fix the bug CLOUDSTACK 3424 fully. So this changes will be committed into new bug
2013-07-15 18:44:22 +05:30
Jayapal
f37567ef45
CLOUDSTACK-3424 Fixed dhcphosts entry and also dhcp_relase for ipv6
2013-07-15 18:15:34 +05:30
Murali Reddy
467fa6117e
CLOUDSTACK-2346: [GSLB] dedicated vs shared GSLB devices and LB devices
...
Only one NetScaler device can act as GSLB service provider in a zone for
all the tenants and thier networks, so restrict addign NetScaler device
to be shared use when configure as GSLB service provider.
2013-07-15 16:31:18 +05:30
Murali Reddy
f53db88bae
CLOUDSTACK-2960: [portableIPrange] CS should check the portable ip range, vlan with
...
existing public ip ranges and vlans
adds a validation check to ensure there is no VLAN in the zones with
same id
2013-07-15 16:16:47 +05:30
Koushik Das
396a13dd0b
CLOUDSTACK-3445: Observing the system alerts "unallocated Local Storage is low in cluster" when Primary storage is Local Storage
...
Available bytes was getting stored in the used bytes property of local storage pools. As a result of this, for newly added local pools Cloudstack thinks that there is no space available and generated alerts.
2013-07-15 15:20:28 +05:30
radhikap
47acf671d5
CLOUDSTACK-2381
2013-07-15 14:38:38 +05:30
radhikap
3c794e522d
CLOUDSTACK-2381
2013-07-15 14:38:36 +05:30
Wei Zhou
f89848b0db
CLOUDSTACK-2823: move kernelVersion to global configuration in LibvirtComputingResource.java
2013-07-15 10:54:38 +02:00
Vijayendra Bhamidipati
1f004f60e8
CLOUDSTACK-3425 Ignore network interfaces without a uuid when passing
...
them on as extra configs to ESX for nicira NVP controller.
2013-07-15 10:17:36 +02:00