for creole's zephir2 branch

This commit is contained in:
2019-11-23 08:17:35 +01:00
commit 841643e76e
700 changed files with 68183 additions and 0 deletions

View File

@ -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>