-
Notifications
You must be signed in to change notification settings - Fork 3
Foreman
stanislaw_jakiel edited this page Jan 5, 2020
·
6 revisions
Interface must be marked as managed in order to download os image.
Named as: preseeding
Example of preseed with custom partition setup
d-i partman-auto/choose_recipe select expert
d-i partman-auto/expert_recipe string \
boot-root :: \
2048 2200 4096 ext4 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
. \
1024 1100 1500 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /home } \
. \
1024 1100 1500 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var } \
. \
1024 1030 1056 linux-swap \
method{ swap } format{ } \
.
Saltstack's grains map to foreman facts.
Saltstack's pillar map to foreman parameters.
- General
- OS
- Networks
- Configuration
- Protocols
- Link layer
- Sockets
- Routing
- Tunneling
- Debugging
- LoRa
- Virtualization
- Infrastructure as a code
- Desktop environments
- Monitoring
- Benchmarking