Commit Graph

20 Commits

Author SHA1 Message Date
Nicola Peditto 3e5782eb1f Release 0.5.0:
- added support to wstun allow list
- added force renew rpc/api
- added DeviceRestSubmit allowed action
- added checks in create and enable webservice
- added ServicesStatus RPC/API
- added hard delete device procedures
- added support for LR "freedom" edition
- added checks if dns or webservice already exists
- check in device creation for duplicated device name
- updated nginx confs

Change-Id: Idb95e63cc4d732f69331ebb585ee576ae872ac5c
2021-11-03 18:13:10 +01:00
Fabio Verboso 5b652f9a1f New Request/Result System.
Change-Id: I55c54bfa92eb339daf3f5b3683dcc33cbe0cee90
2019-05-29 18:45:45 +02:00
Fabio Verboso 071f99b3d8 Results and Requests
Iotronic logs every request sent to the board and its result

Change-Id: Iec5d44de970c1bbd3e304185f340a4a99832474c
2019-05-03 17:18:10 +02:00
Fabio Verboso 36c20a1ef6 Fix wamp session synchronization on the database.
Improved and fixed the session synchronization on the wamp agent.

Change-Id: I4e94d975b06c87f08c6680084b976fe8146bb424
2018-12-13 17:57:49 +01:00
Fabio Verboso 30fa19b1cf New Serializer for autobahn.
Added serializer parameter in autobahn connection.
Autobahn version Updated in requirements.txt

Change-Id: Ibe18812a6e215ed4adb2aca963b2c83ac7fa62ff
2018-12-11 18:35:03 +01:00
Fabio Verboso 5a373e7941 WebServices and New Wamp Agent routing
Wamp RPCs are forwarding using the correct server and topic
Introduced the new WebServices core feature with its REST APIs and models.
Designate and Nginx are required for this new feature.

Change-Id: Ia172654fbaf5502e3b9325a862a4e986fa27ee35
2018-12-06 18:48:32 +01:00
Fabio Verboso 094eae7851 Fix WampAgent rpc side and requirements
Change-Id: Ib79ae987fb6a0381913d6edb85c5fbc0d03d22f9
2018-09-17 13:08:59 +02:00
Fabio Verboso 1d57c32a6b Wss support
Wss connection has been implemented.

Change-Id: Ia8a4598d47fbb06b093a4fdd969861aa0bbe41aa
2018-07-10 11:46:02 +02:00
Zakaria 67b15a6b7a Virtual-networks
Change-Id: Ia426970fbece3f0c18bdf0ee555c37407dfbe981
2018-06-06 10:28:39 +02:00
Fabio Verboso 9514a517fd Fix wamp rpc registration
Change-Id: I5b7650d06baa85f1f014b79b3dcc5448e11e35ae
2018-02-27 16:40:32 +01:00
Fabio Verboso 88d5be7930 Moved to python3.5
Now Iotronic requires python3 and python2 is not supported anymore

Change-Id: I2d2fdccb1788412d21d216052fb843ff24061040
2018-02-06 13:04:16 +01:00
shubhendu 37556080ed Set access_policy for messaging's dispatcher
oslo.messaging allow dispatcher to restrict endpoint methods
since 5.11.0 in d3a8f280ebd6fd12865fd20c4d772774e39aefa2, set with
DefaultRPCAccessPolicy to fix FutureWarning like:

FutureWarning: The access_policy argument is changing its default
value to <class 'oslo_messaging.rpc.dispatcher.DefaultRPCAccessPolicy'>
in version '?', please update the code to explicitly set None as the
value: access_policy defaults to LegacyRPCAccessPolicy which exposes
private methods. Explicitly set access_policy to DefaultRPCAccessPolicy
or ExplicitRPCAccessPolicy.

Change-Id: I9ffa8e972f2015a5ac1a478252db0e017637132c
2017-06-12 05:42:37 +00:00
Fabio Verboso 0b57956164 general fixes and checks
Change-Id: I72de75a264ebd92bca35c52746cb2987d8f94902
2017-04-03 19:03:02 +02:00
Fabio Verboso b9e45b1eee A LOT OF STUFF :)
Change-Id: I7c4c386559def70142b76da6112dff50c55183cc
2017-03-22 17:16:14 +01:00
Fabio Verboso ed9a1b943d managing wamp message for wamp rpcs
Change-Id: Ib69bb5026d1d339bffb227528c898e3181456ba6
2017-03-07 18:59:49 +01:00
Fabio Verboso 41bfe34311 fix shutdown procedures for conductor and agent
Change-Id: Ie7ab10280491ac1069857e3091c7273af31f8892
2017-02-17 15:01:11 +01:00
Fabio Verboso 0b1826320b communication between conductor, agents and nodes improved
Change-Id: I083bd104d8a0546f95f59d02004819fb0c3577d5
2017-02-15 12:17:22 +01:00
Fabio Verboso 45f7e53590 added wamp agent model on the db
Change-Id: I2d7fc4f80cff135fd58dd4642fcb268dff92b0f8
2017-02-07 14:34:36 +01:00
Fabio Verboso d5d4cef5ab new conductor module
Change-Id: Ie1305c7174b5cf80afb08ad2c4ad841685202841
2017-02-03 17:21:28 +01:00
Fabio Verboso 3eab14cbc8 new wamp module and new iotronic wamp agent
Change-Id: Iff86ddb4b66dac0a9aed20d1c46d501ed65a1906
2017-01-11 17:03:33 +01:00