Iotronic Home set.

Change-Id: I7578e1d070db545f453d9ef3d6ab6e1b1ff9a4c9
This commit is contained in:
Nicola Peditto 2017-04-19 18:47:21 +02:00
parent 66a4414945
commit 0bc5edd8d6
5 changed files with 27 additions and 6 deletions

View File

@ -2,10 +2,11 @@
Iotronic Lightning-rod Agent
===============================
Python implementation of Lightning-rod Agent,
the Stack4Things (http://stack4things.unime.it/) board-side probe.
Python implementation of Lightning-rod Agent, the Stack4Things
board-side probe.
* Free software: Apache license
* Free software: Apache 2.0 license
* Website: http://stack4things.unime.it/
* Documentation: http://docs.openstack.org/developer/iotronic_lightningrod
* Source: https://github.com/openstack/iotronic-lightning-rod
* Bugs: https://bugs.launchpad.net/iotronic-lightning-rod
@ -13,4 +14,4 @@ the Stack4Things (http://stack4things.unime.it/) board-side probe.
Features
--------
* TODO
* TODO

View File

@ -1,3 +1,3 @@
[DEFAULT]
debug = True
log_file = /var/log/s4t-lightning-rod.log
log_file = /var/log/iotronic/lightning-rod.log

View File

@ -25,4 +25,4 @@ entry_points_name = \
package_path = os.path.join(dist.location, __package__)
# Iotronic home folder
iotronic_home = "/opt/stack4things/iotronic"
iotronic_home = "/var/lib/iotronic"

7
plugins.example.json Normal file
View File

@ -0,0 +1,7 @@
{
"plugins": {
"zero": {
"autostart": "false"
}
}
}

13
settings.example.json Normal file
View File

@ -0,0 +1,13 @@
{
"iotronic": {
"node": {
"code": "<REGISTRATION-TOKEN>"
},
"wamp": {
"registration-agent": {
"url": "ws://<WAMP-SERVER>:<WAMP-PORT>/",
"realm": "<IOTRONIC-REALM>"
}
}
}
}