summaryrefslogtreecommitdiffstats
path: root/configuration/debian/tedge_mapper
AgeCommit message (Collapse)Author
2022-08-22Replace scripts commands for the cross-Unix system compatibilityKrzysztof Piotrowski
Signed-off-by: Krzysztof Piotrowski <krzysztof.piotrowski@inetum.com>
2022-05-06Closes #1131, reate tedge user in preinst (#1132)PradeepKiruvale
Signed-off-by: Pradeep Kumar K J <pradeepkumar.kj@softwareag.com>
2022-04-21Have a single unix user used for all the thin-edge daemons (#1085)PradeepKiruvale
* Closes #1031 single tedge user Signed-off-by: Pradeep Kumar K J <pradeepkumar.kj@softwareag.com> * Add script to upgrade tedge from 0.6 Signed-off-by: Pradeep Kumar K J <pradeepkumar.kj@softwareag.com>
2022-03-24[#761] tedge init (#993)PradeepKiruvale
* tedge init #Closes 761 * add file/directory creation errors * add the clear session to az and collectd mappers * refactor tedgecomponent * remove redundant code * subscribe to az/collectd topics in init_session * remove duplicate init_sessions
2022-02-28removed c8y_LogfileRequest from tedge-mapper (#931) (#949)Alex Solomes
- c8y_LogfileRequest is now a plugin so this makes no sense here Signed-off-by: initard <solo@softwareag.com> Co-authored-by: initard <solo@softwareag.com>
2022-02-21Run tedge_agent and tedge_mapper --init as appropriate user by postinst (#903)Rina Fujino
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
2022-02-18Remove sm mapper from config scripts and update docs to not mention itLukasz Woznicki
anymore Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2022-02-04[699] init/clear agent and mapper sessions (#797)PradeepKiruvale
* add init to tedge_agent * init mapper * init mapper and agent postinst * separate init and clear session functions * use tokio::mutex instead of std::mutex * pysys test for agent init * system test for mapper init session * use mqtt_channel init/clear session apis Co-authored-by: Pradeep Kumar K J <pradeepkumar.kj@sofwareag.com>
2021-12-09Update docs for supported operations with up to date permissions (#685)Lukasz Woznicki
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2021-12-07#596 Declare supported operations (#652)Lukasz Woznicki
* Add operations to tedge_mapper * Add operations directory on install, remove supported ops from sm-c8y mapper * Update install command in postinst script to correctly create ops files Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2021-11-15[CIT-671] Add more explicit message when service manager is not found (#568)Lukasz Woznicki
* Add more explicit message when service manager is not found * Add message on disconnect * Add conditional use of systemctl in deb scripts Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2021-11-09Add missing debhelper (#567)Lukasz Woznicki
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2021-11-08[CIT-663] Add hints for upgrade of thin-edge.io (#557)Lukasz Woznicki
* Add note in installation doc about upgradingg * Add prerm scripts with hints to stop running mappers Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2021-11-05[CIT-643] Document installation on system without deb package manager (#556)Lukasz Woznicki
* Add guide how to isntall without dpkg * Extend info in postinst scripts to help understand steps Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2021-10-04postrm update to remove leftover files after purge [CIT-556] (#460)Alex Solomes
* postrm rm users, groups, logs, .d files [CIT-556] Signed-off-by: Alex Solomes <alex.solomes@softwareag.com> * added case statement & purge/remove logic [CIT-556] Signed-off-by: Alex Solomes <alex.solomes@softwareag.com> * removing sudoers file [CIT-556] Signed-off-by: Alex Solomes <alex.solomes@softwareag.com> * remove sudoers from tedge-agent [CIT-556] Signed-off-by: Alex Solomes <alex.solomes@softwareag.com>
2021-03-15[CIT-70] Create systemd service for tegde-mapper (#92)Rina Fujino
* Enhance tedge-mapper debian package - Add tedge-mapper systemd service script - Add postinst debian package script - Add debian package configurations in Cargo.toml