The-Network-Crew / Proxmox-VE-for-WHMCS

Proxmox VM/CT Module for the WHMCS Automation & Billing System.
https://marketplace.whmcs.com/product/6935-proxmox-ve-for-whmcs#reviews
GNU General Public License v3.0
161 stars 52 forks source link

Node IP Assignment issue #71

Closed kromr6487 closed 6 months ago

kromr6487 commented 7 months ago

Config step-by-step guide has been followed to a t (excluding VNC as I am doing that after resolving this issue). For whatever reason when I FIRST configured it (I have 2 nodes on a cluster) I set it for "planetaryhosting" I went to swap it to "panel-planetary-hosting" and it is still attempting to run the WHMCS create module to the "planetaryhosting" node. Is there any insight on how to resolve this? Screenshot_20240331_140247_Chrome

lsthompson commented 6 months ago

It refers to the PVE Cluster itself for the first node:

$nodes = $proxmox->get_node_list();
$first_node = $nodes[0];