summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/download_vm_metadata.inc
Commit message (Collapse)AuthorAgeFilesLines
* [run-virt] Add hook system, remove legacy codeSimon Rettberg2019-05-171-45/+24Star
|
* [run-virt] Use --retry-connrefused; shuffle slxlog aroundSimon Rettberg2019-03-141-7/+10
|
* [run-virt] rework resource managementJonathan Bauer2018-12-121-14/+6Star
|
* [run-virt] Download VM data as combined .tgzSimon Rettberg2018-12-071-4/+24
|
* Revert "[run-virt] sanitize downloaded maschine desc"Simon Rettberg2017-12-011-8/+0Star
| | | | | | | This is VMX specific, needs to be done in vmware plugin, not global run-virt. Reverting because weekend. This reverts commit ae681fa769d3204c14ba2dfda817cd721b45060c.
* [run-virt] sanitize downloaded maschine descJonathan Bauer2017-12-011-0/+8
| | | | coming from dmsd. This should help avoid bad syntax errors.
* [run-virt] Improve wget error messagesSimon Rettberg2017-05-111-8/+14
|
* [run-virt] Retry vmx download and give better feedbackSimon Rettberg2017-05-101-8/+18
|
* [run-virt] Add cheap i18n support to run-virtSimon Rettberg2017-03-201-2/+2
| | | | | | | | | | | | | | | For further details, see the new translate function in vmchooser_runvirt_functions.inc. The only place this is used so far is download_vm_metadata.inc The translation file /opt/openslx/vmchooser/run-virt-includes/strings.inc has to be in the following format: <example start> TRANSLATION_STRING[msg.vm.no-metadata]="This VM doesn't have any meta data Try finding a way to fix it" TRANSLATION_STRING[msg.somethingelse]="foo bar" <example end>
* [run-virt] Check SLX_ variables for empty, not issetSimon Rettberg2017-03-171-1/+1
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-281-0/+1
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* major run-virt restructure, only vmware plugin tested!Jonathan Bauer2017-01-251-19/+33
|
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-0/+32
f5a59daf8d70a9027118292cd40b18c221897408)