tests(packer): add test images for ubuntu 25.04 & debian 13
This commit is contained in:
parent
e6752cb4b9
commit
c9d249e5e3
3 changed files with 55 additions and 57 deletions
36
tests/cloud-init/debian13-server.user-data.yml
Normal file
36
tests/cloud-init/debian13-server.user-data.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
#cloud-config
|
||||
|
||||
packages:
|
||||
- apparmor-profiles
|
||||
- auditd
|
||||
- build-essential
|
||||
- config-package-dev
|
||||
- debhelper
|
||||
- devscripts
|
||||
- golang-go
|
||||
- htop
|
||||
- qemu-guest-agent
|
||||
- rsync
|
||||
- vim
|
||||
|
||||
write_files:
|
||||
|
||||
# Setup shared directory
|
||||
- path: /etc/fstab
|
||||
append: true
|
||||
content: |
|
||||
0a31bc478ef8e2461a4b1cc10a24cc4 /home/user/Projects/apparmor.d virtiofs defaults 0 1
|
||||
|
||||
# Network configuration
|
||||
- path: /etc/systemd/network/20-wired.network
|
||||
owner: "root:root"
|
||||
permissions: "0644"
|
||||
content: |
|
||||
[Match]
|
||||
Name=en*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
|
||||
[DHCPv4]
|
||||
RouteMetric=10
|
||||
Loading…
Add table
Add a link
Reference in a new issue