Sheng Yang
77c88fa917
CLOUDSTACK-7999: Always override local keystore file with the entry in DB
2014-12-01 19:03:23 -08:00
Sheng Yang
c987080c26
CLOUDSTACK-7999: Always override local keystore file with the entry in DB
2014-12-01 18:59:25 -08:00
Logan Barfield
3a36681b6e
Fixed root disk resize on deploy for RBD.
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
(cherry picked from commit 3a52a83fae )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java
2014-12-02 01:56:37 +05:30
Rohit Yadav
0d01bc625c
Ho ho ho!
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-12-01 22:44:20 +05:30
Sebastien Goasguen
7d3b79a275
Jingle Bells, Jingle Bells
2014-12-01 10:23:45 -05:00
Hugo Trippaers
ae0cb82792
Both scripts should be able to use the data-server introduced in 4.4
2014-12-01 14:56:58 +01:00
Wei Zhou
bf9e1ae7e8
Deploy vm to specified host through Infrastructure -> Hosts -> <Select one> -> View Instances -> Add Instance
...
(cherry picked from commit ce2b2a1fc7 )
2014-12-01 14:50:01 +01:00
Wei Zhou
ce2b2a1fc7
Deploy vm to specified host through Infrastructure -> Hosts -> <Select one> -> View Instances -> Add Instance
2014-12-01 14:47:06 +01:00
Koushik Das
c3515c9ff9
CLOUDSTACK-7994: Network rules are not configured in VR after out-of-band movement due to host crash
...
Ensure that VR is re-booted when it is moved to another host out-of-band. This is necessary to re-program all network rules
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
2014-12-01 18:49:09 +05:30
Koushik Das
513adab51b
CLOUDSTACK-7994: Network rules are not configured in VR after out-of-band movement due to host crash
...
Ensure that VR is re-booted when it is moved to another host out-of-band. This is necessary to re-program all network rules
2014-12-01 18:09:58 +05:30
Wei Zhou
21b0ad4a62
Remove error message when start management server if JAVA_HOME is not set
...
(cherry picked from commit 449d123ce7 )
2014-12-01 13:38:27 +01:00
Wei Zhou
449d123ce7
Remove error message when start management server if JAVA_HOME is not set
2014-12-01 13:25:00 +01:00
Loic Lambiel
99cb19787e
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:05:12 +01: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
Wei Zhou
af2f21894c
CLOUDSTACK-7983: Create Disk/Service Offering for Domain Admin
2014-12-01 13:03:37 +01:00
Rohit Yadav
1a67b6e98b
README: add information about official git repository
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 45423c737e )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-12-01 17:10:35 +05:30
Rohit Yadav
45423c737e
README: add information about official git repository
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-12-01 17:09:27 +05:30
Rohit Yadav
5241d0faf8
CLOUDSTACK-7903: Fix build regression from previous fix
...
The previous fix tried to access StatsCollector from UsageManagerImpl
which is not possible due to dependency cycle.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 1e0880cbab )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
2014-12-01 16:39:01 +05:30
Rohit Yadav
1e0880cbab
CLOUDSTACK-7903: Fix build regression from previous fix
...
The previous fix tried to access StatsCollector from UsageManagerImpl
which is not possible due to dependency cycle.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-12-01 16:35:23 +05:30
Wei Zhou
0d9c38e131
Add 'View Instances' in template/iso details view
2014-12-01 12:03:47 +01:00
Ilia Shakitko
e124781445
CLOUDSTACK-7903: Decreased minimal usage aggregation range value
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 9b907902d2 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
2014-12-01 15:55:30 +05:30
Ilia Shakitko
9b907902d2
CLOUDSTACK-7903: Decreased minimal usage aggregation range value
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-12-01 15:52:00 +05:30
Pierre-Luc Dion
ed6016cf8e
CreateSecondaryStagingStoreCmdTest.java: add license header
2014-11-30 23:15:15 -05:00
Laszlo Hornyak
b838436e58
cleanup around seemingly impossible cast
...
- changed type parameters on details map in CreateSecondaryStagingStoreCmd - <String, String> was misleading since it can not work with a string value and it is never a string
- introducing the type parameters allowed some simplifications in getDetails()
- added unit test
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Pierre-Luc Dion <pdion891@apache.org>
2014-11-30 23:11:14 -05:00
Pierre-Luc Dion
463a1020ba
CLOUDSTACK-7482: removed listAll from UI for API call not supporting it, still some left
2014-11-30 21:17:28 -05:00
Pierre-Luc Dion
1fe53411f2
CHANGES.md: fixed in 4.5.0 initial list
2014-11-30 21:17:17 -05:00
Pierre-Luc Dion
2b93eec6e2
Populate 4.4.1 and 4.4.2 changes
2014-11-30 21:17:09 -05:00
Pierre-Luc Dion
884257c8b8
jira-changes.py: generate content for CHANGES.md from jira filter
2014-11-30 21:16:59 -05:00
Pierre-Luc Dion
7afd123418
CLOUDSTACK-7482: removed listAll from UI for API call not supporting it, still some left
2014-11-30 21:14:03 -05:00
Pierre-Luc Dion
7ade8083d6
CHANGES.md: fixed in 4.5.0 initial list
2014-11-30 18:24:58 -05:00
Pierre-Luc Dion
4bb5d6713f
Populate 4.4.1 and 4.4.2 changes
2014-11-30 18:17:49 -05:00
Pierre-Luc Dion
1b5cf79143
jira-changes.py: generate content for CHANGES.md from jira filter
2014-11-30 18:17:21 -05:00
Ian Duffy
a2ede05d57
modify travis file to force true on test execution. The XML parser will determine failures
...
(cherry picked from commit 879f94c743 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
.travis.yml
2014-11-29 21:07:45 +05:30
Ian Duffy
3f844f39c5
modify travis file to force true on test execution. The XML parser will determine failures
...
(cherry picked from commit 879f94c743 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
.travis.yml
2014-11-29 21:06:37 +05:30
Rohit Yadav
0128d62992
packaging: add license to missing cloud.limits
...
I think Hugo/Daan forgot to add license header on one of the new centos7
packaging :)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-28 16:10:37 +05:30
Rohit Yadav
d28b716d8a
CLOUDSTACK-7989: Ignore Auth API calls in unauthenticated HTTP handlers
...
If an auth API call (such as login, logout) is called on unauthenticated port
such as the 8096 integration server port, we need to ignore such API calls
as calling auth APIs on 8096 is un-necessary and is undefined.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 21a6bef53b )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-28 15:46:17 +05:30
Rohit Yadav
21a6bef53b
CLOUDSTACK-7989: Ignore Auth API calls in unauthenticated HTTP handlers
...
If an auth API call (such as login, logout) is called on unauthenticated port
such as the 8096 integration server port, we need to ignore such API calls
as calling auth APIs on 8096 is un-necessary and is undefined.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-28 15:43:29 +05:30
Wei Zhou
66afce66b4
Add support for Debian 7 on KVM/LXC
2014-11-27 20:42:50 +01:00
Wei Zhou
9f4c267d56
Add support for Debian 7 on KVM/LXC
2014-11-27 20:40:38 +01:00
Wei Zhou
9928d66fda
CLOUDSTACK-6893: fix enum ValueOf issue which causes systemvm fail to start
...
(cherry picked from commit 63ff5a7cbc )
(cherry picked from commit d0e0edca11 )
2014-11-27 17:01:17 +01:00
Wei Zhou
daa57f67d6
CLOUDSTACK-6893: fix enum ValueOf issue which causes systemvm fail to start
...
(cherry picked from commit 63ff5a7cbc )
(cherry picked from commit d0e0edca11 )
2014-11-27 16:58:08 +01:00
Daan Hoogland
a2acae13e3
Merge branch 'feature/centos7-rpm' of https://github.com/apache/cloudstack
2014-11-27 15:06:23 +01:00
Kishan Kavala
807bfb03e7
CLOUDSTACK-7320: Added default CentOS 7 template for LXC
...
Conflicts:
setup/db/db/schema-442to450.sql
2014-11-27 18:13:55 +05:30
Hiroki Ohashi
9d31e59d5b
CLOUDSTACK-7412: Can't create proper template from VM on S3 secondary storage environment
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2014-11-27 17:07:27 +05:30
Hiroki Ohashi
0f8f6eff2c
CLOUDSTACK-7412: Can't create proper template from VM on S3 secondary storage environment
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2014-11-27 17:06:08 +05:30
Harikrishna Patnala
cdfdda2051
CLOUDSTACK-6075: Increase the ram size for router service offering
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 488c17858f )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-27 16:05:34 +05:30
Harikrishna Patnala
488c17858f
CLOUDSTACK-6075: Increase the ram size for router service offering
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-27 16:04:59 +05:30
Hugo Trippaers
737a4c43ca
The template for the system VM is Wheezy 7 not Wheezy 7.0 on XenServer 6.4.99
...
(cherry picked from commit 612b4ae6d9 )
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2014-11-27 10:29:53 +01:00
Hugo Trippaers
612b4ae6d9
The template for the system VM is Wheezy 7 not Wheezy 7.0 on XenServer 6.4.99
2014-11-27 10:27:57 +01:00
Min Chen
bf8dd828f5
CLOUDSTACK-7981: listVirtualMachine is too slow in case of duplicate
...
resource tags due to joining user_vm_details to user_vm_view.
2014-11-26 17:40:06 -08:00