User Tools

Site Tools


2_x:datamodel:ip-addresses

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
2_x:datamodel:ip-addresses [2023/10/03 15:00] – [Automation] cnaud2_x:datamodel:ip-addresses [2023/10/03 15:42] – [Automation] cnaud
Line 224: Line 224:
    * **Allow attachment of already allocated IPs to CIs** be set to **Yes**, TeemIp will allow, from the CI details screen, the attachment of an allocated IP to a CI.    * **Allow attachment of already allocated IPs to CIs** be set to **Yes**, TeemIp will allow, from the CI details screen, the attachment of an allocated IP to a CI.
  
 +These actions are handled by background tasks which default parameters can be overwritten in the configuration file. 
  
 <code> <code>
Line 232: Line 233:
    'debug' => true,    'debug' => true,
    'periodicity' => 3600,    'periodicity' => 3600,
-   'status_list' =>  +   'status_list' => array (
-   array (+
      0 => 'obsolete',      0 => 'obsolete',
    ),    ),
Line 241: Line 241:
    'debug' => true,    'debug' => true,
    'periodicity' => 3600,    'periodicity' => 3600,
-   'status_list' =>  +   'status_list' => array (
-   array (+
      0 => 'implementation',      0 => 'implementation',
      1 => 'production',      1 => 'production',
Line 257: Line 256:
  
 </code> </code>
 +
 +^  Parameter  ^  Description  ^
 +| enabled| Enable or disable the function |
 +| debug | Add verbosity to the process |
 +| periodicity | Periodicity of the background task |
 +| status_list | List of status that trigger the action |
 +| target_status | Status of the IP once the action is done |
 +
2_x/datamodel/ip-addresses.txt · Last modified: 2024/04/04 16:10 by cnaud