containers => services

This commit is contained in:
2020-02-14 17:59:39 +01:00
parent 963e93295a
commit 25d5307415
415 changed files with 749 additions and 2090 deletions

View File

@ -2,14 +2,11 @@
<creole>
<containers>
<container name='test' id='23'>
<service_restriction service='nut'>
<ip interface='auto' netmask='nut_monitor_netmask' netmask_type='variable' ip_type='variable'>nut_monitor_host</ip>
</service_restriction>
</container>
</containers>
<services>
<service name='nut'>
<ip interface='auto' netmask='nut_monitor_netmask' netmask_type='variable' ip_type='variable'>nut_monitor_host</ip>
</service>
</services>
<variables>
<family name='général'>

View File

@ -1 +1 @@
{"creole.general.nut_monitor_netmask": null, "creole.general.nut_monitor_host": null, "containers.container0.service_restrictions.service_restriction0.interface": "auto", "containers.container0.service_restrictions.service_restriction0.name": null, "containers.container0.service_restrictions.service_restriction0.netmask": null, "containers.container0.service_restrictions.service_restriction0.node_name": "ip", "containers.container0.service_restrictions.service_restriction0.service": "nut", "containers.container0.service_restrictions.service_restriction0.activate": true}
{"creole.general.nut_monitor_netmask": null, "creole.general.nut_monitor_host": null, "services.service0.ips.ip0.interface": "auto", "services.service0.ips.ip0.name": null, "services.service0.ips.ip0.netmask": null, "services.service0.ips.ip0.activate": true}

View File

@ -1,20 +1,14 @@
<?xml version='1.0' encoding='UTF-8'?>
<creole>
<family name="containers">
<family name="container0" doc="test">
<family doc="service_restrictions" name="service_restrictions">
<family doc="service_restriction0" name="service_restriction0">
<family name="services">
<family name="service0" doc="nut">
<family doc="ips" name="ips">
<family doc="ip0" name="ip0">
<variable doc="" multi="False" name="interface" type="string">
<value>auto</value>
</variable>
<variable multi="False" name="name" opt="creole.general.nut_monitor_host" type="symlink"/>
<variable multi="False" name="netmask" opt="creole.general.nut_monitor_netmask" type="symlink"/>
<variable doc="" multi="False" name="node_name" type="string">
<value>ip</value>
</variable>
<variable doc="" multi="False" name="service" type="string">
<value>nut</value>
</variable>
<variable doc="" multi="False" name="activate" type="boolean">
<value>True</value>
</variable>