Commit Graph

54 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
Zuul bc736c3fdf Merge "Conductor waits for registration agent." 2020-03-03 09:35:03 +00:00
Fabio Verboso e0ddecdeed Conductor waits for registration agent.
Instead of stopping, the conductor wait for a valid registration agent.

Change-Id: I356769f3af21ed183fd1d99c82d0cccc4dfaccb3
2020-03-02 17:55:54 +01:00
Fabio Verboso c389793692 Random Service port in a specific range.
Now the conductor get a random port for the service in a range of unused ports

Change-Id: Ifa51cc8d7a0459d46a72ea1c285b717932bbc94c
2020-03-02 16:14:37 +01:00
Fabio Verboso 5b652f9a1f New Request/Result System.
Change-Id: I55c54bfa92eb339daf3f5b3683dcc33cbe0cee90
2019-05-29 18:45:45 +02:00
Fabio Verboso ca78c705e7 Change board action name for packages.
DevicePackageAction -> DevicePkgOperation

Change-Id: Ic63bb84a760db5a504151a6fdc23c470925c7afa
2019-05-06 16:21:37 +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 4f18d23aa3 Add section Connectivity in the board details.
Change-Id: If7ed3fc3a14c3c85704a5218cb577095443ab66d
2019-03-07 12:37:15 +01:00
Fabio Verboso e4cc384154 Boards info lr_version and mac_addr.
Change-Id: Id916e383b9f89f3685ec61efc2e93352ef920410
2019-02-04 11:42:35 +01: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 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 51705e3d28 Fix missing fleet column into table boards
Change-Id: I0f25eeba752c927aee5194aa2179931fd29cb389
2018-09-25 14:53:49 +02:00
Fabio Verboso 607e17a5b8 Fix db revision
Change-Id: I251ae385145ddde55864587b4694338890baf98a
2018-09-21 17:38:08 +02:00
Fabio Verboso 3c351e80ce "Boards in a fleet"
Now a board can join a fleet

Change-Id: I5f553421929e72dd1871cce1783043e5e38865f1
2018-09-21 14:41:13 +02:00
Fabio Verboso 29f9f1ffd4 Fleets
CRUD actions for Fleets
for Sebba :)

Change-Id: Ia6ee145f330a844e532473784e21bc375190a707
2018-09-20 13:09:16 +02:00
Fabio Verboso ea3b97693a New table for wamp session.
Change-Id: Ic273fb6bb5f365049165002a68a18c7c0dc558a6
2018-09-06 16:58:30 +02:00
Fabio Verboso f596a06fae Cleaning files
__init__ files in alembic directory removed.

Change-Id: Ifab0354b625ef6bbdceed7cf6ace035f3c1b7b35
2018-08-07 18:33:46 +02:00
Fabio Verboso 8d90b36e66 Database migration
Creation of the database using the migration tools.

Change-Id: I339fb7dc17de6ec940cc6cc13a1e48dc088432e9
2018-08-07 15:53:36 +02:00
Zakaria 67b15a6b7a Virtual-networks
Change-Id: Ia426970fbece3f0c18bdf0ee555c37407dfbe981
2018-06-06 10:28:39 +02:00
Fabio Verboso a0b2874b71 Removed Pid Info
The information of the pid of a service has been removed  because it is not used anymore

Change-Id: Ice24ebe763bbede116ae778fdbd9fa86508a4b1c
2018-03-06 11:50:07 +01:00
Zuul 5d5218cab8 Merge "API services/restore" 2018-02-19 18:06:59 +00:00
Fabio Verboso 53a3b766e2 API services/restore
New API for restoring all the services on a board.

Change-Id: Iceac65b1672a90d8662de6ef4df8ce51980339c8
2018-02-15 11:15:27 +01:00
Zuul 8ff6f67cf5 Merge "Replace DbMigrationError with DBMigrationError" 2018-02-13 18:15:53 +00:00
Fabio Verboso f450f91c70 Exposed Cloud Service
Iotronic exposes the services of the boards

Change-Id: Id88c4e6a9d5752d1bffbcfd99827eca0b9b679f7
2018-02-13 18:06:24 +01:00
Fabio Verboso 6e9e02e9c3 Cloud Services development
Starting to manage cloud services for the board.

Change-Id: I09cb167ec356ea08101bc3d4621f7fa73a18ec1c
2018-02-12 12:35:38 +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
Yaguo Zhou 2646bcc5e5 Replace DbMigrationError with DBMigrationError
because DbMigrationError is deprecated

Change-Id: I56e6cbbcb2f239dc6c1346e0bc4c3beb21349ab8
2017-09-05 23:01:10 +08:00
Fabio Verboso 54c5d5dc2a added the rest api to show only public plugins
Change-Id: Ifef8238e992df2dc0af46e18184874f68427f667
2017-04-18 17:05:24 +02:00
Fabio Verboso 0b57956164 general fixes and checks
Change-Id: I72de75a264ebd92bca35c52746cb2987d8f94902
2017-04-03 19:03:02 +02:00
Fabio Verboso 063e62ee3d filtering status of board and checking if it is online
Change-Id: Ie8a5e57feb7ae68092a5190af33a83955834fce4
2017-03-27 15:21:29 +02:00
Fabio Verboso b9e45b1eee A LOT OF STUFF :)
Change-Id: I7c4c386559def70142b76da6112dff50c55183cc
2017-03-22 17:16:14 +01:00
Fabio Verboso 0960dc4527 improved plugins api with filters and policies
Change-Id: I2c528c76890964f5ab8347dae04d004ba7974b75
2017-03-15 15:34:42 +01:00
Fabio Verboso ed9a1b943d managing wamp message for wamp rpcs
Change-Id: Ib69bb5026d1d339bffb227528c898e3181456ba6
2017-03-07 18:59:49 +01:00
Fabio Verboso 3964168d1e new API dev, new policy, keystone integration
Change-Id: Id90353f5d31e848f16f36fd44935459cd8b27bb7
2017-03-03 18:22:09 +01:00
Fabio Verboso 7f717e995b create, destroy, list and show commands for plugin have been implemented
Change-Id: I5a65c940edb676150a83adf62a57cb689fc0591e
2017-02-21 14:03:56 +01:00
Fabio Verboso 41bfe34311 fix shutdown procedures for conductor and agent
Change-Id: Ie7ab10280491ac1069857e3091c7273af31f8892
2017-02-17 15:01:11 +01:00
Jenkins 66d7db87cc Merge "Remove unused logging import" 2017-02-17 09:58:18 +00:00
Anh Tran e37f344f1e Remove unused logging import
Change-Id: I609825c23f32dc519ebb139fa960cfdefbf71c69
2017-02-17 08:33:36 +07:00
Fabio Verboso c1b8066dc2 function best_agent improved
Change-Id: I4e6225f308c557f6d2de0fdb4462d369fb2fed76
2017-02-15 15:55:47 +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 f99dd45c62 cleaning
Change-Id: I837ab1b70e7b3b45d53902b00c0f0e2f6b0c6818
2016-04-21 16:24:33 +02:00
Fabio Verboso 7fd6112605 Applied cookiecutter template
Change-Id: Id860d5c4c97ae02c361c06e407a2e11cb3379783
2016-03-16 01:26:16 +01:00
root f4ca7a042f cleaning and starting with wamprpc 2016-03-02 12:46:15 +01:00
root 5126efec5c new oslo conf for rpc wamp server - removed useless code 2015-12-01 17:50:12 +01:00
root d869152323 added SessionWP Manager 2015-12-01 16:03:30 +01:00
root a8c56a009f updated status 2015-11-30 15:29:26 +01:00
root 08dbed78be added location (create and delete) for the node object 2015-11-26 17:18:58 +01:00
root e48894e699 fix unique code and add status 2015-11-25 17:50:28 +01:00
root 8ab294e1dc added new fields for node object 2015-11-23 17:15:59 +01:00