Brad Bishop | d7cbc98 | 2017-07-31 22:44:24 -0400 | [diff] [blame] | 1 | /xyz/openbmc_project/control/minimum_ship_level_required: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 2 | - Interface: xyz.openbmc_project.Control.MinimumShipLevel |
| 3 | Properties: |
| 4 | MinimumShipLevelRequired: |
| 5 | Default: 'true' |
Brad Bishop | d7cbc98 | 2017-07-31 22:44:24 -0400 | [diff] [blame] | 6 | |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 7 | /xyz/openbmc_project/control/host0/auto_reboot: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 8 | - Interface: xyz.openbmc_project.Control.Boot.RebootPolicy |
| 9 | Properties: |
| 10 | AutoReboot: |
| 11 | Default: 'true' |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 12 | |
Deepak Kodihalli | a692bcc | 2017-08-27 03:28:25 -0500 | [diff] [blame] | 13 | /xyz/openbmc_project/control/host0/boot: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 14 | - Interface: xyz.openbmc_project.Control.Boot.Source |
| 15 | Properties: |
| 16 | BootSource: |
| 17 | Default: Source::Sources::Default |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 18 | - Interface: xyz.openbmc_project.Control.Boot.Mode |
| 19 | Properties: |
| 20 | BootMode: |
| 21 | Default: Mode::Modes::Regular |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 22 | |
Deepak Kodihalli | 7213398 | 2017-08-27 06:54:26 -0500 | [diff] [blame] | 23 | /xyz/openbmc_project/control/host0/boot/one_time: |
| 24 | - Interface: xyz.openbmc_project.Control.Boot.Source |
| 25 | Properties: |
| 26 | BootSource: |
| 27 | Default: Source::Sources::Default |
| 28 | - Interface: xyz.openbmc_project.Control.Boot.Mode |
| 29 | Properties: |
| 30 | BootMode: |
| 31 | Default: Mode::Modes::Regular |
| 32 | - Interface: xyz.openbmc_project.Object.Enable |
| 33 | Properties: |
| 34 | Enabled: |
| 35 | Default: 'true' |
| 36 | |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 37 | /xyz/openbmc_project/control/host0/power_cap: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 38 | - Interface: xyz.openbmc_project.Control.Power.Cap |
| 39 | Properties: |
| 40 | PowerCap: |
| 41 | Default: 0 |
| 42 | Validation: |
| 43 | Type: "range" |
| 44 | Validator: "0..1000" |
| 45 | Unit: "Watts" |
| 46 | PowerCapEnable: |
| 47 | Default: 'false' |
| 48 | |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 49 | /xyz/openbmc_project/control/host0/power_restore_policy: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 50 | - Interface: xyz.openbmc_project.Control.Power.RestorePolicy |
| 51 | Properties: |
| 52 | PowerRestorePolicy: |
| 53 | Default: RestorePolicy::Policy::AlwaysOff |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 54 | |
| 55 | /xyz/openbmc_project/time/owner: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 56 | - Interface: xyz.openbmc_project.Time.Owner |
| 57 | Properties: |
| 58 | TimeOwner: |
| 59 | Default: Owner::Owners::BMC |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 60 | |
| 61 | /xyz/openbmc_project/time/sync_method: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 62 | - Interface: xyz.openbmc_project.Time.Synchronization |
| 63 | Properties: |
| 64 | TimeSyncMethod: |
| 65 | Default: Synchronization::Method::NTP |
Ratan Gupta | 24bfc04 | 2017-07-10 12:13:34 +0530 | [diff] [blame] | 66 | |
| 67 | /xyz/openbmc_project/network/host0/intf: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 68 | - Interface: xyz.openbmc_project.Network.MACAddress |
| 69 | Properties: |
| 70 | MACAddress: |
| 71 | Default: '"00:00:00:00:00:00"' |
| 72 | Validation: |
| 73 | Type: "regex" |
| 74 | Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$' |
Ratan Gupta | 24bfc04 | 2017-07-10 12:13:34 +0530 | [diff] [blame] | 75 | |
Patrick Williams | 4e57b35 | 2017-07-29 06:30:06 -0500 | [diff] [blame] | 76 | #needs to implement address validation TODO openbmc/issues/2046 |
Ratan Gupta | 24bfc04 | 2017-07-10 12:13:34 +0530 | [diff] [blame] | 77 | /xyz/openbmc_project/network/host0/intf/addr: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 78 | - Interface: xyz.openbmc_project.Network.IP |
| 79 | Properties: |
| 80 | Address: |
| 81 | Default: '"0.0.0.0"' |
| 82 | PrefixLength: |
| 83 | Default: 0 |
| 84 | Validation: |
| 85 | Type: "range" |
| 86 | Validator: 0..128 |
| 87 | Unit: "bits" |
| 88 | Origin: |
| 89 | Default: IP::AddressOrigin::Static |
| 90 | Gateway: |
| 91 | Default: '"0.0.0.0"' |
| 92 | Type: |
| 93 | Default: IP::Protocol::IPv4 |
Deepak Kodihalli | ad79a1b | 2017-07-22 14:12:41 -0500 | [diff] [blame] | 94 | |
| 95 | /xyz/openbmc_project/control/host0/restriction_mode: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 96 | - Interface: xyz.openbmc_project.Control.Security.RestrictionMode |
| 97 | Properties: |
| 98 | RestrictionMode: |
| 99 | Default: RestrictionMode::Modes::None |
Marri Devender Rao | 7f0a66d | 2017-07-19 02:13:31 -0500 | [diff] [blame] | 100 | |
| 101 | /xyz/openbmc_project/control/host0/TPMEnable: |
Deepak Kodihalli | 2a93f74 | 2017-08-27 03:16:13 -0500 | [diff] [blame] | 102 | - Interface: xyz.openbmc_project.Control.TPM.Policy |
| 103 | Properties: |
| 104 | TPMEnable: |
| 105 | Default: 'false' |
Gunnar Mills | 2e16933 | 2018-01-26 14:45:39 -0600 | [diff] [blame] | 106 | |
Adriana Kobylak | 5dce67a | 2018-08-20 14:39:30 -0500 | [diff] [blame] | 107 | /xyz/openbmc_project/control/power_supply_attributes: |
| 108 | - Interface: xyz.openbmc_project.Control.PowerSupplyAttributes |
| 109 | Properties: |
| 110 | DeratingFactor: |
| 111 | Default: 90 |
| 112 | |
Gunnar Mills | 2e16933 | 2018-01-26 14:45:39 -0600 | [diff] [blame] | 113 | /xyz/openbmc_project/control/power_supply_redundancy: |
| 114 | - Interface: xyz.openbmc_project.Control.PowerSupplyRedundancy |
| 115 | Properties: |
| 116 | PowerSupplyRedundancyEnabled: |
| 117 | Default: 'true' |
Jayanth Othayoth | 82f2377 | 2018-02-06 05:13:20 -0600 | [diff] [blame] | 118 | |
| 119 | /xyz/openbmc_project/control/host0/turbo_allowed: |
| 120 | - Interface: xyz.openbmc_project.Control.Host.TurboAllowed |
| 121 | Properties: |
| 122 | TurboAllowed: |
| 123 | Default: 'true' |
Deepak Kodihalli | dcc1bdb | 2018-09-07 02:14:17 -0500 | [diff] [blame] | 124 | |
| 125 | /xyz/openbmc_project/logging/rest_api_logs: |
| 126 | - Interface: xyz.openbmc_project.Object.Enable |
| 127 | Properties: |
| 128 | Enabled: |
| 129 | Default: 'false' |