From 4c60e5ec7bc4567a13fc5ffea0cb51e7850fa9b5 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Sun, 10 Jan 2016 15:22:45 -0600 Subject: Create the settings dbus object. 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. --- settings.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 settings.yaml (limited to 'settings.yaml') diff --git a/settings.yaml b/settings.yaml new file mode 100644 index 0000000..8bd9543 --- /dev/null +++ b/settings.yaml @@ -0,0 +1,14 @@ +--- +# Settings Config File +host: + powercap: + name: power_cap + type: i + default: 0 + min: 0 + max: 1000 + unit: watts + bootflags: + name: boot_flags + type: s + default: "0000000000" -- cgit v1.2.1