wilderrodrigues
0cdb4b6108
Fixing the testGetHostStatsCommand test under LibvirtComputingResourceTest. - Removed the expected value from the Test annotation - Mocking the bash path in order to avoid environment/OS issues
...
Fixing typo on LibvirtRequestWrapper
- Replace linbvirtCommands by libvirtCommands on LibvirtRequestWrapper
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #255
2015-05-18 20:07:02 +02:00
Rohit Yadav
9d8a62d0ee
systemvmtemplate: install libc6:i386 for 64bit template
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-18 19:58:57 +02:00
Rohit Yadav
8daa665fca
systemvm64template: install libc6:i386
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-18 19:57:01 +02:00
Remi Bergsma
95e7673a55
Systemvm: Disable services that slow down boot
...
The console-setup service brings a nice font to the console, but why would we want to use it. In most cases it takes a <10 seconds to set it up. When using nested hypervising, I found this takes much longer time that causes tests to time-out. I'd suggest turning off these services. They are not required for the services the systemvm provides.
2015-05-18 13:44:09 +02:00
pritisarap12
f6789532b0
CLOUDSTACK-8476: Disabling Zone, Pod, Cluster: --Test cases for testing the behaviour of resources running on zone and admin/non-admin user after disabling the Zone
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #242
2015-05-18 12:18:15 +05:30
nitt10prashant
e5cee452b9
CLOUDSTACK-8471:Automation for feature Enable configuring local storage use for system VMs at zone level
...
Signed-off-by: Koushik Das <koushik@apache.org>
This closes #253
2015-05-15 09:38:01 +05:30
Koushik Das
ff0160c71e
CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level
...
Code cleanup, added helper method to get default system offering based on "system.vm.use.local.storage".
2015-05-14 17:30:19 +05:30
Rene Moser
fd97705f83
listPortForwardingRules: fix typo in doc
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #248
(cherry picked from commit e8f8e0e3f2 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-13 15:44:13 +02:00
Rene Moser
e8f8e0e3f2
listPortForwardingRules: fix typo in doc
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #248
2015-05-13 15:43:53 +02:00
Rene Moser
b90e8f96b4
debian: allow tomcat7 as optional dependency
...
This closes #247
(cherry picked from commit 7451f13f91 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
debian/control
2015-05-13 15:42:46 +02:00
Rene Moser
7451f13f91
debian: allow tomcat7 as optional dependency
...
This closes #247
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-13 15:40:52 +02:00
Rohit Yadav
256e227cd5
schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path
...
Without this upgrades from 3.0.7 version fails.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit a0cff4ca48 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-13 14:11:56 +02:00
Rohit Yadav
a0cff4ca48
schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path
...
Without this upgrades from 3.0.7 version fails.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-13 14:11:11 +02:00
Koushik Das
e26722daa3
CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level
...
Made system.vm.use.local.storage a zone level configuration.
2015-05-13 17:35:29 +05:30
Gaurav Aradhye
b1f2e598e8
CLOUDSTACK-8468: Correct test case in test_bugs.py
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #251
2015-05-13 16:40:00 +05:30
wilderrodrigues
c7d2e444d2
Fixing license header in a file added during the LibVirt refactor
...
- New class is MigrateKVMAsync
2015-05-13 11:56:43 +02:00
wilderrodrigues
45c0fa2faa
Merge branch 'refactor/libvirt_resource' of https://github.com/schubergphilis/cloudstack
...
This closes #233
2015-05-13 11:23:12 +02:00
Daan Hoogland
06de2d6292
backport of CLOUDSTACK-8197 create MinVRVersion config item
...
Conflicts:
api/src/com/cloud/network/VirtualNetworkApplianceService.java
engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #244
2015-05-13 09:33:16 +02:00
Abhinandan Prateek
60b6dc1368
CLOUDSTACK-8467: set version to unknown instead of null
2015-05-13 12:28:50 +05:30
Gaurav Aradhye
b8e82a97b6
CLOUDSTACK-8466: Fixed import error in testpath_snapshot_limits.py
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
2015-05-13 11:16:05 +05:30
Abhinandan Prateek
bcb33b3815
adding simple logging for java version dependency
2015-05-13 10:57:37 +05:30
Abhinandan Prateek
8a1ec9d0f6
adding mysql dependency for usage
2015-05-13 10:11:22 +05:30
Rohit Yadav
9e3c7d309a
systemvmtemplate: update version and fix chmod issue
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-12 16:47:59 +02:00
Rohit Yadav
0f82650dcf
systemvmtemplate: use ovftool for building vmware template if available
...
This commit fixes a chmod issue where extracted vmdk file is not readable by all
users/groups. The other improvement is to use ovftool to build systemvm template
for vmware if it's available. This is based on a dev ML discussion and a suggested
approach by Ilya: http://markmail.org/message/kntsetgxdbppfh22
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-12 16:46:23 +02:00
Rohit Yadav
034b986595
systemvmtemplate: use ovftool for building vmware template if available
...
This commit fixes a chmod issue where extracted vmdk file is not readable by all
users/groups. The other improvement is to use ovftool to build systemvm template
for vmware if it's available. This is based on a dev ML discussion and a suggested
approach by Ilya: http://markmail.org/message/kntsetgxdbppfh22
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-12 16:34:01 +02:00
Wido den Hollander
43d20e67f8
graphite: Do not cache DNS names for Graphite host
2015-05-12 13:47:59 +02:00
Erik Weber
877c07e126
CLOUDSTACK-1667: Make a better description of the extractable flag
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #245
(cherry picked from commit ab1df169f2 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-12 12:52:27 +02:00
Erik Weber
ab1df169f2
CLOUDSTACK-1667: Make a better description of the extractable flag
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #245
2015-05-12 12:51:56 +02:00
Abhinandan Prateek
94b5e27a23
Adding upgrade path to go with current 4.5.2 version for this branch
2015-05-11 09:57:37 +05:30
Milamber
d75ce3f5cd
Update L10N resource files on master branch (with 4.6 translation strings from Transifex) Add new HU resource file for Hungarian translation
2015-05-09 08:37:53 +02:00
Laszlo Hornyak
e77226b07b
added hungarian to the list of localized languages
...
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-09 08:37:53 +02:00
Laszlo Hornyak
cb1f25d17f
CSS for the hungarian localization
...
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-09 08:37:53 +02:00
Laszlo Hornyak
5b938ef932
Added hu to the language list
...
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #237
2015-05-09 08:37:53 +02:00
Milamber
815f4d087a
Update L10N resource files on 4.5 branch (with 4.5 translation strings from Transifex) Add new HU resource file for Hungarian translation
2015-05-09 07:58:11 +02:00
wilderrodrigues
f575206ad4
Fixing testModifySshKeysCommand in the LibvirtComputingResourceTest class
...
- The test was okay, but when running in an environment where a /root/.ssh/id_rsa existed, it would return true then fail
- We now mock the calls to methods that return the key paths, instead of relying in the static variables
2015-05-08 19:53:03 +02:00
Laszlo Hornyak
ed7704620e
Added hu to the language list
...
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes #237
2015-05-08 17:26:36 +02:00
Laszlo Hornyak
4ec24ad468
CSS for the hungarian localization
...
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-08 17:26:36 +02:00
Laszlo Hornyak
7d8151e5c4
added hungarian to the list of localized languages
...
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-08 17:26:36 +02:00
Gaurav Aradhye
fcd74d5fef
CLOUDSTACK-8453: Fix DB result check in test_VirtualRouter_alerts.py
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #239
2015-05-08 19:44:51 +05:30
Rohit Yadav
8c929d58c7
apidoc: get version information from $project.version
...
(cherry picked from commit 0963432268 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
tools/apidoc/pom.xml
2015-05-08 11:37:57 +02:00
Rohit Yadav
8b18ab3ff2
Fix version to 4.5.2-SNAPSHOT throughout the source
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-08 11:35:59 +02:00
Rohit Yadav
0963432268
apidoc: get version information from $project.version
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-08 11:35:34 +02:00
Rohit Yadav
d0d08e68e9
tools: fix build
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-08 11:11:10 +02:00
Koushik Das
5f66679df3
CLOUDSTACK-8452: Exclude non-routing hosts from getting rebalanced as part of agent LB
...
For agent LB, only routing hosts needs to be considered
2015-05-08 10:48:39 +05:30
Mike Tutkowski
ac2bccd2a2
Removing unused imports
2015-05-07 13:52:25 -06:00
Mike Tutkowski
bcd227fb6b
Pass on all operations to CloudStackPrimaryDataStoreDriverImpl
2015-05-07 12:24:05 -06:00
Rohit Yadav
a9e07691a4
build: fix replace.properties path
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-07 17:18:16 +02:00
Daan Hoogland
1c408dec37
Merge branch '4.5' after 4.5.1 vote passes
2015-05-07 16:03:26 +02:00
Rohit Yadav
4ba72a877c
Updating pom.xml version numbers for release 4.5.2-SNAPSHOT
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-07 15:33:01 +02:00
Rohit Yadav
11b7b0a3c3
Merge branch 'GA-4.5.1' into 4.5
2015-05-07 15:27:45 +02:00