summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #8 from ratagupt/146621Patrick Williams2016-06-032-1/+9
|\ \ | |/ |/| Adding the boot_policy attribute
| * Adding the boot_policy attributeratagupt2016-06-022-1/+9
|/
* Merge pull request #7 from williamspatrick/pprint-settingsPatrick Williams2016-04-192-3/+20
|\ | | | | Make settings_file.py more git-diff friendly.
| * settings_file.py: update with pprint'd output.Patrick Williams2016-04-011-1/+17
| | | | | | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
| * parser: pprint settings_file.pyPatrick Williams2016-04-011-2/+3
|/ | | | | | | | Use pprint for settings map instead of just casting to string. This makes the output of the tool better for git-diff because it is sorted and multiple lines. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Merge pull request #6 from tomjoseph83/ipmi_lockdownPatrick Williams2016-04-013-1/+7
|\ | | | | Add Restricted mode as a host setting
| * Add Restricted mode as a host settingtomjose2016-03-283-1/+7
|/
* Merge pull request #5 from nkskjames/power_policynkskjames2016-01-312-1/+5
|\ | | | | add power policy settings
| * add power policy settingsNorman James2016-01-312-1/+5
|/
* Merge pull request #4 from causten/masternkskjames2016-01-302-2/+2
|\ | | | | Change default for boot parms to be human readable
| * Change default for boot parms to be human readableChris Austen2016-01-292-2/+2
|/ | | | | | | | The REST interface is not a reflection of IPMI. It is its own design. The 0's as the default was because that is what the you could think of as the IPMI bytes indicating default. The OpenBMC REST interface should not have a direct relationship with IPMI. That is a general tenent
* Merge pull request #2 from anoo1/persistentnkskjames2016-01-293-43/+40
|\ | | | | Add system_state dbus property
| * Add system_state dbus propertyAdriana Kobylak2016-01-293-43/+40
|/ | | | | | | | | | | Add system_state property to keep track of the system state across reboots. Include the generated settings_file.py since some build machines cannot have the yaml python module installed. This file will be removed once the code is ported to C in the next rework. Add the path where the settings will be stored in bmc: /var/lib/obmc/ Address review comments from the initial commit.
* Merge pull request #1 from anoo1/settingsnkskjames2016-01-254-0/+130
|\ | | | | Create the settings dbus object.
| * Create the settings dbus object.Adriana Kobylak2016-01-104-0/+130
|/ | | | | | | | Host settings are specified in a yaml file. Parser converts the yaml file into a dictionary. The settings manager runs on the BMC and uses the dictionary to create the dbus properties and save the values in the BMC so that the values persist.
* Initial commitPatrick Williams2015-12-181-0/+202
OpenPOWER on IntegriCloud