Commit 0e090586 authored by Alexey Shabalin's avatar Alexey Shabalin Committed by Anton Midyukov

server-v: Added OpenVZ group,list and profile

parent f70df6b3
......@@ -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))
......
[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
kernel-image-ovz-el7
vzctl
vztt
vzstat
htop
[Desktop Entry]
Type=Directory
Name=OpenVZ
Name[ru_RU]=OpenVZ
X-Alterator-Groups=server-v/openvz
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