for creole's zephir2 branch
This commit is contained in:
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
|
||||
<files/>
|
||||
<containers/>
|
||||
|
||||
<variables>
|
||||
<family name='general'>
|
||||
<variable name='condition' type='string' description="No change">
|
||||
<value>tous</value>
|
||||
</variable>
|
||||
<variable name='mode_conteneur_actif' type='oui/non' description="No change" hidden="True">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<variable name='mode_conteneur_actif2' type='oui/non' description="No change" hidden="True">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
</family>
|
||||
<separators/>
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
<check name="valid_enum" target="condition">
|
||||
<param>['tous', 'authentifié', 'aucun']</param>
|
||||
</check>
|
||||
<condition name='frozen_if_in' source='condition'>
|
||||
<param>oui</param>
|
||||
<param>non</param>
|
||||
<target type='variable'>mode_conteneur_actif</target>
|
||||
<target type='variable'>mode_conteneur_actif2</target>
|
||||
</condition>
|
||||
</constraints>
|
||||
|
||||
<help/>
|
||||
|
||||
</creole>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
@ -0,0 +1,100 @@
|
||||
<creole>
|
||||
<family name="containers">
|
||||
<family hidden="False" mode="normal" doc="network" name="network">
|
||||
<variable mode="expert" multi="False" name="adresse_ip_br0" opt="creole.containers.adresse_ip_br0" type="symlink"/>
|
||||
<variable mode="expert" multi="False" name="adresse_netmask_br0" opt="creole.containers.adresse_netmask_br0" type="symlink"/>
|
||||
<variable mode="expert" multi="False" name="adresse_network_br0" opt="creole.containers.adresse_network_br0" type="symlink"/>
|
||||
<variable mode="expert" multi="False" name="adresse_broadcast_br0" opt="creole.containers.adresse_broadcast_br0" type="symlink"/>
|
||||
</family>
|
||||
</family>
|
||||
<family name="creole" doc="creole">
|
||||
<family hidden="True" icon="puzzle-piece" mode="expert" name="containers" doc="Containers">
|
||||
<variable mode="expert" multi="False" name="adresse_ip_br0" type="string" doc="Bridge IP address">
|
||||
<value>127.0.0.1</value>
|
||||
<property>force_default_on_freeze</property>
|
||||
<property>frozen</property>
|
||||
<property>hidden</property>
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
<variable mode="expert" multi="False" name="adresse_netmask_br0" type="string" doc="Bridge IP subnet mask">
|
||||
<value>255.0.0.0</value>
|
||||
<property>force_default_on_freeze</property>
|
||||
<property>frozen</property>
|
||||
<property>hidden</property>
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
<variable mode="expert" multi="False" name="adresse_network_br0" type="string" doc="Bridge IP network address">
|
||||
<value>127.0.0.0</value>
|
||||
<property>force_default_on_freeze</property>
|
||||
<property>frozen</property>
|
||||
<property>hidden</property>
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
<variable mode="expert" multi="False" name="adresse_broadcast_br0" type="string" doc="Bridge broadcast IP address">
|
||||
<value>127.255.255.255</value>
|
||||
<property>force_default_on_freeze</property>
|
||||
<property>frozen</property>
|
||||
<property>hidden</property>
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
<variable doc="Path of container root" mode="expert" multi="False" name="container_path_root" type="string">
|
||||
<property>force_default_on_freeze</property>
|
||||
<property>frozen</property>
|
||||
<property>hidden</property>
|
||||
<property>mandatory</property>
|
||||
<value/>
|
||||
</variable>
|
||||
<variable doc="IP address of container root" mode="expert" multi="False" name="container_ip_root" type="string">
|
||||
<property>force_default_on_freeze</property>
|
||||
<property>frozen</property>
|
||||
<property>hidden</property>
|
||||
<property>mandatory</property>
|
||||
<value>127.0.0.1</value>
|
||||
</variable>
|
||||
<variable doc="Group name of container root" mode="expert" multi="False" name="container_name_root" type="string">
|
||||
<property>force_default_on_freeze</property>
|
||||
<property>frozen</property>
|
||||
<property>hidden</property>
|
||||
<property>mandatory</property>
|
||||
<value>root</value>
|
||||
</variable>
|
||||
<variable doc="IP address of container root" mode="expert" multi="False" name="adresse_ip_root" type="string">
|
||||
<property>force_default_on_freeze</property>
|
||||
<property>frozen</property>
|
||||
<property>hidden</property>
|
||||
<property>mandatory</property>
|
||||
<value>localhost</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family name="general" hidden="False" mode="normal" doc="General">
|
||||
<variable name="condition" type="choice" multi="False" mode="normal" doc="No change">
|
||||
<value>non</value>
|
||||
<choice>oui</choice>
|
||||
<choice>non</choice>
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
<variable name="mode_conteneur_actif" type="choice" multi="False" mode="normal" doc="No change">
|
||||
<value>non</value>
|
||||
<choice>oui</choice>
|
||||
<choice>non</choice>
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
<variable name="mode_conteneur_actif2" type="choice" multi="False" mode="normal" doc="No change">
|
||||
<value>non</value>
|
||||
<choice>oui</choice>
|
||||
<choice>non</choice>
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
</family>
|
||||
<separators/>
|
||||
</family>
|
||||
<constraints>
|
||||
<condition name="disabled_if_in" source="creole.general.condition">
|
||||
<param hidden="True" type="string">oui</param>
|
||||
<target type="variable">creole.general.mode_conteneur_actif</target>
|
||||
<target type="variable">creole.general.mode_conteneur_actif2</target>
|
||||
<target type="filelist">afilllist</target>
|
||||
</condition>
|
||||
</constraints>
|
||||
<help/>
|
||||
</creole>
|
Reference in New Issue
Block a user