2014-02-05 15:46:51 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<creole>
|
|
|
|
<files>
|
|
|
|
<file filelist='onefrontend' name='/etc/one/sunstone-server.conf' rm='True' mkdir='True'/>
|
|
|
|
</files>
|
|
|
|
<variables>
|
|
|
|
<family name='Virtualisation'>
|
|
|
|
<variable name='activer_onefrontend' type='oui/non' description="Activer l'application web OpenNebula sunstone">
|
|
|
|
<value>oui</value>
|
|
|
|
</variable>
|
|
|
|
<variable name='port_sunstone' type='number' description="Numéro de port d'écoute d'OpenNebula Sunstone">
|
|
|
|
<value>9000</value>
|
|
|
|
</variable>
|
|
|
|
<variable name='ip_sunstone' type='ip' description="Adresse IP d'écoute pour OpenNebula Sunstone"/>
|
|
|
|
<variable name='langue_sunstone' type='string' description="Langue par défaut de l'interface" mode='expert'>
|
|
|
|
<value>fr_FR</value>
|
|
|
|
</variable>
|
|
|
|
</family>
|
|
|
|
</variables>
|
|
|
|
|
|
|
|
<constraints>
|
|
|
|
<fill name='calc_val' target='ip_sunstone'>
|
|
|
|
<param type='eole' name='valeur'>nom_machine</param>
|
|
|
|
</fill>
|
|
|
|
<condition name='disabled_if_in' source='activer_onefrontend'>
|
|
|
|
<param>non</param>
|
|
|
|
<!--target type='filelist'>onefrontend</target-->
|
|
|
|
<target type='variable'>port_sunstone</target>
|
2014-02-05 16:09:27 +01:00
|
|
|
<target type='variable'>port_sunstone</target>
|
|
|
|
<target type='variable'>ip_sunstone</target>
|
|
|
|
<target type='variable'>langue_sunstone</target>
|
2014-02-05 15:46:51 +01:00
|
|
|
</condition>
|
|
|
|
</constraints>
|
|
|
|
<help>
|
|
|
|
<variable name='activer_onefrontend'>Interface d'administration du Cluster OpenNebula.</variable>
|
|
|
|
</help>
|
|
|
|
</creole>
|