tests: move common cloud-init config to a unified file, rename some base distribution.

This commit is contained in:
Alexandre Pujol 2025-03-01 13:18:19 +01:00
parent a793e711e5
commit 161078ed90
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
15 changed files with 53 additions and 197 deletions

View file

@ -0,0 +1,36 @@
#cloud-config
packages:
- apparmor-profiles
- bash-completion
- distribution-release
- git
- go
- golang-packaging
- htop
- make
- rpmbuild
- 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