blob: 183932cfb65f1219a978569b246892d3f29f84c5 [file] [log] [blame]
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -05001/xyz/openbmc_project/control/host0/auto_reboot:
2 Interface: xyz.openbmc_project.Control.Boot.RebootPolicy
3 Defaults:
4 AutoReboot: 'false'
5
6/xyz/openbmc_project/control/host0/boot_source:
7 Interface: xyz.openbmc_project.Control.Boot.Source
8 Defaults:
9 BootSource: Source::Sources::Default
10
11/xyz/openbmc_project/control/host0/boot_mode:
12 Interface: xyz.openbmc_project.Control.Boot.Mode
13 Defaults:
14 BootMode: Mode::Modes::Regular
15
16/xyz/openbmc_project/control/host0/power_cap:
17 Interface: xyz.openbmc_project.Control.Power.Cap
Deepak Kodihalli7c075fe2017-06-24 12:53:57 -050018 Defaults:
19 PowerCap: 0
Andrew Geissler358490a2017-06-19 16:29:11 -050020 PowerCapEnable: 'false'
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050021
22/xyz/openbmc_project/control/host0/power_restore_policy:
23 Interface: xyz.openbmc_project.Control.Power.RestorePolicy
24 Defaults:
25 PowerRestorePolicy: RestorePolicy::Policy::Restore
26
27/xyz/openbmc_project/time/owner:
28 Interface: xyz.openbmc_project.Time.Owner
29 Defaults:
30 TimeOwner: Owner::Owners::BMC
31
32/xyz/openbmc_project/time/sync_method:
33 Interface: xyz.openbmc_project.Time.Synchronization
34 Defaults:
35 TimeSyncMethod: Synchronization::Method::NTP
Ratan Gupta24bfc042017-07-10 12:13:34 +053036
37/xyz/openbmc_project/network/host0/intf:
38 Interface: xyz.openbmc_project.Network.MACAddress
39 Defaults:
40 MACAddress: '"00:00:00:00:00:00"'
41
42/xyz/openbmc_project/network/host0/intf/addr:
43 Interface: xyz.openbmc_project.Network.IP
44 Defaults:
45 Address: '"0.0.0.0"'
46 PrefixLength: 0
47 Origin: IP::AddressOrigin::Static
48 Gateway: '"0.0.0.0"'
49 Type: IP::Protocol::IPv4