Hello Everyone!
We are planning to use ProxMox for our production environment. We will probably have around 2-4 Servers.
I was reading clustering part of documentation and other threads but didn't find my answer.
My question:
Is it doable to cluster ProxMox servers only and only to manage VMs from a single api endpoint? I don't need any kind of VM HA/replication, storage replication and ...(I would like to test live migration though).
What i want is to create my VMs with IaC/get information of all VMs using single API endpoint, API username and API token.
For more information:
- I want to use telmate/proxmox TF provider and I see a target_node option. So I'm considering that is for targeting a specific in the cluster to create VM on.
- For provisioning created VMs I want to use Ansible and there is an inventory module for ProxMox(community.general.proxmox). So I want to know for example if I give one of my cluster nodes API endpoint address to this module will response of API call has all information from all of my VMs in the cluster?
Also is it doable to test my need with two nodes since right now I have only two nodes for my test environment?
Thanks in advanced!
We are planning to use ProxMox for our production environment. We will probably have around 2-4 Servers.
I was reading clustering part of documentation and other threads but didn't find my answer.
My question:
Is it doable to cluster ProxMox servers only and only to manage VMs from a single api endpoint? I don't need any kind of VM HA/replication, storage replication and ...(I would like to test live migration though).
What i want is to create my VMs with IaC/get information of all VMs using single API endpoint, API username and API token.
For more information:
- I want to use telmate/proxmox TF provider and I see a target_node option. So I'm considering that is for targeting a specific in the cluster to create VM on.
- For provisioning created VMs I want to use Ansible and there is an inventory module for ProxMox(community.general.proxmox). So I want to know for example if I give one of my cluster nodes API endpoint address to this module will response of API call has all information from all of my VMs in the cluster?
Also is it doable to test my need with two nodes since right now I have only two nodes for my test environment?
Thanks in advanced!