server-v: Added OpenVZ group,list and profile
This commit is contained in:
parent
f70df6b328
commit
0e090586b5
@ -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))
|
||||
|
8
pkg.in/groups/server-v/openvz.directory
Normal file
8
pkg.in/groups/server-v/openvz.directory
Normal 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
|
5
pkg.in/lists/container/openvz
Normal file
5
pkg.in/lists/container/openvz
Normal file
@ -0,0 +1,5 @@
|
||||
kernel-image-ovz-el7
|
||||
vzctl
|
||||
vztt
|
||||
vzstat
|
||||
htop
|
5
pkg.in/profiles/server-v/211-openvz.directory
Normal file
5
pkg.in/profiles/server-v/211-openvz.directory
Normal file
@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=OpenVZ
|
||||
Name[ru_RU]=OpenVZ
|
||||
X-Alterator-Groups=server-v/openvz
|
Loading…
Reference in New Issue
Block a user