History log of /openbmc/phosphor-settingsd/ (Results 76 – 100 of 103)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
54be910b21-Sep-2016 Brad Bishop <bradleyb@us.ibm.com>

Generate settings file during build

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: If8831a33757a71bf4c544d7b1a57433361bc4fc8

3b3cffb621-Sep-2016 Brad Bishop <bradleyb@us.ibm.com>

setup: minor formatting changes

Rename package to match naming conventions.

Change-Id: I899f15dcb98524cc96d22afae7c9c07bdc0751b5
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

5b090c6121-Sep-2016 Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

Validate user inputs in settings daemon

Currently, the properties defined under /org/openbmc/settings/host0 can take any
value and it is upto the consumer daemons to act only if the valid data was
g

Validate user inputs in settings daemon

Currently, the properties defined under /org/openbmc/settings/host0 can take any
value and it is upto the consumer daemons to act only if the valid data was
given.

This patch will provide a validation logic for all the properties and will raise
an exception in the case of invalid inputs. Only on a valid input, will the data
gets written and saved.

Validation methods and types per property are provided in the configuration file
and used by the manager whenever a particular property is changed.

Change-Id: I0731ce6e00ab3cb4e11deb98c03fda8d5adad913
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

show more ...

d5b7e93821-Sep-2016 Brad Bishop <bradleyb@us.ibm.com>

parser: Remove execute permissions

Change-Id: Ibc9824ab085ffdf056ef39cfb793a9e8d7f6aeda
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

5a1fc9aa31-Aug-2016 Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

Add properties needed by Time Manager daemon

time manager daemon needs 3 new properties namely:

- time_mode : For setting the mode to NTP or MANUAL
- time_owner : For setting the owner to BMC/HOST/

Add properties needed by Time Manager daemon

time manager daemon needs 3 new properties namely:

- time_mode : For setting the mode to NTP or MANUAL
- time_owner : For setting the owner to BMC/HOST/SPLIT/BOTH
- use_dhcp_ntp : Updating UseNtp= field in network files

Change-Id: I50ef4ef32f5555044c7722519f6c0dd26bd3c83a
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

show more ...

256be78724-Aug-2016 Adriana Kobylak <anoo@us.ibm.com>

Add python setup script

Save script in /usr/sbin/ and data file in
/usr/share/obmc-phosphor-settings/.
Closes openbmc/phosphor-settingsd#9

Change-Id: I1ac67e88dab5904c3d2a96707db0b510a608a8c2
Signe

Add python setup script

Save script in /usr/sbin/ and data file in
/usr/share/obmc-phosphor-settings/.
Closes openbmc/phosphor-settingsd#9

Change-Id: I1ac67e88dab5904c3d2a96707db0b510a608a8c2
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...

6710772601-Aug-2016 Ratan Gupta <ratagupt@in.ibm.com>

Implement IPMI Network Settings Override

Adding the network config data

Fixes openbmc/openbmc#267

Change-Id: If6973c04714d6357e5da9887e3ec5f0c1aa04900
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.c

Implement IPMI Network Settings Override

Adding the network config data

Fixes openbmc/openbmc#267

Change-Id: If6973c04714d6357e5da9887e3ec5f0c1aa04900
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>

show more ...

2cbef3dc31-Aug-2016 Brad Bishop <bradleyb@us.ibm.com>

manager: ObjectManager/Properties intf fixes

Defer name grab until object is created.
Unmask ObjectManager/Properties signals.

Change-Id: Ife4d15575b87f1e00e5c30b072be3c7b3d117da7
Signed-off-by: Br

manager: ObjectManager/Properties intf fixes

Defer name grab until object is created.
Unmask ObjectManager/Properties signals.

Change-Id: Ife4d15575b87f1e00e5c30b072be3c7b3d117da7
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

2a9fe66731-Aug-2016 Brad Bishop <bradleyb@us.ibm.com>

manager: pep8 fixes

Change-Id: I3457da41acb1ed9e21c2c83f4a6e4509a79f71f7
Signed-of-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

3322ff4231-Aug-2016 Brad Bishop <bradleyb@us.ibm.com>

manager: Remove exe perms

Change-Id: I84477ba9dd70d5656bc6f66397cd924bd27a427f
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

df9b8ad206-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #10 from bradbishop/switch-to-pyphosphor

Use pyphosphor rather than skeleton Openbmc.py

8234513e03-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #8 from ratagupt/146621

Adding the boot_policy attribute

7fb6880f04-Apr-2016 ratagupt <ratagupt@in.ibm.com>

Adding the boot_policy attribute

5ef7fe6d17-May-2016 Brad Bishop <bradleyb@us.ibm.com>

Use pyphosphor rather than skeleton Openbmc.py

The Openbmc module in skeleton is going away so move to using the
bindings add ons in the pyphosphor package.

Signed-of-by: Brad Bishop <bradleyb@fuzz

Use pyphosphor rather than skeleton Openbmc.py

The Openbmc module in skeleton is going away so move to using the
bindings add ons in the pyphosphor package.

Signed-of-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

a3689f6d19-Apr-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #7 from williamspatrick/pprint-settings

Make settings_file.py more git-diff friendly.

cd74b12001-Apr-2016 Patrick Williams <patrick@stwcx.xyz>

settings_file.py: update with pprint'd output.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

7ce37e8901-Apr-2016 Patrick Williams <patrick@stwcx.xyz>

parser: pprint settings_file.py

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

parser: pprint settings_file.py

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>

show more ...

c774a08c01-Apr-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #6 from tomjoseph83/ipmi_lockdown

Add Restricted mode as a host setting

8eb691f228-Mar-2016 tomjose <tomjoseph@in.ibm.com>

Add Restricted mode as a host setting

3bda531d31-Jan-2016 nkskjames <nkskjames@gmail.com>

Merge pull request #5 from nkskjames/power_policy

add power policy settings

48c21b8d31-Jan-2016 Norman James <njames@us.ibm.com>

add power policy settings

33e0930730-Jan-2016 nkskjames <nkskjames@gmail.com>

Merge pull request #4 from causten/master

Change default for boot parms to be human readable

ac98696b29-Jan-2016 Chris Austen <austenc@us.ibm.com>

Change default for boot parms to be human readable

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 t

Change default for boot parms to be human readable

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

show more ...

1626a9d929-Jan-2016 nkskjames <nkskjames@gmail.com>

Merge pull request #2 from anoo1/persistent

Add system_state dbus property

41a925ed28-Jan-2016 Adriana Kobylak <anoo@us.ibm.com>

Add system_state dbus property

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 pytho

Add system_state dbus property

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.

show more ...

12345