Remi Bergsma
69022f97c5
CLOUDSTACK-9240 remove 40GB filesize limit from SSVM scripts
...
Thanks Syed <syed1.mushtaq@gmail.com>
2016-01-17 13:26:43 +01:00
Remi Bergsma
2f858a7d08
clean-ups in the file
...
- replace tabs with 4 spaces
- removed trailing spaces
- fixed indenting
- made if; then look the same
2015-08-11 14:55:16 +02:00
Remi Bergsma
ee9b644e28
this query had no -P port specified so did not work
2015-08-11 14:51:11 +02:00
Remi Bergsma
8a1e79f518
make sane defaults for MySQL settings
...
In dev environments, there is no /etc/cloudstack/management/db.properties file
That forces you to specify all parameters on the command line. This commit
sets some defaults, like port 3306, user root and localhost.
When available, it will still get settings from the config file and it will
also allow you to override it on the command line. So it is fully backwards
compatible.
2015-08-11 14:51:11 +02:00
Ilya Musayev
469d9ebed4
CLOUDSTACK-8624: Added the support for mysql db port and lowered the requiremnts for available disk capacity to 2.1GB VS original 5GB as it was too excessive.
2015-07-10 07:24:41 +05:30
miguelaferreira
e983246cd4
Set the url accordingly when installing a system vm template
...
The script that installs the system vm templates sets the uuid column
for the template being installed, however it does not set the respective
url column. This commit changes that.
Signed-off-by: Remi Bergsma <apache@remi.nl>
This closes #348
2015-06-02 16:00:15 +02:00
Anshul Gangwar
aa7ae1b918
CLOUDSTACK-8416: added support for FIPS compliant checksum. It will now support md5, sha1, sha224, sha256, sha384 and sha512 checksums.
...
In same checksum parameter user can pass any of the above algorithms hash
This closes #196
2015-04-30 14:38:44 +05:30
Funs
c27c69438b
hypervisors: add OVM3 plugin that supports OVM 3.2.1/3.3.x
...
This is a plugin that puts in ovm3 support ranging from 3.3.1 to 3.3.2. Basic
functionality is in here, advanced networking etc..
Snapshots only work when a VM is stopped now due to the semantics of OVM's raw
image implementation (so snapshots should work on a storage level underneath the
hypervisor shrug)
This closes #113
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-03-12 11:33:42 +05:30
Rohit Yadav
518853ab43
packaging: updated hardcoded jasypt version to 1.9.2
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 43f39a1ec37de08e5b8e97dfd74a853c0aae76c7)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-12-04 04:04:30 +05:30
Rajesh Battala
67ff7dac82
CLOUDSTACK-7654 fixed issues with zip format templates.
2014-10-07 12:39:09 +05:30
Daan Hoogland
c79ab570b0
Revert "CLOUDSTACK-6967: Initial OVM3 drop"
...
This reverts commit 8a485b9b59e4108e862022baf7477f768380b325.
2014-06-24 10:24:01 +02:00
Funs
8a485b9b59
CLOUDSTACK-6967: Initial OVM3 drop
...
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
(cherry picked from commit ed47763e2525a21fa4578d199492462d0fb1c7ef)
Conflicts:
api/src/com/cloud/network/NetworkService.java
api/src/org/apache/cloudstack/api/ApiConstants.java
api/src/org/apache/cloudstack/api/command/admin/usage/AddTrafficTypeCmd.java
engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/SnapshotObject.java
plugins/pom.xml
server/src/com/cloud/network/NetworkServiceImpl.java
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
server/test/com/cloud/vpc/MockNetworkManagerImpl.java
ui/scripts/docs.js
2014-06-23 12:39:10 +02:00
Damodar Reddy
603eab751a
CLOUDSTACK-6701, CLOUDSTACK-6702:
...
1. Integrate System Seed Template into MSI Installer
2. Added progress bar status messages for custom actions at needed places.
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-06-04 12:23:33 +05:30
Devdeep Singh
e59420c514
CLOUDSTACK-5691: Fix for attaching an uploaded volume to instance running
...
on hyperv. There were multiple issues here. Upload volume was actually
failing because the post download check for vhd on the cifs share was
unsuccessful. Also the agent code wasn't parsing the volume path correctly.
Fixed it too.
2014-01-03 16:55:28 +05:30
Rajesh Battala
bd639bf145
CLOUDSTACK-5520 CLOUDSTACK-5418 Script errors seen when trying to seed the 64 bit Xenserver templates.
2013-12-27 14:46:55 +05:30
Rajesh Battala
50c9377774
CLOUDSTACK-5312 added hyperv support in seeding the systemvm template script
2013-12-05 11:59:59 +05:30
Devdeep Singh
d14592fe93
Make sure only unit tests are run during build time and not functional tests.
...
Fixing rebase issues after integrating with wmi v2 implementation.
Removing the executable attribute from some files.
Remove the unused wmi v1 interface file.
Unit test for DestroyCommand implementation in hyperv agent.
Fixed VM state changes w.r.t wmi version 2 changes
If a VM is already running, deploy virtual machine shouldn't fail and throw an exception.
Don't run vhd-util on templates which are present on CIFS. Hyperv uses cifs as secondary storage
Add a SCSI controller by default. This is needed so that data volumes can be added/removed
on a running vm.
Remove the hard coded path in the agent code.
Rat fixes for hyper agent. Added the missing headers in files where it was missing.
2013-11-04 18:48:54 +05:30
Dave Cahill
062eab8df4
Fix specifying db passwd in cloud-install-sys-tmplt
...
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2013-08-12 10:59:37 +02:00
Anthony Xu
76e79851a0
vhd-util check doesn't work for some corrupted vhd file, use vhd-util read instead
2013-07-17 15:01:01 -07:00
Edison Su
bf32776f9f
be able to upload template into swift
2013-07-16 18:07:06 -07:00
Edison Su
0c1ae20e77
add inital swift support
...
Conflicts:
server/src/com/cloud/resource/ResourceManagerImpl.java
server/test/com/cloud/resource/MockResourceManagerImpl.java
2013-07-13 02:07:03 -07:00
Edison Su
5aeca646ae
make create template from volume/snapshot work
2013-05-07 20:18:19 -07:00
Phong Nguyen
aa79ccf985
CLOUDSTACK-922: LXC Support in Cloudstack.
...
Signed-off-by: Edison Su <sudison@gmail.com>
2013-04-01 15:41:42 -07:00
Wido den Hollander
29baacd120
debian: Include jasypt in the cloudstack-common package
...
This is required for the cloud-install-sys-tmplt installer.
Signed-off-by: Wido den Hollander <wido@42on.com>
2013-03-31 14:16:31 +02:00
Wido den Hollander
e4b2fe42e0
CLOUDSTACK-1206: Change path from /etc/cloud to /etc/cloudstack
...
Reported-by: Pradeep Soundararajan <pradeep.soundararajan@citrix.com>
2013-02-08 10:50:48 +01:00
Edison Su
d068a40fe8
t-templateid-to-bypass-db-access-during-cloud-instal
2012-09-17 11:27:38 -07:00
Hiroaki Kawai
b3d4246a14
typo in cloud-install-sys-tmplt
2012-09-11 18:37:24 -07:00
Anthony Xu
b52bd1fc5a
The file scripts/storage/secondary/cloud-install-sys-tmplt had a syntax error,
...
provided-by : Marcus Sorensen
2012-09-07 16:36:38 -07:00
Edison Su
b88033ff2a
fix installation issue
2012-09-07 05:12:27 -07:00
David Nalley
d630fa8697
license header changes for scripts folder from Chip Childers
2012-06-23 00:58:00 -04:00
frank
27265597bf
make cloud-install-sys-tmplt work without db.properties file
...
this allows developer setup secondary storage from their development environment
2012-06-20 11:08:33 -07:00
Nitin Mehta
ac2175bdbc
bug CS-10789: Adding volume sync and delete functionality.
2012-04-23 12:29:38 +05:30
Nitin Mehta
564cef8ddf
More changes for uploadVolume. Create framework for upload volume progress communication between MS and SSVM.
2012-04-23 12:14:35 +05:30
frank
2f634c0913
Switch to Apache license
2012-04-03 04:50:05 -07:00
frank
52610ffcb3
add copyright header to shell scripts
2012-01-11 18:41:53 -08:00
frank
9c4f009c69
Bug 12241 - document all supported options in routing script: cloud-install-sys-tmplt
...
status 12241: resolved fixed
2011-12-15 14:49:16 -08:00
Edison Su
ee60039404
bug 8489: remove the leading /
...
status 8489: resolved fixed
2011-12-06 14:14:09 -08:00
kishan
489a1d5738
bug 12365: Read secret key from file for encryption type file. For web type use comman-line option -s.
...
status 12365 : resolved fixed
reviewed-by: Nitin
2011-12-06 14:52:57 +05:30
kishan
cdbf5b0db5
bug 12262: Updated jasypt jar path
2011-12-03 08:47:37 +05:30
kishan
d64747a657
bug 12262: Added "-s" option. When encryption is used provide mgmt secret key using "-s" option.
...
status 12262 : resolved fixed
reviewed-by: Prasanna
2011-12-02 21:12:49 +05:30
frank
7eddef60fe
Bug 11926 - Need parameter check before execution of cloud-install-sys-tmplt
...
make the check for mount point a litter earlier
status 11926: resolved fixed
2011-11-30 13:50:07 -08:00
anthony
59b084a867
add swift client from 1.4.3 into SSVM
2011-10-13 15:52:58 -07:00
kishan
b7214e6202
bug 10626: Modified install sys tmpl script to get templateId from DB using db.properties
...
status 10626: resolved fixed
2011-09-14 01:08:07 +05:30
anthony
384f30101e
fixed template download
2011-05-17 14:01:12 -07:00
Frank
92155522f2
Add license header to files
2011-04-14 11:23:14 -07:00
Chiradeep Vittal
ae9180d33b
bug 9330: add kvm / vmware system vm template definitions
2011-04-11 15:46:37 -07:00
anthony
6a0530823b
remove the hidden flag in template vhd-file
2011-03-15 16:53:58 -07:00
Frank
735388ed79
Bug 8312 - Too high (10GB) of a free disk requirement for system VM templates
...
status: resloved fixed
2011-02-01 17:33:34 -08:00
Chiradeep Vittal
34dc0695c2
Cleanup some scripts
2011-01-19 10:08:30 -08:00
Chiradeep Vittal
37598f182c
bug 3981: Add more logs for long running operations, only for systemvm initial install
...
status 3981: resolved fixed
2011-01-18 17:21:05 -08:00