netdevopsbr / netbox-proxbox

Netbox Plugin for integration between Proxmox and Netbox
Apache License 2.0
341 stars 50 forks source link

Automatically create Node devices, as it happens with Virtual Machines and Cluster #18

Open emersonfelipesp opened 3 years ago

emersonfelipesp commented 3 years ago

The Node device (the Server which compose the Cluster) is currently created manually.

The idea is: 1. Create the Cluster (with basic Cluster Type, if none is found) 2. Create the Server Nodes and link it to Cluster 3. Create Virtual Machines and Containers, also linking to Cluster.

OBS: The VM/CT should be linked to Cluster! There's no reason to try linking to Node, although it's useful to know which Node the VM belongs, but it is already done by adding an Custom Field with that information.