summaryrefslogtreecommitdiff
path: root/dryad/conf
AgeCommit message (Collapse)AuthorFilesLines
2018-08-01Inform Dryad about SSH listen addressAleksander Mistewicz2-4/+12
When multiple Dryads run under the same IP address, SSH and Dryad listen ports must be different. Change-Id: Iedf8dd5aafb0c45c6d8c6c6b45bc61d47c720041 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
2018-06-18Add STMsocket to dryad/confAleksander Mistewicz2-2/+7
Due to change in git.tizen.org/tools/muxpi/sw/nanopi/stm communication medium has changed. Preferably, dryad should connect to the running process of stm via unix socket exposing Go RPC interface. It is possible to use it in the old way by assigning "" to stm_socket configuration entry. Change-Id: If6f4b41c9dbf467e3d40772eb52b55cbbc79d749 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
2018-03-05Add Caps to dryad configurationAleksander Mistewicz2-0/+12
In the future Capabilities will be read from MuxPi's hardware. Currently write to and read from it is not supported therefore it has been added to configuration. Change-Id: Idedc71205bc4eea0fa489fa595daf6c367a1082c Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com> Reviewed-on: https://mcdsrvbld02.digital.local/review/49596 Reviewed-by: Maciej Wereski <m.wereski@partner.samsung.com> Tested-by: Maciej Wereski <m.wereski@partner.samsung.com>
2018-03-05Add boruta_address to dryad configurationAleksander Mistewicz2-0/+3
Change-Id: I0627223dc2b4cd9b8c6d17564a20ac334811789f Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com> Reviewed-on: https://mcdsrvbld02.digital.local/review/49595 Reviewed-by: Maciej Wereski <m.wereski@partner.samsung.com> Tested-by: Maciej Wereski <m.wereski@partner.samsung.com>
2018-03-02Add Dryad configuration packageAleksander Mistewicz3-0/+172
A non-standard library for configuration serialization is used. It is licensed under MIT license. Install it with command below: go get "github.com/BurntSushi/toml" Change-Id: I71321d341ac8d64c6a9ed85f2d895524eca01fac Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>