Commit Graph

7 Commits

Author SHA1 Message Date
Julien Duponchelle
49ce6366b3 KVM support in JSON schema
This PR add KVM support in the appliance schema.
It's a part of https://github.com/GNS3/gns3-gui/issues/904 from
@boenrobot

KVM has three value:
* "require" - Forbid installation on the target server if KVM is not
available there (i.e. a Windows and OSX; be it local or remote). Install
only with KVM enabled.
* "allow" - Enable KVM if supported on the target server, but allow
installation to continue with KVM disabled if not supported (this should
be the default).
* "disable" - Even if KVM is supported on the target server, install with
KVM disabled.

All appliances have been updated to reflect their correct value.

Also it's add a sample tool for quickly patch all appliances.
2016-01-18 12:19:33 +01:00
Julien Duponchelle
eced8be2a5 When prettify add new line at the end of the file.
This avoid trouble with most text editors.
2016-01-15 10:18:10 +01:00
Julien Duponchelle
15ee8fba0c Prettify appliances
This PR add a script:
* fixing indentation on all appliances
* ordered key in the same order as JSON schema

This simplify diff between appliances. And make them more readable.
2016-01-14 20:10:41 +01:00
Julien Duponchelle
c40effa607 Split check urls & check 2015-11-11 10:43:47 +01:00
Bernhard Ehlers
7dca95468c Update Juniper vSRX appliance 2015-10-24 14:49:26 +02:00
Julien Duponchelle
1db41160b8 junos-vsrx-12.1X47-D20.7-domestic.ova 2015-10-23 17:46:04 +02:00
Julien Duponchelle
d704aaa6df Juniper VSRX 2015-10-05 19:33:27 +02:00