Ubuntu Linux¶
Base Image¶
Base images can be downloaded from Ubuntu Cloud Images.
Import Image¶
sherpa server image import \
--src noble-server-cloudimg-amd64.img \
--model ubuntu_linux \
--version 24.04 \
--default
Default Node Parameters¶
| Property | Value |
|---|---|
| Tested Version | 24.04 |
| Kind | Virtual Machine |
| CPU | 1 |
| RAM | 1GB |
| CDROM Driver | SATA |
| DISK | virtioa.qcow2 |
| DISK Driver | virtio |
| ZTP Method | cloud-init |
| Management Interface | eth0 |
| Interface Driver | virtio |
Example Manifest¶
name = "ubuntu-linux"
nodes = [
{ name = "dev01", model = "ubuntu_linux" },
]
Notes¶
- Approximate time for the system to be ready:
1 minute