redhat-performance / openshift-psap

Example roles and yaml files for performance-sensitive applications running on OpenShift
18 stars 14 forks source link

nvidia-device-plugin does not work if inventory hostname is != node name #42

Open Tanemahuta opened 5 years ago

Tanemahuta commented 5 years ago

Summary: Due to the hostname set to the IP of a node in the inventory, the role "nvidia-device-plugin" will fail to label the node, since the node's name is not equal to the inventory_hostname.

Steps to reproduce: Use an inventory name which differs from the node's name. Apply the role/playbook.

Expected behaviour: The playbook runs, the nodes get labeled. Actual behaviour: Playbook fails since the node name differs.