Commit 9da92a21 authored by Alexey Shabalin's avatar Alexey Shabalin Committed by Michael Shigorin

add server-v profile

parent b9ce1072
# server distributions
ifeq (distro,$(IMAGE_CLASS))
distro/server-v: cockpit = $(addprefix server-v/cockpit/,\
docker kvm web)
distro/server-v: ceph = $(addprefix server-v/ceph/,\
client mgr mon osd radosgw)
distro/server-v: glusterfs = $(addprefix server-v/glusterfs/,\
client server)
distro/server-v: iscsi = $(addprefix server-v/iscsi/,\
initiator scsitarget targetcli)
distro/server-v: moosefs = $(addprefix server-v/moosefs/,\
cgiserv chunkserver client master metalogger)
distro/server-v: nfs = $(addprefix server-v/,\
nfs nfs-ganesha)
distro/server-v: opennebula = $(addprefix server-v/opennebula/,\
flow gate gui node-kvm node-lxd server)
distro/server-v: openstack = $(addprefix server-v/openstack/,\
block compute controller network storage)
distro/server-v: container = $(addprefix server-v/,\
docker kubernetes rkt podman lxd)
distro/server-v: network = $(addprefix server-v/,\
bird haproxy keepalived openvswitch freeipa-client)
distro/server-v: monitoring = $(addprefix server-v/,\
zabbix-agent telegraf prometheus-node_exporter monit collectd nagios-nrpe)
# zabbix prometheus influxdb grafana
distro/server-v: backup = $(addprefix server-v/,\
burp)
distro/server-v: logging = $(addprefix server-v/,\
rsyslog-classic systemd-journal-remote)
distro/server-v: profiles = $(addprefix server-v-,\
10-basic 20-pve 41-opennebula-node 42-opennebula-server 51-openstack-node 52-openstack-controller 61-docker)
distro/.server-v-base: distro/.installer use/syslinux/ui/menu use/memtest
@$(call add,BASE_LISTS,server-base openssh)
distro/server-v: distro/.server-v-base \
use/kernel/server use/init/systemd \
use/services use/ntp/chrony \
use/server/base use/branding/complete use/firmware \
use/apt-conf/branch use/install2/repo \
use/efi/shell +efi
@$(call set,IMAGE_FLAVOUR,$(subst alt-9-,,$(IMAGE_NAME)))
@$(call set,META_VOL_ID,ALT 9.0 Server-V $$(IMAGE_FLAVOUR)/$(ARCH))
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
@$(call set,META_VOL_ID,ALT 9.0 Server-V)
@$(call set,META_APP_ID,$(DISTRO_VERSION)/$(ARCH))
@$(call set,DOCS,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,COMMON_PACKAGES,vim-console)
@$(call add,SYSTEM_PACKAGES,mdadm-tool lvm2 multipath-tools vdo)
@$(call add,BASE_KMODULES,ipset kvm xtables-addons kvdo)
@$(call add,BASE_LISTS,virt/base.pkgs)
@$(call add,MAIN_GROUPS,server-v/zfs)
@$(call add,MAIN_GROUPS,server-v/10-basic server-v/kvm)
@$(call add,MAIN_GROUPS,server-v/11-cockpit $(cockpit))
@$(call add,MAIN_GROUPS,server-v/20-pve server-v/pve)
@$(call add,MAIN_GROUPS,server-v/30-opennebula $(opennebula))
@$(call add,MAIN_GROUPS,server-v/40-openstack $(openstack))
@$(call add,MAIN_GROUPS,server-v/60-container $(container))
@$(call add,MAIN_GROUPS,server-v/65-cluster server-v/corosync_pacemaker)
@$(call add,MAIN_GROUPS,server-v/70-storage)
@$(call add,MAIN_GROUPS,server-v/71-ceph $(ceph))
@$(call add,MAIN_GROUPS,server-v/72-glusterfs $(glusterfs))
@$(call add,MAIN_GROUPS,server-v/74-moosefs $(moosefs))
@$(call add,MAIN_GROUPS,server-v/75-nfs $(nfs))
@$(call add,MAIN_GROUPS,server-v/76-iscsi $(iscsi))
@$(call add,MAIN_GROUPS,server-v/80-network $(network))
@$(call add,MAIN_GROUPS,server-v/90-monitoring $(monitoring))
@$(call add,MAIN_GROUPS,server-v/100-backup $(backup))
@$(call add,MAIN_GROUPS,server-v/110-logging $(logging))
@$(call add,THE_PROFILES,$(profiles) minimal)
@$(call add,SERVICES_ENABLE,sshd)
@$(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_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)
endif
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Basic Virtualization
Name[ru_RU]=Базовая виртуализация
X-Alterator-Required=no
Comment=Basic Virtualization Utils (qemu+libvirt)
Comment[ru_RU]=Минимальный набор приложений(qemu+libvirt) для виртуализации
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Backup
Name[ru_RU]=Резервное копирование
X-Alterator-Required=no
Comment=Backup
Comment[ru_RU]=Резервное копирование
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Cockpit Server admin interface
Name[ru_RU]=Cockpit - Интерфейс управления сервером
Comment=Cockpit is an interactive server admin interface
Comment[ru_RU]=Cockpit - интерактивный интерфейс управления сервером
X-Alterator-Required=no
X-Alterator-Parent=server-v/10-basic
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Logging
Name[ru_RU]=Логирование
X-Alterator-Required=no
Comment=Logging
Comment[ru_RU]=Системы логирования
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Proxmox Virtual Environment
Name[ru_RU]=Виртуальное Окружение Proxmox
X-Alterator-Required=no
X-Alterator-Conflicts=server-v/10-basic server-virt/30-opennebula server-virt/40-openstack
Comment=Proxmox Virtual Environment
Comment[ru_RU]=Виртуальное Окружение Proxmox
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=OpenNebula Virtualization Solution
Name[ru_RU]=Виртуализация OpenNebula
X-Alterator-Required=no
X-Alterator-Conflicts=server-v/20-pve server-virt/40-openstack
Comment=OpenNebula solution to build Private Clouds and manage Data Center virtualization
Comment[ru_RU]=Opennebula это решение для построения частного облака и управления виртуальным центром обработки данных
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=OpenStack Virtualization Solution
Name[ru_RU]=Виртуализация OpenStack
X-Alterator-Required=no
X-Alterator-Conflicts=server-v/20-pve server-virt/30-opennebula
Comment=OpenStack is a cloud operating system
Comment[ru_RU]=Комплекс проектов для создания инфраструктурных облачных сервисов
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Container Virtualization
Name[ru_RU]=Контейнерная виртуализация
X-Alterator-Required=no
Comment=Container Virtualization
Comment[ru_RU]=Приложения для управления контейнерной виртуализацией
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=High Availability Cluster
Name[ru_RU]=Кластер высокой доступности
X-Alterator-Required=no
Comment=High Availability Cluster
Comment[ru_RU]=Приложения для организации кластера высокой доступности
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Storage
Name[ru_RU]=Хранение данных
X-Alterator-Required=no
Comment=Storage
Comment[ru_RU]=Дополнительные приложения для хранение данных
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Ceph
Name[ru_RU]=Ceph
X-Alterator-Required=no
Comment=Ceph uniquely delivers object, block, and file storage in one unified system
Comment[ru_RU]=Ceph уникальным образом обеспечивает хранение объектов, блоков и файлов в единой системе
X-Alterator-Parent=server-v/70-storage
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=GlusterFS
Name[ru_RU]=GlusterFS
X-Alterator-Required=no
Comment=GlusterFS is a scalable network filesystem
Comment[ru_RU]=GlusterFS - это масштабируемая сетевая файловая система
X-Alterator-Parent=server-v/70-storage
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=MooseFS
Name[ru_RU]=MooseFS
X-Alterator-Required=no
Comment=Network Distributed File System
Comment[ru_RU]=Oтказоустойчивая, распределенная сетевая файловая система
X-Alterator-Parent=server-v/70-storage
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=NFS
Name[ru_RU]=NFS
X-Alterator-Required=no
Comment=Network File System
Comment[ru_RU]=Сетевая файловая система
X-Alterator-Parent=server-v/70-storage
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=iSCSI
Name[ru_RU]=iSCSI
X-Alterator-Required=no
Comment=iSCSI
Comment[ru_RU]=iSCSI
X-Alterator-Parent=server-v/70-storage
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Network
Name[ru_RU]=Сеть
X-Alterator-Required=no
Comment=Network
Comment[ru_RU]=Дополнительные приложения для сети
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Monitoring
Name[ru_RU]=Мониторинг
X-Alterator-Required=no
Comment=Monitoring
Comment[ru_RU]=Мониторинг
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Bacula File service(also known as the Client program)
Name[ru_RU]=Bacula клиент
X-Alterator-PackageList=storage/bacula
X-Alterator-Required=no
X-Alterator-Parent=server-v/100-backup
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Bird - IP routing daemon
Name[ru_RU]=Bird - демон маршрутизации
X-Alterator-PackageList=network/bird
X-Alterator-Required=no
X-Alterator-Parent=server-v/80-network
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Burp - backup and restore program
Name[ru_RU]=Burp - архивирование и восстановление
X-Alterator-PackageList=storage/burp
X-Alterator-Required=no
X-Alterator-Parent=server-v/100-backup
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Client
Name[ru_RU]=Клиент
X-Alterator-PackageList=storage/ceph-client
X-Alterator-Required=no
X-Alterator-Parent=server-v/71-ceph
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=MGR - Manager Daemon
Name[ru_RU]=MGR - сервер управления кластером ceph
X-Alterator-PackageList=storage/ceph-mgr
X-Alterator-Required=no
X-Alterator-Parent=server-v/71-ceph
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=MON - Cluster Monitor Daemon
Name[ru_RU]=MON - сервер мониторинга кластера ceph
X-Alterator-PackageList=storage/ceph-mon
X-Alterator-Required=no
X-Alterator-Parent=server-v/71-ceph
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=OSD - Object Storage Daemon
Name[ru_RU]=OSD - сервер хранения объектов
X-Alterator-PackageList=storage/ceph-osd
X-Alterator-Required=no
X-Alterator-Parent=server-v/71-ceph
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Rados REST Gateway
Name[ru_RU]=Rados REST Gateway
X-Alterator-PackageList=storage/ceph-radosgw
X-Alterator-Required=no
X-Alterator-Parent=server-v/71-ceph
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Interface for Docker containers
Name[ru_RU]=Управление контейнерами docker
X-Alterator-PackageList=virt/cockpit/docker
X-Alterator-Required=no
X-Alterator-Depends=server-v/docker
X-Alterator-Parent=server-v/11-cockpit
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Interface for Virtual machines
Name[ru_RU]=Управление виртуальными машинами KVM
X-Alterator-PackageList=virt/cockpit/machines
X-Alterator-Required=no
X-Alterator-Depends=server-v/kvm
X-Alterator-Parent=server-v/11-cockpit
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Web Service
Name[ru_RU]=Web интерфейс
X-Alterator-PackageList=virt/cockpit/web
X-Alterator-Required=no
X-Alterator-Parent=server-v/11-cockpit
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Collectd
Name[ru_RU]=Collectd
X-Alterator-PackageList=monitoring/collectd
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Corosync and Pacemaker
Name[ru_RU]=Corosync и Pacemaker
X-Alterator-PackageList=cluster/corosync_pacemaker
X-Alterator-Required=no
X-Alterator-Parent=server-v/65-cluster
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Docker
Name[ru_RU]=Docker
X-Alterator-PackageList=container/docker
X-Alterator-Required=no
X-Alterator-Parent=server-v/60-container
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=FreeIPA domain client
Name[ru_RU]=Клиент домена FreeIPA
X-Alterator-PackageList=workstation/freeipa-client
X-Alterator-Required=no
X-Alterator-Parent=server-v/80-network
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Client
Name[ru_RU]=Клиент
X-Alterator-PackageList=storage/glusterfs-client
X-Alterator-Required=no
X-Alterator-Parent=server-v/72-glusterfs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Server
Name[ru_RU]=Cервер
X-Alterator-PackageList=storage/glusterfs-server
X-Alterator-Required=no
X-Alterator-Parent=server-v/72-glusterfs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Grafana Metrics Dashboard
Name[ru_RU]=Grafana cервер для визуализации, мониторинга и анализа данных
X-Alterator-PackageList=monitoring/grafana
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=HAProxy TCP/HTTP Load Balancer
Name[ru_RU]=HAProxy TCP/HTTP балансировщик нагрузки
X-Alterator-PackageList=network/haproxy
X-Alterator-Required=no
X-Alterator-Parent=server-v/80-network
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=InfluxDB time series database
Name[ru_RU]=Сервер хранения временных рядов InfluxDB
X-Alterator-PackageList=monitoring/influxdb
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Initiator
Name[ru_RU]=Инициатор (клиент)
X-Alterator-PackageList=storage/open-iscsi
X-Alterator-Required=no
X-Alterator-Parent=server-v/76-iscsi
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=iSCSI target daemon (User Mode)
Name[ru_RU]=iSCSI target сервер (процесс пользователя)
X-Alterator-PackageList=storage/scsitarget
X-Alterator-Required=no
X-Alterator-Parent=server-v/76-iscsi
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Targetcli managing LIO kernel target (Kernel Mode)
Name[ru_RU]=Targetcli управление параметрами ядра LIO (процесс ядра)
X-Alterator-PackageList=storage/targetcli
X-Alterator-Required=no
X-Alterator-Parent=server-v/76-iscsi
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Keepalived Loadbalancing and High-availability
Name[ru_RU]=Keepalived балансировщик нагрузки и отказоустойчивость
X-Alterator-PackageList=network/keepalived
X-Alterator-Required=no
X-Alterator-Parent=server-v/80-network
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Kubernetes
Name[ru_RU]=Kubernetes
X-Alterator-PackageList=container/kubernetes
X-Alterator-Required=no
X-Alterator-Parent=server-v/60-container
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=KVM virtualization server
Name[ru_RU]=Сервер виртуализации (KVM)
X-Alterator-PackageList=virt/kvm
X-Alterator-Required=no
X-Alterator-Parent=server-v/10-basic
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=LXD
Name[ru_RU]=LXD
X-Alterator-PackageList=container/lxd
X-Alterator-Required=no
X-Alterator-Parent=server-v/60-container
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Monit
Name[ru_RU]=Monit
X-Alterator-PackageList=monitoring/monit
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Web UI Server
Name[ru_RU]=Web интерфейс
X-Alterator-PackageList=storage/moosefs-cgiserv
X-Alterator-Required=no
X-Alterator-Parent=server-v/74-moosefs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Chunk Server
Name[ru_RU]=Cервер хранения данных
Comment=MooseFS Chunkserver for data storage servers
Comment[ru_RU]=MooseFS Cервер хранения данных
X-Alterator-PackageList=storage/moosefs-chunkserver
X-Alterator-Required=no
X-Alterator-Parent=server-v/74-moosefs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Client
Name[ru_RU]=Клиент
X-Alterator-PackageList=storage/moosefs-client
X-Alterator-Required=no
X-Alterator-Parent=server-v/74-moosefs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Master Server
Name[ru_RU]=Мастер сервер метаданных
Comment=MooseFS Master Server for metadata servers
Comment[ru_RU]=MooseFS Мастер сервер метаданных
X-Alterator-PackageList=storage/moosefs-master
X-Alterator-Required=no
X-Alterator-Parent=server-v/74-moosefs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Metalogger Server
Name[ru_RU]=Резервный сервер метаданных
Comment=Metalogger Server for synchronizes and backups the metadata
Comment[ru_RU]=Metalogger сервер для синхронизации и резервной копии метаданных
X-Alterator-PackageList=storage/moosefs-metalogger
X-Alterator-Required=no
X-Alterator-Conflicts=server-v/moosefs/master
X-Alterator-Parent=server-v/74-moosefs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Nagios NRPE
Name[ru_RU]=Nagios NRPE
Comment=NRPE - Nagios Remote Plugin Executor
Comment[ru_RU]=NRPE - Удаленный запуск команд для Nagios
X-Alterator-PackageList=monitoring/nagios-nrpe
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=NFS-Ganesha Server (User Mode)
Name[ru_RU]=NFS-Ganesha Сервер (процесс пользователя)
X-Alterator-PackageList=storage/nfs-ganesha-server
X-Alterator-Required=no
X-Alterator-Parent=server-v/75-nfs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=NFS Server (Kernel Mode)
Name[ru_RU]=NFS Сервер (процесс ядра)
X-Alterator-PackageList=storage/nfs-server
X-Alterator-Required=no
X-Alterator-Parent=server-v/75-nfs
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=OneFlow manages services and elasticity
Name[ru_RU]=OneFlow управление сервисами
X-Alterator-PackageList=virt/opennebula/flow
X-Alterator-Required=no
X-Alterator-Parent=server-v/30-opennebula
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=OneGate server that enables communication between VMs and OpenNebula
Name[ru_RU]=OneGate сервер сообщение между VM и OpenNebula
X-Alterator-PackageList=virt/opennebula/gate
X-Alterator-Required=no
X-Alterator-Parent=server-v/30-opennebula
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Sunstone Web GUI and the EC2 API
Name[ru_RU]=Sunstone Web-интерфейс и EC2 API
X-Alterator-PackageList=virt/opennebula/gui
X-Alterator-Required=no
X-Alterator-Parent=server-v/30-opennebula
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Computing KVM Node
Name[ru_RU]=Вычислительный узел KVM
X-Alterator-PackageList=virt/opennebula/node-kvm
X-Alterator-Required=no
X-Alterator-Conflicts=server-v/opennebula/server server-virt/opennebula/gui server-virt/opennebula/gate server-virt/opennebula/flow
X-Alterator-Depends=server-v/kvm
X-Alterator-Parent=server-v/30-opennebula
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Computing LXD Node
Name[ru_RU]=Вычислительный узел LXD
X-Alterator-PackageList=virt/opennebula/node-lxd
X-Alterator-Required=no
X-Alterator-Conflicts=server-v/opennebula/server server-virt/opennebula/gui server-virt/opennebula/gate server-virt/opennebula/flow
X-Alterator-Depends=server-v/lxd
X-Alterator-Parent=server-v/30-opennebula
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Main OpenNebula daemon and scheduler
Name[ru_RU]=Основной сервер Opennebula и планировщик
X-Alterator-PackageList=virt/opennebula/server
X-Alterator-Required=no
X-Alterator-Parent=server-v/30-opennebula
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Block Storage Node
Name[ru_RU]=Узел хранения блочных устройств
X-Alterator-PackageList=virt/openstack/block
X-Alterator-Required=no
X-Alterator-Parent=server-v/40-openstack
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Computing Node
Name[ru_RU]=Вычислительный узел
X-Alterator-PackageList=virt/openstack/compute
X-Alterator-Required=no
X-Alterator-Conflicts=server-v/openstack-block server-virt/openstack-controller server-virt/openstack-network server-virt/openstack-storage
X-Alterator-Depends=server-v/kvm
X-Alterator-Parent=server-v/40-openstack
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Controller Node
Name[ru_RU]=Управляющий узел
X-Alterator-PackageList=virt/openstack/controller
X-Alterator-Required=no
X-Alterator-Parent=server-v/40-openstack
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Network Node
Name[ru_RU]=Сетевой узел
X-Alterator-PackageList=virt/openstack/network
X-Alterator-Required=no
X-Alterator-Parent=server-v/40-openstack
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Storage Node
Name[ru_RU]=Узел хранения объектов
X-Alterator-PackageList=virt/openstack/storage
X-Alterator-Required=no
X-Alterator-Parent=server-v/40-openstack
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=OpenvSwitch
Name[ru_RU]=OpenvSwitch
X-Alterator-PackageList=network/openvswitch
X-Alterator-Required=no
X-Alterator-Parent=server-v/80-network
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Podman
Name[ru_RU]=Podman
X-Alterator-PackageList=container/podman
X-Alterator-Required=no
X-Alterator-Parent=server-v/60-container
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Prometheus exporter for hardware and OS metrics
Name[ru_RU]=Агент сбора метрик Prometheus
X-Alterator-PackageList=monitoring/prometheus-node_exporter
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Prometheus monitoring system
Name[ru_RU]=Сервер мониторинга Prometheus
X-Alterator-PackageList=monitoring/prometheus
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=PVE Server
Name[ru_RU]=PVE Сервер
X-Alterator-PackageList=virt/pve
X-Alterator-Required=no
X-Alterator-Conflicts=server-v/kvm
X-Alterator-Parent=server-v/20-pve
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=rkt
Name[ru_RU]=rkt
X-Alterator-PackageList=container/rkt
X-Alterator-Required=no
X-Alterator-Parent=server-v/60-container
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Rsyslog-classic for /dev/log
Name[ru_RU]=Rsyslog-classic для /dev/log
Comment=Classic syslog configuration with local logging to /var/log from /dev/log
Comment[ru_RU]=Классический демон для локального логирования /dev/log
X-Alterator-PackageList=logging/rsyslog-classic
X-Alterator-Required=no
X-Alterator-Parent=server-v/110-logging
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Systemd Journal Remote
Name[ru_RU]=Systemd Journal Remote
Comment=Serves journal events over the network
Comment[ru_RU]=Службы доступа и отправки журналов systemd через сеть
X-Alterator-PackageList=logging/systemd-journal-remote
X-Alterator-Required=no
X-Alterator-Parent=server-v/110-logging
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Telegraf Agent agent for collecting
Name[ru_RU]=Агент сбора метрик Telegraf
X-Alterator-PackageList=monitoring/telegraf
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Zabbix Agent
Name[ru_RU]=Агент Zabbix
X-Alterator-PackageList=monitoring/zabbix-agent
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Zabbix Monitoring Server
Name[ru_RU]=Сервер мониторинга Zabbix
X-Alterator-PackageList=tagged/server+zabbix
X-Alterator-Required=no
X-Alterator-Parent=server-v/90-monitoring
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=ZFS management utilities
Name[ru_RU]=Утилиты управления ZFS
X-Alterator-PackageList=storage/zfs
X-Alterator-Conflicts=server-v/20-pve
X-Alterator-Required=no
X-Alterator-Parent=server-v/70-storage
docker-ce
cni-plugins
docker-ce
cni-plugins
kubernetes-kubeadm
kubernetes-kubelet
cri-tools
collectd-virt
collectd-ipmi
prometheus
prometheus-alertmanager
prometheus
prometheus-node_exporter
prometheus-blackbox_exporter
zabbix-agent
alterator-zabbix-agent
zabbix-agent-sudo
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