commit | 7ff8ad921b94aa7379a7103f6a961606ff75a74e | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Feb 15 17:02:41 2019 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Feb 20 17:35:12 2019 -0800 |
tree | 3a5e15dcc3f41bbec3e26b53e459d985a1b0aaaf | |
parent | f749ce60a7ca48f967753669a4678e2d3331b22d [diff] |
SEBA-462 Service unload can be initiated by synchronizer Change-Id: Idb8b924a6b048b16cdb6b04e91058026932d827d
diff --git a/lib/xos-config/xosconfig/default.py b/lib/xos-config/xosconfig/default.py index afed387..2e37229 100644 --- a/lib/xos-config/xosconfig/default.py +++ b/lib/xos-config/xosconfig/default.py
@@ -14,6 +14,7 @@ DEFAULT_VALUES = { "xos_dir": "/opt/xos", + "desired_state": "load", # synchronizers - default to "load" # The configuration below inherits from the standard config of the Python logging module # See: https://docs.python.org/2/library/logging.config.html # multistructlog supports this config in all of its generality
diff --git a/lib/xos-config/xosconfig/synchronizer-config-schema.yaml b/lib/xos-config/xosconfig/synchronizer-config-schema.yaml index 532ca3c..357e8d9 100644 --- a/lib/xos-config/xosconfig/synchronizer-config-schema.yaml +++ b/lib/xos-config/xosconfig/synchronizer-config-schema.yaml
@@ -15,6 +15,8 @@ map: name: type: str + desired_state: + type: str xos_dir: type: str logging: