From: hickert Date: Wed, 18 May 2011 11:50:33 +0000 (+0000) Subject: Renamed root definition file X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8caf4bd50129f7a44e11fd5200233b14146c1507;p=gosa.git Renamed root definition file git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20855 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json new file mode 100644 index 000000000..d42a7ba91 --- /dev/null +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json @@ -0,0 +1,150 @@ +{ + "root": { + "description": "root", + "name": "root", + "title": "root", + "items": { + "Distribution": { + "container": [ + "Release" + ], + "name": "Distribution", + "description": "Distribution", + "options": { + "name": { + "description": "Name", + "default": "", + "value": "", + "required": true, + "type": "string", + "display": "Name", + "initiallyEditableOnly": true + }, + "origin": { + "description": "Mirror Url", + "default": "", + "value": "", + "required": false, + "type": "string", + "display": "Mirror Url", + "initiallyEditableOnly": true + }, + "installation_type": { + "description": "Distribution type", + "default": "deb", + "value": "deb", + "required": true, + "type": "combobox", + "display": "Distribution type", + "values": { + "deb": "deb", + "rpm": "rpm" + }, + "initiallyEditableOnly": true + }, + "installation_method": { + "description": "Methode", + "default": "puppet", + "value": "puppet", + "required": false, + "type": "combobox", + "display": "Installation method", + "values": { + "puppet": "Puppet" + }, + "initiallyEditableOnly": true + }, + "architectures": { + "description": "Architecture", + "default": "", + "value": "", + "required": false, + "type": "list", + "display": "Architecture" + }, + "components": { + "description": "Komponente", + "default": "", + "value": "", + "required": false, + "type": "list", + "display": "Komponente" + }, + "mirror_sources": { + "description": "Mirror sources", + "default": "", + "value": "", + "required": false, + "type": "checkbox", + "display": "Mirror sources" + } + } + }, + "Release": { + "container": [ + "Release", + "__CFG_ITEMS__" + ], + "name": "Release", + "description": "Release", + "options": { + "name": { + "description": "Name", + "default": "", + "value": "", + "required": true, + "type": "string", + "display": "Name" + } + } + }, + "root": { + "container": [ + "Distribution", + "Template" + ], + "name": "\\/", + "description": "Wurzel" + }, + "Template": { + "container": [], + "name": "Template", + "description": "Vorlage", + "options": { + "name": { + "description": "Name", + "default": "", + "value": "", + "required": true, + "type": "string", + "display": "Name" + }, + "description": { + "description": "Beschreibung", + "default": "", + "value": "", + "required": true, + "type": "string", + "display": "Beschreibung" + }, + "method": { + "description": "Methode", + "default": "", + "value": "", + "required": true, + "type": "string", + "display": "Methode" + }, + "data": { + "description": "Data", + "default": "", + "value": "", + "required": true, + "type": "text", + "display": "Data" + } + } + } + } + } +} diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.xml b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.xml deleted file mode 100644 index d42a7ba91..000000000 --- a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.xml +++ /dev/null @@ -1,150 +0,0 @@ -{ - "root": { - "description": "root", - "name": "root", - "title": "root", - "items": { - "Distribution": { - "container": [ - "Release" - ], - "name": "Distribution", - "description": "Distribution", - "options": { - "name": { - "description": "Name", - "default": "", - "value": "", - "required": true, - "type": "string", - "display": "Name", - "initiallyEditableOnly": true - }, - "origin": { - "description": "Mirror Url", - "default": "", - "value": "", - "required": false, - "type": "string", - "display": "Mirror Url", - "initiallyEditableOnly": true - }, - "installation_type": { - "description": "Distribution type", - "default": "deb", - "value": "deb", - "required": true, - "type": "combobox", - "display": "Distribution type", - "values": { - "deb": "deb", - "rpm": "rpm" - }, - "initiallyEditableOnly": true - }, - "installation_method": { - "description": "Methode", - "default": "puppet", - "value": "puppet", - "required": false, - "type": "combobox", - "display": "Installation method", - "values": { - "puppet": "Puppet" - }, - "initiallyEditableOnly": true - }, - "architectures": { - "description": "Architecture", - "default": "", - "value": "", - "required": false, - "type": "list", - "display": "Architecture" - }, - "components": { - "description": "Komponente", - "default": "", - "value": "", - "required": false, - "type": "list", - "display": "Komponente" - }, - "mirror_sources": { - "description": "Mirror sources", - "default": "", - "value": "", - "required": false, - "type": "checkbox", - "display": "Mirror sources" - } - } - }, - "Release": { - "container": [ - "Release", - "__CFG_ITEMS__" - ], - "name": "Release", - "description": "Release", - "options": { - "name": { - "description": "Name", - "default": "", - "value": "", - "required": true, - "type": "string", - "display": "Name" - } - } - }, - "root": { - "container": [ - "Distribution", - "Template" - ], - "name": "\\/", - "description": "Wurzel" - }, - "Template": { - "container": [], - "name": "Template", - "description": "Vorlage", - "options": { - "name": { - "description": "Name", - "default": "", - "value": "", - "required": true, - "type": "string", - "display": "Name" - }, - "description": { - "description": "Beschreibung", - "default": "", - "value": "", - "required": true, - "type": "string", - "display": "Beschreibung" - }, - "method": { - "description": "Methode", - "default": "", - "value": "", - "required": true, - "type": "string", - "display": "Methode" - }, - "data": { - "description": "Data", - "default": "", - "value": "", - "required": true, - "type": "text", - "display": "Data" - } - } - } - } - } -}