summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/settings
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08Add DHCP D-Bus objects for Hypervisor Virtual Management InterfaceSunitha Harish2-1/+24
This commit adds the D-Bus objects to enable the DHCP on the hypervisor's virtual management interface. New attributes are : 1. DHCPEnabled - At Interface level. Values will be "v4/v6/both/none". Default is "none" 2. Enabled - At IPv4 object level : To indicate if the Virtual Management Interface has consumed the IP address or not. Tested By: 1. busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/network/hypervisor 2. busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/network/hypervisor/eth0 3. busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/network/hypervisor/eth0/ipv4/addr0 4. On rainier : similar tests for eth1 (From meta-ibm rev: 988412a2463a58f85f50648f9497a8779203087e) Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com> Change-Id: I734347a8953cd11955eeaacfd67b815810587046 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08Add Hypervisor Virtual Management D-Bus interface objectsSunitha Harish3-0/+94
This commit adds a new yaml file for holding the Hypervisor's Virtual Management Interface's network objects. This models two ethernet interfaces to the hypervisor and its static IPv4 attributes. Tested by: busctl tree xyz.openbmc_project.Settings (From meta-ibm rev: ae4ab28128052a57f8ddd4c910e27e04f92305d6) Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com> Change-Id: I9a32d943867d26fbf215f248ab944e6f8750f415 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27meta-ibm: move all meta-witherspoon metadataBrad Bishop5-0/+28
The metadata common to all IBM systems is confusingly split between meta-ibm and meta-witherspoon. Move everything to meta-ibm. The meta-ibm README is re-written to more accurately reflect the scope of the layer. Allow the configuration samples (bblayers.conf.sample, local.conf.sample) to be sourced from either meta-ibm or meta-witherspoon until such a time that any workflows and tooling have had the opportunity to move to meta-ibm. (From meta-ibm rev: 6e05ef2e90b214eaf4e43ee7027bbbb1d8d09442) Change-Id: I3ec890d5300f9649c974ea6b9dca93a2e8a889ab Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-02-06meta-ibm: Add send_event_logs_to_host settingMatt Spinler2-0/+7
This will be used so that during manufacturing test the PEL (Platform Event Log) code that runs inside phosphor-log-manager can be told not to send PELs to the host as that is not desired in some cases. The D-Bus path is: /xyz/openbmc_project/logging/send_event_logs_to_host and it uses the xyz.openbmc_project.Object.Enable interface that provides an Enabled property. The default value is Enabled = true. (From meta-ibm rev: 42cd2d857eb1d1c4ae6fdd8c9ee6c3c8de5ef7a0) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I9cab4f1c1efdda3a6d3f6f38f7c3e19690f452c2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>