Commit 2f5a7f52 authored by Alexey Shabalin's avatar Alexey Shabalin Committed by Anton Midyukov

server-v: Enable more services

parent 60be8da5
......@@ -72,11 +72,15 @@ distro/server-v: distro/.server-v-base +installer +systemd \
@$(call set,META_VOL_SET,ALT)
@$(call set,META_APP_ID,ALT Server-V 9.0.0 $(ARCH) $(shell date +%F))
@$(call set,DOCS,alt-server)
@$(call set,BRANDING,alt-server)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call set,INSTALLER,alt-server-v)
@$(call add,INSTALL2_PACKAGES,alterator-notes)
@$(call add,INSTALL2_PACKAGES,fdisk xfsprogs btrfs-progs)
@$(call add,INSTALL2_PACKAGES,installer-feature-multipath)
@$(call add,INSTALL2_PACKAGES,installer-feature-server-raid-fixup-stage2)
@$(call add,THE_PACKAGES,alterator-fbi)
@$(call add,THE_LISTS,$(call tags,server alterator))
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,SYSTEM_PACKAGES,mdadm-tool lvm2 multipath-tools vdo)
@$(call add,BASE_KMODULES,ipset kvm xtables-addons kvdo)
......@@ -101,14 +105,16 @@ endif
@$(call add,MAIN_GROUPS,server-v/700-backup $(backup))
@$(call add,MAIN_GROUPS,server-v/800-logging $(logging))
@$(call add,THE_PROFILES,$(profiles) $(profiles_arch) minimal)
@$(call add,SERVICES_ENABLE,libvirtd)
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1 getty@ttyS0)
@$(call add,DEFAULT_SERVICES_ENABLE,fstrim.timer)
@$(call add,DEFAULT_SERVICES_ENABLE,libvirtd)
@$(call add,DEFAULT_SERVICES_ENABLE,docker lxd)
@$(call add,DEFAULT_SERVICES_ENABLE,bind nginx httpd2 mysqld openvswitch)
@$(call add,DEFAULT_SERVICES_ENABLE,zabbix_agentd telegraf prometheus-node_exporter prometheus monit collectd nrpe)
@$(call add,DEFAULT_SERVICES_ENABLE,bacula-sd urbackup-client)
@$(call add,DEFAULT_SERVICES_ENABLE,rsyslogd systemd-journal-remote systemd-journal-upload systemd-journal-gatewayd)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge gpm)
@$(call add,DEFAULT_SERVICES_DISABLE,consolesaver)
@$(call set,BRANDING,alt-server)
@$(call add,THE_PACKAGES,alterator-fbi)
@$(call add,THE_LISTS,$(call tags,server alterator))
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd alteratord)
@$(call add,DEFAULT_SERVICES_DISABLE,systemd-networkd systemd-resolved)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment