summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorojayanth <ojayanth@in.ibm.com>2023-05-22 07:13:15 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-02 00:50:34 +0300
commitcc73039b28e2b60eed4e6304ab31052ceda5e641 (patch)
tree9fccc05eb27a60576bd302c604ecbe6a81f8cde2 /meta-ibm
parent7e4113c96151f0992b77175b9aeb04171f54e52e (diff)
downloadopenbmc-cc73039b28e2b60eed4e6304ab31052ceda5e641.tar.xz
meta-ibm: p10bmc-distributed: enable etcd package
This feature helps to support a system where multiple BMC's will be a part of a single composed system. etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. Enabled "etcd" package to install etcd binaries and the required systemd units to start etcd in cluster configuration. Tested: verified image. Installed binaries and systemd unit files. rootfs/etc/etcd.d/etcd-existing.conf rootfs/etc/etcd-new.conf.sample rootfs/etc/systemd/system/multi-user.target.wants/etcd-new.service rootfs/etc/systemd/system/multi-user.target.wants/etcd.service rootfs/lib/systemd/system/etcd-new.service rootfs/lib/systemd/system/etcd.service rootfs/usr/bin/etcd rootfs/usr/bin/etcdctl Change-Id: Iad30df3475b861491492168f975d7b347a1481a6 Signed-off-by: ojayanth <ojayanth@in.ibm.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 71e8580b57..92fa44a76f 100644
--- a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -1,6 +1,7 @@
OBMC_IMAGE_EXTRA_INSTALL:append:ibm-ac-server = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-hostname"
OBMC_IMAGE_EXTRA_INSTALL:remove:witherspoon-tacoma = " liberation-fonts uart-render-controller"
OBMC_IMAGE_EXTRA_INSTALL:append:p10bmc = " mboxd"
+OBMC_IMAGE_EXTRA_INSTALL:append:p10bmc-distributed = " etcd"
IMAGE_FEATURES:append = " obmc-dbus-monitor"