Skip to main content

On-Premises

Connect your own servers or private cloud infrastructure to Vantage.

On-Premises

Connect your own infrastructure so Vantage can schedule workloads on hardware you control.

Vantage supports two on-premises provider types.

TypeWhat it's for
LXDSystem containers on a server you own. Vantage connects via HTTPS and manages container workloads. Good for multi-tenant dev/test and smaller batch jobs.
On-PremisesDirect integration for bare-metal or privately managed servers. Use when your infrastructure is reachable from the Vantage control plane.

LXD setup

LXD requires three credentials: the server URL, a client certificate, and a client key.

  1. Go to Settings > Cloud Accounts.
  2. Click Create Cloud Account and select LXD.
  3. Enter an Account name and optional description.
  4. Enter the Server URL (e.g. https://your-lxd-server:8443).
  5. Paste the Client Certificate and Client Key.
  6. Submit.

On-Premises setup

  1. Go to Settings > Cloud Accounts.
  2. Click Create Cloud Account and select On-Premises.
  3. Enter an Account name and optional description.
  4. Submit.

Multipass

Multipass provides lightweight Ubuntu VMs for local development and testing. Use it to create a single-node Slurm cluster on your machine without cloud infrastructure.

  1. Install Multipass: sudo snap install multipass
  2. Deploy a Slurm cluster using the Vantage CLI: uvx v8x app deploy slurm-multipass-localhost

See On-Premises clusters and choose the Multipass tab for the full setup guide.

Juju (Charmed HPC)

Juju deploys multi-node Slurm clusters using charms on LXD containers. Use it to simulate a production HPC environment on your local machine.

  1. Install Juju: sudo snap install juju --channel 3/stable
  2. Bootstrap a Juju controller: juju bootstrap lxd
  3. Add a model: juju add-model myslurmcluster
  4. Deploy the Slurm and Vantage charms: see On-Premises clusters and choose the Juju tab for the full charm list and configuration steps.

See On-Premises clusters and choose the Juju tab for the full setup guide.

tip

On-premises accounts carry no cloud spend per se, but your hardware runs continuously. Idle nodes still consume power, cooling, and rack space. Plan capacity around your actual workload schedule.

Ask AI
Ask a question about Vantage Compute...