red-hat-storage / openshift-cic

CNS Inventory file Creator (CIC) , also works for OCS
GNU General Public License v3.0
31 stars 7 forks source link

[OCP 3.10] - Node role specification changing #21

Closed netzzer closed 5 years ago

netzzer commented 6 years ago

Currently CIC does not populate any options under the [nodes] or [new_nodes] section of the inventory file. In these sections there is a new concept of using role verses label to identify the OCP type of node.

- node.example.com openshift_node_labels="{'region': 'infra'}"
+ node.example.com openshift_node_group_name="node-config-infra"

- node.example.com openshift_node_labels="{'region': 'master'}"
+ node.example.com openshift_node_group_name="node-config-master"

- node.example.com openshift_node_labels="{'region': 'app'}"
+ node.example.com openshift_node_group_name="node-config-compute"
netzzer commented 5 years ago

CIC does not support inventory file options for [nodes] currently.