menu:inventory:node_groups:node_group_edit
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
menu:inventory:node_groups:node_group_edit [2022/04/29 08:14] – yspeerte | menu:inventory:node_groups:node_group_edit [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
+ | ===== Node group edit ===== | ||
+ | In the node group edit form you can create and edit your node groups. Node groups are used to group nodes together in tools as the command job scheduler, relationship test, etc. The form consists out of three parts. | ||
+ | |||
+ | ==== Node Groups ==== | ||
+ | {{: | ||
+ | |||
+ | Node groups contains all node groups defined in netYCE. A node group has a number of attributes: | ||
+ | * Group_name: the name of this node group. This needs to be unique. | ||
+ | * Group_description: | ||
+ | * Group_tag: a tag that can be used to group node groups together. A group can only have one tag. | ||
+ | * Group_scope: | ||
+ | |||
+ | The form has a number of buttons. This is their function: | ||
+ | * The new-button opens a form in which you can add a new node group by specifying a name and a tag. If you specify a name that already exists, a windows-like addition is made to make it unique (for example, ' | ||
+ | * The duplicate button duplicates a node group immediately, | ||
+ | * The edit button allows you to edit the different attributes of the node group. Note that you can only edit the group' | ||
+ | * The delete button allows you to delete a node group. This is permanent, so there is no way to reverse. | ||
+ | * The import button allows you to import a previously exported node group and its rules and conditions. This works in the same way as when importing Service types, Domains and Regions. | ||
+ | * The export button allows you to export a node group. This is saved as an xml file and it works the same way as when exporting Service types, Domains and Regions. | ||
+ | * The search button allows you to search through this particular grid. The search is persistent, so if you switch screens, it will remember your search. | ||
+ | |||
+ | ==== Node Group Rules ==== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Node group rules are collections of criteria on which you can group nodes together. There are two types of rules: include and exclude. The include rules create a collection of nodes that validate all of their conditions, and the exclude rules remove nodes from this collection that validate any of their conditions. | ||
+ | |||
+ | * Group_name: the name of the node group | ||
+ | * Type: is the type of the type of the node group rule, so either include or exclude. All include rules are listed before the exclude rules, apart from that order does not matter. | ||
+ | * Index: is the index to keep track of the rules. This value is purely cosmetic and has no practical purpose. | ||
+ | * Attributes: a list of the attributes of the conditions of this rule | ||
+ | * Values: a list of the values of the conditions of this rule, where each line corresponds to its respective line in the Attributes-column. | ||
+ | |||
+ | The form has a number of buttons. This is their function: | ||
+ | * The new-button opens a form in which you can add a new node group rule by specifying its type. | ||
+ | * The delete button allows you to delete a node group rule. This is permanent, so there is no way to reverse. | ||
+ | |||
+ | ==== Node Group Conditions ==== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | A Node group rule has zero or many conditions. Node group conditions define which filters to look for when grouping nodes together. Each condition looks at an attribute (which can be a client code, hostname, domain), and filters all node based on user-defined criteria. It has these attributes: | ||
+ | |||
+ | * Group_cond_attr: | ||
+ | * Group_cond_value: | ||
+ | |||
+ | A node group condition needs to have an attribute. At the moment the form does allow this, but note that these conditions will not work when the node group is applied. Upon saving and loading the form, any condition that does not have an attribute and value (both) is removed and cleaned up. | ||
+ | |||
+ | ==== Condition syntax ==== | ||
+ | The Group_cond_value of a node group condition matches nodes based on a number of lines. A node that matches //any// of these lines is matched. A line can be plaintext, in which it has to be matched exactly, or can contain any special characters: | ||
+ | * * matches any sequence of characters | ||