Add a recipe to install the zerotier ohai plugin #647
Reference in New Issue
Block a user
Delete Branch "feature/ohai_zerotier"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While working on this I have also simplified attribute whitelists and switched to the new configurations for allowed attributes.
This is running on prometheus-1. See the node file for prometheus-1 for an example of the automatic attributes
Closes #263
The attributes are saved as "automatic" attributes and look like this: "zerotier": { "version": "1.16.2", "node_id": "NODEID", "networks": { "NETWORKID": { "network_name": "networkname", "mac": "ff:ff:ff:ff:ff:ff", "status": "OK", "type": "PRIVATE", "interface": "abcdefg", "addresses": [ "10.1.1.255/24" ] } } } Refs #263