f60638b5cb
Add needed packages to conf/layer.conf. inspect.sh script: (1) parse list of installed packages into pkg name and pkg version. (2) update Packages_List_efforts.csv
63 lines
1.1 KiB
BlitzBasic
63 lines
1.1 KiB
BlitzBasic
SUMMARY = "StarlingX/cgsc-root/stx/stx-integ/config-files"
|
|
PR = "r0"
|
|
|
|
#
|
|
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
|
|
#
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
|
|
inherit packagegroup
|
|
|
|
PROVIDES = "${PACKAGES}"
|
|
|
|
PACKAGES = " \
|
|
packagegroup-stx-integ \
|
|
packagegroup-stx-integ-base \
|
|
packagegroup-stx-integ-cff \
|
|
packagegroup-stx-integ-puppet-modules \
|
|
"
|
|
|
|
RDEPENDS_packagegroup-stx-integ = " \
|
|
packagegroup-stx-integ-base \
|
|
packagegroup-stx-integ-cff \
|
|
packagegroup-stx-integ-puppet-modules \
|
|
"
|
|
|
|
RDEPENDS_packagegroup-stx-integ-base = " \
|
|
cgcs-users \
|
|
dhcp-config \
|
|
dnsmasq-config \
|
|
haproxy-config \
|
|
initscripts-config \
|
|
net-snmp-config \
|
|
openssh-config \
|
|
setup-config \
|
|
systemd-config \
|
|
lighttpd-config \
|
|
"
|
|
|
|
RDEPENDS_packagegroup-stx-integ-cff = " \
|
|
audit-config \
|
|
docker-config \
|
|
io-scheduler \
|
|
iptables-config \
|
|
memcached-custom \
|
|
ntp-config \
|
|
rsync-config \
|
|
syslog-ng-config \
|
|
util-linux-config \
|
|
"
|
|
# sudo-config \
|
|
# shadow-utils-config
|
|
# pam-config
|
|
|
|
RDEPENDS_packagegroup-stx-integ-puppet-modules = " \
|
|
"
|
|
# puppet-boolean \
|
|
# puppet-create-resources \
|
|
# puppet-dnsmasq \
|
|
# puppet-drbd \
|
|
# "
|
|
# puppet
|