server-v: Added OpenVZ group,list and profile

This commit is contained in:
Алексей Шабалин 2019-09-25 19:24:49 +03:00 committed by Anton Midyukov
parent f70df6b328
commit 0e090586b5
4 changed files with 22 additions and 1 deletions

View File

@ -50,7 +50,7 @@ distro/server-v: profiles = $(addprefix server-v/,\
ifeq (,$(filter-out x86_64,$(ARCH)))
distro/server-v: profiles_arch = $(addprefix server-v/,\
130-pve)
211-openvz 130-pve)
endif
distro/.server-v-base: distro/.base distro/.installer \
@ -105,6 +105,9 @@ ifeq (,$(filter-out x86_64,$(ARCH)))
endif
@$(call add,MAIN_GROUPS,server-v/140-basic server-v/kvm)
@$(call add,MAIN_GROUPS,server-v/200-container $(container))
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,server-v/openvz)
endif
@$(call add,MAIN_GROUPS,server-v/300-cluster server-v/corosync_pacemaker)
@$(call add,MAIN_GROUPS,server-v/400-storage)
@$(call add,MAIN_GROUPS,server-v/410-ceph $(ceph))

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=OpenVZ
Name[ru_RU]=Управление контейнерами OpenVZ
X-Alterator-PackageList=container/openvz
X-Alterator-Required=no
X-Alterator-Parent=server-v/200-container

View File

@ -0,0 +1,5 @@
kernel-image-ovz-el7
vzctl
vztt
vzstat
htop

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Directory
Name=OpenVZ
Name[ru_RU]=OpenVZ
X-Alterator-Groups=server-v/openvz