Skip to main content

Allocating Virtual Machines (VMaaS)

Overview

Virtual Machine (VM) allocation lets you provision GPU-enabled or CPU-only virtual machines from your tenant quota. You choose the VM name, SSH key, GPU flavor, and operating system. After the VM is provisioned, you can view its details, monitor CPU and GPU metrics, view logs, and perform power actions (reboot, power off, power on) from the Bridge UI.

Prerequisites

  • Assigned quota from your NCP Admin
  • Available VM capacity in the infrastructure
  • Proper resource permissions
  • Tenant admin login

Allocate a Virtual Machine

Step 1: Open the Virtual Machine allocation flow

  1. Go to ComputeVirtual Machine.
  2. Click Allocate Virtual Machine.

VM Tab

Step 2: Enter VM name and SSH key

  1. Enter a VM name.
  2. Add your SSH public key.
  3. Click Next.
note

After the VM is created, you can log in using the private key that matches the public key you provided.

VM Basic Info

Step 3: Select GPU flavor

  1. Select the GPU flavor that matches your workload.
  2. Click Next.

VM Basic Flavor

Step 4: Select OS and allocate

  1. Select the Operating System image.
  2. Click Allocate.

VM OS

Step 5: Verify VM provisioning

  1. Confirm the VM appears in the list with status Processing.
  2. Wait until the status changes to Running. Provisioning may take several minutes.

VM Processing State

VM Running State

Manage Your Virtual Machine

Step 1: Open VM details

  1. In the Virtual Machine list, click the VM name or the ellipsis (three-dot) menu on the row and choose View.
  2. In the Overview tab, review:
    • Hostname, public IP, username, and password
    • vCPU, RAM, SSD, and GPU count
    • Workflow status

Use the username and public IP shown in the Overview tab to log in to the VM with the password or the SSH key you provided during allocation.

VM View

VM Overview

Step 2: Review CPU observability

  1. Open the CPU Observability tab.
  2. Review real-time metrics: CPU Busy, System Load, RAM Usage, CPU Utilization, Memory, Network Traffic, and Disk usage.

VM CPU Observability

VM CPU Observability

Step 3: Review GPU observability

  1. Open the GPU Observability tab.
  2. Review real-time GPU metrics: utilization, power draw, clock speeds, memory usage, temperature, and fan speed.

VM GPU Observability

Step 4: View provisioning logs

  1. Open the Logs tab.
  2. Review the VM provisioning logs if needed for troubleshooting.

VM Logs

Step 5: Use power actions

  1. From the VM list, clicking the ellipsis menu.
  2. You can Reboot, Power off, or Power on the VM as needed.

VM power actions

Next Steps