Closed netzzer closed 5 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"
CIC does not support inventory file options for [nodes] currently.
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.