summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml
blob: 1154b07fb34a4b35ad0702675e0084d27333708e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/xyz/openbmc_project/control/host0/auto_reboot:
    Interface: xyz.openbmc_project.Control.Boot.RebootPolicy
    Defaults:
        AutoReboot: 'false'

/xyz/openbmc_project/control/host0/boot_source:
    Interface: xyz.openbmc_project.Control.Boot.Source
    Defaults:
        BootSource: Source::Sources::Default

/xyz/openbmc_project/control/host0/boot_mode:
    Interface: xyz.openbmc_project.Control.Boot.Mode
    Defaults:
        BootMode: Mode::Modes::Regular

/xyz/openbmc_project/control/host0/power_cap:
    Interface: xyz.openbmc_project.Control.Power.Cap
    Defaults:
        PowerCap: 0
        PowerCapEnable: 'false'

/xyz/openbmc_project/control/host0/power_restore_policy:
    Interface: xyz.openbmc_project.Control.Power.RestorePolicy
    Defaults:
        PowerRestorePolicy: RestorePolicy::Policy::Restore

/xyz/openbmc_project/time/owner:
    Interface: xyz.openbmc_project.Time.Owner
    Defaults:
        TimeOwner: Owner::Owners::BMC

/xyz/openbmc_project/time/sync_method:
    Interface: xyz.openbmc_project.Time.Synchronization
    Defaults:
        TimeSyncMethod: Synchronization::Method::NTP
OpenPOWER on IntegriCloud