Daan Hoogland
426894411e
CE-110 move config to public fields
2017-08-25 08:57:51 +02:00
Rohit Yadav
f84728d374
Merge branch '4.10'
2017-08-10 01:59:34 +02:00
Rohit Yadav
d9b7b8cb62
Merge branch '4.9' into 4.10
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-08-10 01:39:14 +02:00
Wei Zhou
5645164dbb
CLOUDSTACK-8958: release dedicated ip range in domain removal
2017-08-10 01:11:51 +02:00
Abhinandan Prateek
d7f5b929b2
CLOUDSTACK-9861: Expire VM snapshots after configured duration ( #2026 )
...
Default value of the account level global config vmsnapshot.expire.interval is -1 that conforms to legacy behaviour. A positive value will expire the VM snapshots for the respective account in that many hours.
2017-08-06 00:13:17 +02:00
Priyank Parihar
30bb5587d2
CLOUDSTACK-9610: Disabled Host Keeps Being up status after unmanging cluster.
...
(cherry picked from commit 4b165f1b8f )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-08-01 20:40:25 +02:00
Nitin Kumar Maharana
e243a31e41
CLOUDSTACK-8672 : NCC Integration with CloudStack.
...
Improvements.
2017-07-20 12:42:43 +05:30
Nitin Kumar Maharana
b2b422c7d7
CLOUDSTACK-8672 : NCC Integration with CloudStack.
2017-07-20 12:42:43 +05:30
Priyank Parihar
b2f7f9abb6
CLOUDSTACK-8672 : NCC Integration with CloudStack.
2017-07-20 12:42:43 +05:30
Rajani Karuturi
ef7dabe635
Merge pull request #1866 from Accelerite/egresdcidr
...
Advanced isolated network egress destination cidr support added
2017-06-06 17:10:14 +05:30
Rajani Karuturi
02996fcabf
Merge pull request #1779 from priyankparihar/CLOUDSTACK-9610
...
CLOUDSTACK-9610: Disabled Host Keeps Being up status after unmanaging …
2017-06-06 16:05:21 +05:30
Jayapal
065fa1c849
CLOUDSTACK-9669:Advaced zone isolated network egress destination cidr support
...
CLOUDSTACK-9669:egress destination cidr VR python script changes
CLOUDSTACK-9669:egress destination API and orchestration changes
CLOUDSTACK-9669: Added the ipset package in systemvm template
CLOUDSTACK-9669:Added licence header for new files
CLOUDSTACK-9669: replacing 0.0.0.0/0 with the network cidr
ipset member add with 0.0.0.0/0 fails. So 0.0.0.0/0 replaced with the network cidr.
In source cidr 0.0.0.0/0 is nothing but network cidr.
updated the default egress all cidr with network cidr
2017-06-06 15:51:00 +05:30
Jayapal
8ef52325e7
CLOUDSTACK-9317: When there 1 static nat removing PF rules is handled
...
There is 1 static nat rule and 2 PF rule. Removing 2 PF rules was deleting static nat rule.
Fixed this issue in this commit.
2017-05-17 11:07:28 +05:30
Rajani Karuturi
339fe4c7bd
Merge pull request #1883 from Accelerite/uniqueMac
...
CLOUDSTACK-9723: Enable unique mac address across the zones
2017-05-17 10:36:19 +05:30
Priyank Parihar
4b165f1b8f
CLOUDSTACK-9610: Disabled Host Keeps Being up status after unmanging cluster.
2017-03-07 14:23:29 +05:30
Jayapal
d71879c3a7
CLOUDSTACK-9756: Configure to ignore the ipassoc failure
2017-03-02 14:33:33 +05:30
Jayapal
7eea445703
CLOUDSTACK-9723: Enable unique mac address across the zones
2017-02-23 12:39:31 +05:30
Wei Zhou
a2428508e2
CLOUDSTACK-8746: vm snapshot implementation for KVM
...
(1) add support to create/delete/revert vm snapshots on running vms with QCOW2 format
(2) add new API to create volume snapshot from vm snapshot
(3) delete metadata of vm snapshots before stopping/migrating and recover vm snapshots after starting/migrating
(4) enable deleting of VM snapshot on stopped vm or vm snapshot is not listed in qcow2 image.
(5) enable smoke tests for vmsnaphsots on KVM
2017-01-24 21:47:30 +01:00
Syed
f46651e672
Support Backup of Snapshots for Managed Storage
...
This PR adds an ability to Pass a new parameter, locationType,
to the “createSnapshot” API command. Depending on the locationType,
we decide where the snapshot should go in case of managed storage.
There are two possible values for the locationType param
1) `Standard`: The standard operation for managed storage is to
keep the snapshot on the device. For non-managed storage, this will
be to upload it to secondary storage. This option will be the
default.
2) `Archive`: Applicable only to managed storage. This will
keep the snapshot on the secondary storage. For non-managed
storage, this will result in an error.
The reason for implementing this feature is to avoid a single
point of failure for primary storage. Right now in case of managed
storage, if the primary storage goes down, there is no easy way
to recover data as all snapshots are also stored on the primary.
This features allows us to mitigate that risk.
2016-10-30 23:19:58 -06:00
nvazquez
2e77496601
CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS version changeable in UI
2016-09-28 08:51:37 -07:00
nvazquez
bb275a5ad1
CLOUDSTACK-9422: Granular VMware vms creation as full clones on HV
2016-09-13 09:59:04 -07:00
Will Stevens
678b28f273
Merge release branch 4.8 to master
...
* 4.8:
CLOUDSTACK-6928: fix issue disk I/O throttling not applied
CLOUDSTACK-6975: Prevent dnsmasq from starting on backup redundant RvR.
2016-05-25 22:54:23 -04:00
Wei Zhou
976b3b7df4
CLOUDSTACK-6928: fix issue disk I/O throttling not applied
2016-05-19 11:26:43 +02:00
Mike Tutkowski
2bd035d199
Support for backend snapshots with XenServer
2016-05-13 01:02:04 -06:00
Mike Tutkowski
dad9e5d868
CLOUDSTACK-8813: Notify listeners when a host has been added to a cluster, is about to be removed from a cluster, or has been removed from a cluster
2016-05-11 08:02:46 -06:00
SudharmaJain
93ce108e0c
CLOUDSTACK-8901: PrepareTemplate job thread hard-coded to max 8 threads
2016-04-21 09:13:06 +05:30
nvazquez
4aae051558
CLOUDSTACK-9333: Exclude clusters for OVF operations
2016-04-05 08:21:36 -07:00
pedro-martins
5d3adb3a2d
Removed unused variables from class NetworkStateListener
2015-12-19 15:54:26 -02:00
Wei Zhou
37301ed454
CLOUDSTACK-8958: add dedicated ips to domain (account for now)
2015-11-16 10:17:40 +01:00
Jayapal
69ea932897
CLOUDSTACK-8324: Config drive changes for xenserver
2015-05-28 15:51:50 +05:30
Jayapal
e407986183
CLOUDSTACK-8324: Added config drive support for xenserver
2015-05-28 15:51:50 +05:30
Jayapal
70934e8c1a
CLOUDSTACK-8324: Skip ip allocation for external dhcp
2015-05-28 15:42:07 +05:30
Mike Tutkowski
31f67c2b3c
If the HypervisorType of a storage pool is Any, we need to retrieve hosts in the given zone for each HypervisorType.
2015-01-29 19:18:04 -07:00
Min Chen
528bc80b4c
CLOUDSTACK-8061: Extracting volume when it is in migrating state causes
...
both the operations to fail.
2014-12-11 09:53:33 -08:00
Loic Lambiel
34e8483e80
CLOUDSTACK-7404: Failed to start an instance when originating template has been deleted
...
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
(cherry picked from commit c1bf7eeeee )
2014-12-01 13:04:34 +01:00
Laszlo Hornyak
3577423da9
removed executable flags from java classes
...
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2014-11-23 19:49:01 +01:00
Edison Su
67113ff0b2
CLOUDSTACK-7946:
...
remove leftover state in volume and snapshot table in case of mgt server
shutdown during storage operation.
Reviewed-by: Min
2014-11-19 16:06:37 -08:00
Damodar
50185b7c3a
CLOUDSTACK-7648: There are new VM State Machine changes introduced which were missed to capture the usage events
2014-10-13 14:42:00 +05:30
Santhosh Edukulla
dda2820552
Fixed Coverity reported type issues
2014-08-06 15:27:00 +05:30
Hugo Trippaers
cd0ef09344
Fix typo and add the right exception to the error map.
2014-06-25 15:51:28 +02:00
Mike Tutkowski
c344693e48
Inform the applicable storage plug-in's life cycle that capacity (bytes and/or IOPS) can be updated
2014-06-24 14:39:57 -06:00
Rajani Karuturi
ce6a53e37b
Fixed CLOUDSTACK-6756: usage id is not being returned for an ip in deleted ip range
...
(cherry picked from commit a6ed48fc9c5f68b46f0d2e05adefc7263c4cd0d0)
Conflicts:
setup/db/db/schema-430to440.sql
2014-05-27 10:41:40 +05:30
root
4b89a45e57
CLOUDSTACK-3272 Latest changes to add global configuration parameters to control the publishing of events on the message bus
2014-05-07 10:09:03 +05:30
Prachi Damle
7819775bb8
CLOUDSTACK-6330 [Automation] createRemoteAccessVpn call fails with access permission error
...
- Correcting the EntityType for PublicIpAddress entity
- Adding the EntityType in the @APICommand for *IPAddrCmds
2014-04-17 17:54:57 -07:00
Sanjay Tripathi
a195205d11
CLOUDSTACK-6366: add vgpuTypes details in vgpu_types table.
2014-04-09 18:23:50 +05:30
Sanjay Tripathi
2ae9da8d47
CLOUDSTACK-6357: Not able to select GPU card in case of GPU-passthrough.
2014-04-08 22:10:09 +05:30
Sanjay Tripathi
2530bf9658
CLOUDSTACK-6345: Non gpu enabled VMs are getting deployed in gpu enabled Hosts.
2014-04-07 15:43:46 +05:30
Nitin Mehta
7442b56fa8
CLOUDSTACK-6247: Usage Events - hide them when display flag is off in the context of "Ability to have better control over first class objects in CS" feature
...
And when the flag is updated on the resource accordingly generate usage events again.
Also when display flag is false in deployvm cmd it should be false for the volumes associated with the vm as well
2014-03-18 14:00:25 -07:00
Min Chen
ae1d6a771b
Remove IAMEntityType to use existing VO interface class to annotate
...
entityType.
2014-03-17 17:19:55 -07:00
Saksham Srivastava
48f8a95b06
CLOUDSTACK-6092: Storage OverProvisioning as a Per Primary Basis Allow storage.overprovisioning.factor to be specified at storape pool level.
...
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2014-03-14 12:16:46 +05:30