forked from openshift/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
host.yaml
92 lines (91 loc) · 2.05 KB
/
host.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
ref: "openshift/3.10/x86_64/os"
repos:
- atomic-centos-continuous
- rhcos-continuous
- openshift
- rhel-7.5-server
- rhel-7.5-server-optional
- rhel-7.5-server-extras
- rhel-7.5-atomic
install_langs:
- en_US
documentation: false
initramfs-args:
- "--no-hostonly"
- "--add"
- "iscsi"
automatic_version_prefix: "3.10-7.5"
mutate-os-release: "7"
postprocess-script: "compose-post.sh"
etc-group-members:
- wheel
- docker
ignore-removed-users:
- root
ignore-removed-groups:
- root
check-passwd:
type: "file"
filename: "passwd"
check-groups:
type: "file"
filename: "group"
packages:
# Kernel + systemd
- kernel irqbalance microcode_ctl systemd
# Release package
- redhat-release-coreos
# rpm-ostree
- rpm-ostree nss-altfiles
# Subscriptions
- subscription-manager subscription-manager-plugin-ostree
- subscription-manager-plugin-container
# SELinux
- selinux-policy-targeted policycoreutils-python
- setools-console
# System setup
- ignition cloud-init cloud-utils-growpart
- dracut-network
# Bootloader
- grub2 grub2-efi ostree-grub2 efibootmgr shim
# SSH
- openssh-server openssh-clients
# Containers
- docker podman skopeo runc cri-o
- docker-lvm-plugin docker-novolume-plugin
- oci-umount
# Networking
- bridge-utils nfs-utils biosdevname iptables-services
- NetworkManager dnsmasq
# Storage
- lvm2 iscsi-initiator-utils sg3_utils
- device-mapper-multipath
- xfsprogs e2fsprogs mdadm
- cryptsetup
# Remote storage
- ceph-common glusterfs-fuse
# Time sync
- chrony
# Extra runtime
- authconfig sssd shadow-utils kexec-tools
- logrotate
# tuned
- tuned tuned-profiles-atomic
# Used by admins interactively
- sudo coreutils less tar xz gzip bzip2 rsync tmux
- nmap-ncat net-tools bind-utils
- bash-completion
# Editors
- vim-minimal nano
# OpenShift
- origin-node origin-hyperkube origin-clients
remove-from-packages:
- - yum
- "/usr/bin/.*"
- - filesystem
- "/usr/share/backgrounds"
units:
- "docker.service"
- "tuned.service"
- "docker-storage-setup.service"
default_target: "multi-user.target"