Commit b80c1aa8 authored by Michael Shigorin's avatar Michael Shigorin

p[89].mk, regular.mk, server, groups: drop openstack

We've decided that there's not much sense to continue building server-openstack flavour of starterkits since it does take quite an effort to even test properly, and there was rather no feedback on those (maybe silent users will at least ping back this time). Those interested are invited to follow server-v development and contact Alexey Shabalin <shaba@altlinux.org> for cooperation. PS: the actual pkglists are here, it's only the bunch of groups tailored for standalone server-openstack with its group selection menu layout that are being removed regarding the shared bits.
parent 9da92a21
......@@ -38,7 +38,6 @@ distro/alt-p8-server: distro/regular-server mixin/p8; @:
distro/alt-p8-server-ovz: distro/regular-server-ovz mixin/p8; @:
distro/alt-p8-server-hyperv: distro/regular-server-hyperv mixin/p8; @:
distro/alt-p8-server-samba4: distro/regular-server-samba4 mixin/p8; @:
distro/alt-p8-server-openstack: distro/regular-server-openstack mixin/p8; @:
distro/alt-p8-server-pve: distro/regular-server-pve mixin/p8; @:
distro/alt-p8-builder: distro/regular-builder mixin/p8; @:
......
......@@ -30,7 +30,6 @@ distro/alt-p9-server: distro/regular-server mixin/p9; @:
distro/alt-p9-server-ovz: distro/regular-server-ovz mixin/p9; @:
distro/alt-p9-server-hyperv: distro/regular-server-hyperv mixin/p9; @:
distro/alt-p9-server-samba4: distro/regular-server-samba4 mixin/p9; @:
distro/alt-p9-server-openstack: distro/regular-server-openstack mixin/p9; @:
distro/alt-p9-server-pve: distro/regular-server-pve mixin/p9; @:
distro/alt-p9-server-lxd: distro/regular-server-lxd mixin/p9; @:
......
......@@ -222,16 +222,6 @@ distro/regular-server-hyperv: distro/.regular-server-managed
@$(call add,DEFAULT_SERVICES_DISABLE,bridge smartd)
@$(call add,DEFAULT_SERVICES_DISABLE,cpufreq-simple powertop)
distro/.regular-server-openstack: distro/.regular-server-base \
use/ntp/chrony use/firmware/qlogic use/server/groups/openstack
@$(call add,MAIN_GROUPS,tools/ipmi tools/monitoring)
distro/regular-server-openstack: distro/.regular-server-openstack +systemd; @:
@$(call add,THE_PACKAGES,dhcpcd)
distro/regular-server-openstack-sysv: distro/.regular-server-openstack +sysvinit
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-lvmetad)
distro/regular-server-pve: distro/.regular-server-systemd \
use/kernel/server use/firmware/qlogic +efi
@$(call set,BASE_BOOTLOADER,grub)
......
......@@ -50,8 +50,3 @@ use/server/groups/services: use/server
@$(call add,DEFAULT_SERVICES_DISABLE,php7-fpm)
use/server/groups/base: use/server/groups/tools use/server/groups/services; @:
use/server/groups/openstack: use/server
@$(call add,MAIN_GROUPS,openstack/block openstack/compute)
@$(call add,MAIN_GROUPS,openstack/controller openstack/network)
@$(call add,MAIN_GROUPS,openstack/storage)
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Block Storage Node
X-Alterator-PackageList=virt/openstack/block
X-Alterator-Required=no
Name[ru_RU]=Узел хранения блочных устройств
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Computing Node
X-Alterator-PackageList=virt/openstack/compute
X-Alterator-Required=no
X-Alterator-Conflicts=virt/openstack/block virt/openstack/controller virt/openstack/network virt/openstack/storage
Name[ru_RU]=Вычислительный узел
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Controller Node
X-Alterator-PackageList=virt/openstack/controller
X-Alterator-Required=no
Name[ru_RU]=Управляющий узел
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Network Node
X-Alterator-PackageList=virt/openstack/network
X-Alterator-Required=no
Name[ru_RU]=Сетевой узел
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Storage Node
X-Alterator-PackageList=virt/openstack/storage
X-Alterator-Required=no
Name[ru_RU]=Узел хранения объектов
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