Open BSD¶
Base Image¶
Base images can be downloaded from BSD Cloud Images.
Import Image¶
sherpa server image import \
--src openbsd-min.qcow2 \
--model open_bsd \
--version 7.8 \
--default
Default Node Parameters¶
| Property | Value |
|---|---|
| Kind | Virtual Machine |
| Tested Version | 7.8 |
| 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 = "open-bsd"
nodes = [
{ name = "dev01", model = "open_bsd" },
]
Notes¶
- Approximate time for the system to be ready:
1 minute