Rafael da Fonseca
487d90148c
Fixed problem with static files reload: - Tomcat was not caching most static files in index.jsp due to changing timestamp - Page reload performance was very poor - Issue affects all versions since 4.0
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #277
2015-05-22 15:22:16 +01:00
sanjeev
345db34583
CLOUDSTACK-8507: Added code to install httpd package inside vm if not found
...
This closes #287
2015-05-22 18:59:05 +05:30
Rohit Yadav
d7f4498f76
kvm: Strip trailing comma for qemu-img convert options
...
Fix trailing comma for qemu-img convert options, Qemu 2.0+ not tolerant to it
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 90ac1aba13 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-22 13:33:54 +01:00
Rohit Yadav
90ac1aba13
kvm: Strip trailing comma for qemu-img convert options
...
Fix trailing comma for qemu-img convert options, Qemu 2.0+ not tolerant to it
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-22 13:32:56 +01:00
Rohit Yadav
274222769a
CLOUDSTACK-8252: Ignore VLAN 4095 which is n/a on linux
...
VLAN id 4095 is commonly used as a 'tag passthrough' in virtualization environments
(VMware, specifically). This vlan id is incompatible with Linux, but we can
allow the admin to manually configure the bridge if the same passthrough is
desired.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit aee35c96a8 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-22 13:26:06 +01:00
Rohit Yadav
aee35c96a8
CLOUDSTACK-8252: Ignore VLAN 4095 which is n/a on linux
...
VLAN id 4095 is commonly used as a 'tag passthrough' in virtualization environments
(VMware, specifically). This vlan id is incompatible with Linux, but we can
allow the admin to manually configure the bridge if the same passthrough is
desired.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-22 13:22:40 +01:00
Rohit Yadav
c37060a1ff
CLOUDSTACK-8338: Fix hypervisor stats reporting for KVM on EL7
...
EL7 has a different output to 'free', use /proc/meminfo instead of a tool to be
more consistent across distros
(cherry picked from commit 212a05a345 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
2015-05-22 12:10:54 +01:00
Rohit Yadav
0120e906e5
kvm: fix test for non-osx platforms
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-22 12:10:53 +01:00
wilderrodrigues
0c6758f917
Merge branch 'improvement/annotations_xen_kvm'
...
This closes #280
2015-05-22 12:55:53 +02:00
Abhinandan Prateek
ad6ac9bb10
CLOUDSTACK-8488: network with LB fails to restart as the bash script mangles the escape characters, fixed
2015-05-22 16:24:20 +05:30
Rohit Yadav
1c81b241e7
CLOUDSTACK-8505: Don't allow non-POST requests for default login API
...
We add a new contract to pass Http request to authentication plugin system. In
the default login API, we disallow non-POST requests.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 9e9b231672 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
api/src/org/apache/cloudstack/api/auth/APIAuthenticator.java
plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/command/GetServiceProviderMetaDataCmd.java
plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/command/SAML2LoginAPIAuthenticatorCmd.java
plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/command/SAML2LogoutAPIAuthenticatorCmd.java
plugins/user-authenticators/saml2/test/org/apache/cloudstack/api/command/GetServiceProviderMetaDataCmdTest.java
plugins/user-authenticators/saml2/test/org/apache/cloudstack/api/command/SAML2LoginAPIAuthenticatorCmdTest.java
plugins/user-authenticators/saml2/test/org/apache/cloudstack/api/command/SAML2LogoutAPIAuthenticatorCmdTest.java
server/src/com/cloud/api/ApiServlet.java
server/src/com/cloud/api/auth/DefaultLoginAPIAuthenticatorCmd.java
server/src/com/cloud/api/auth/DefaultLogoutAPIAuthenticatorCmd.java
server/test/com/cloud/api/ApiServletTest.java
2015-05-22 11:44:34 +01:00
wilderrodrigues
3228854a97
Merge branch 'improvement/annotations_kvm_citrix' of https://github.com/schubergphilis/cloudstack into improvement/annotations_xen_kvm
...
Testing branch
2015-05-22 12:38:08 +02:00
Gaurav Aradhye
424b5bb8d0
CLOUDSTACK-8492: Fix string case issue
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #284
2015-05-22 15:41:13 +05:30
Rohit Yadav
9e9b231672
CLOUDSTACK-8505: Don't allow non-POST requests for default login API
...
We add a new contract to pass Http request to authentication plugin system. In
the default login API, we disallow non-POST requests.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-22 10:11:15 +01:00
Rohit Yadav
212a05a345
CLOUDSTACK-8338: Fix hypervisor stats reporting for KVM on EL7
...
EL7 has a different output to 'free', use /proc/meminfo instead of a tool to be
more consistent across distros
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-22 09:25:03 +01:00
Daan Hoogland
22ee66eea6
debian snapshot packaging break on merged versioning
2015-05-22 09:17:55 +02:00
sanjeev
67ad418299
CLOUDSTACK-8504: Remove creating network with RVR by default
...
This closes #283
2015-05-22 12:30:16 +05:30
Milamber
1d8382ab49
Update L10N resource files on 4.5 branch with 4.5 translation strings from Transifex (20150522)
2015-05-22 07:48:55 +01:00
Milamber
8e67045a4b
Update L10N resource files on master branch with 4.6 translation strings from Transifex (20150522)
2015-05-22 07:48:36 +01:00
Rafael da Fonseca
b5cc147862
Fixes breadcrumbs problem described in CLOUDSTACK-7907
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
This closes #282
2015-05-22 10:48:56 +05:30
Rafael da Fonseca
ddd0328c8c
Fixes breadcrumbs problem described in CLOUDSTACK-7907
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
This closes #282
2015-05-22 10:36:09 +05:30
Koushik Das
1cd2e9bc44
Merge branch 'CLOUDSTACK-8301' of https://github.com/apache/cloudstack
2015-05-22 09:47:59 +05:30
Rene Moser
84266b1c72
api: network: fix and reformat descriptions
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
This closes #275
2015-05-21 17:49:19 +02:00
Rene Moser
c1fbb7821a
api: loadbalancer: fix and reformat descriptions
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:18 +02:00
Rene Moser
a1f58c48ec
api: iso: fix and reformat descriptions
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:18 +02:00
Rene Moser
897c73867d
api: firewall: fix and reformat descriptions
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:18 +02:00
Rene Moser
f17ab71bdf
api: affinitygroup: fix and reformat descriptions
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:18 +02:00
Rene Moser
4c65acfff7
api: address: fix and reformat descriptions
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:18 +02:00
Rene Moser
68e867f0c6
api: account: fix and reformat descriptions
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:18 +02:00
Rene Moser
5cd35a2237
fix typos balacner -> balancer
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:17 +02:00
Rene Moser
23a44d6417
instanceGroupResponse: fix description
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:17 +02:00
Rene Moser
3824d997d6
queryService: fix style, remove public statement on interfaces
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-05-21 17:49:17 +02:00
wilderrodrigues
add4277720
CLOUDSTACK-8502
...
Added CitrixStorageSubSystemCommandWrapper to complete the CitrixResourceBase refactor.
- All 101 unit tests are green
2015-05-21 13:59:49 +02:00
wilderrodrigues
3efdc6c356
CLOUDSTACK-8502
...
Using Annotations on the Libvirt wrappers in order to increase maintainability
- All wrappers modified
- All 143 unit tests are green
2015-05-21 13:37:27 +02:00
wilderrodrigues
7ff1a81cee
CLOUDSTACK-8502
...
Using Annotations on the Citrix wrappers in order to increase maintainability
- All wrappers modified
- All 100 unit tests are green
2015-05-21 13:36:55 +02:00
Gaurav Aradhye
59388b09ab
CLOUDSTACK-8500: Adding missing key in test_data.py
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #279
2015-05-21 16:04:10 +05:30
Gaurav Aradhye
309c1b466f
CLOUDSTACK-8498: Including schedule as default key in recurring_snapshot dict used to create recurring snapshot policy
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #276
2015-05-21 14:35:10 +05:30
Gaurav Aradhye
832f0293b3
CLOUDSTACK-8492: Fix dictionary access issue in createChecksum method - common.py
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #272
2015-05-21 12:32:45 +05:30
Abhinandan Prateek
4222364bea
CLOUDSTACK-8491: Host maintenance fails if a vm on it is running a custom service offering VM
2015-05-21 10:56:33 +05:30
Abhinandan Prateek
c21aa89a47
CLOUDSTACK-8491: Host maintenance fails if a vm on it is running a custom service offering VM
2015-05-21 10:40:59 +05:30
Abhinandan Prateek
19f3166a3d
CLOUDSTACK-8250: host cpu memory used reported incorrectly in host stat
2015-05-21 09:26:35 +05:30
Abhinandan Prateek
258d9b19dd
CLOUDSTACK-8250: host cpu memory used reported incorrectly in host stat
2015-05-21 09:24:03 +05:30
Vadim Kimlaychuk
79ddd74340
CLOUDSTACK-8231: Fixed UI empty drop-down list for LB rules
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #271
(cherry picked from commit bede3a87ad )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-20 21:30:02 +01:00
Vadim Kimlaychuk
bede3a87ad
CLOUDSTACK-8231: Fixed UI empty drop-down list for LB rules
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #271
2015-05-20 21:28:15 +01:00
Rene Moser
c43e4db4e0
ListFirewallEgressRulesCmd: add interfaces and minor cleanup
...
This commit does not implement new functionality:
* Fixes duplicate parameter in API docs.
* Fixes a bunch of typos.
* Add interfaces to make it easier for the FirewallService interface.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #249
2015-05-20 17:00:08 +01:00
Abhinandan Prateek
96297eeb10
CLOUDSTACK-8467: set version to unknown instead of null
2015-05-20 21:00:50 +05:30
Abhinandan Prateek
4215e91824
adding simple logging for java version dependency
2015-05-20 21:00:31 +05:30
Abhinandan Prateek
4eb0586d82
adding mysql dependency for usage
2015-05-20 20:59:37 +05:30
wilderrodrigues
14c123e082
Merge branch 'fix/libvirt_unittests_timeout' of https://github.com/schubergphilis/cloudstack
...
This closes #270
2015-05-20 15:56:13 +02:00
wilderrodrigues
982a0235a0
CLOUDSTACK-8486
...
Removing real IPs from the tests because they cause a long running time for LibvirtComputingResourceTest
- In a local machine it takes 1.977s, but in a KVM test environment it's taking 257.879 sec
2015-05-20 14:52:08 +02:00