Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cinterloper/vertx-salt
A bi-directional bridge between the SaltStack event system and the Vertx event bus
https://github.com/cinterloper/vertx-salt
Last synced: 18 days ago
JSON representation
A bi-directional bridge between the SaltStack event system and the Vertx event bus
- Host: GitHub
- URL: https://github.com/cinterloper/vertx-salt
- Owner: cinterloper
- Created: 2015-12-20T18:51:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T09:51:14.000Z (over 6 years ago)
- Last Synced: 2025-01-11T14:55:40.284Z (24 days ago)
- Language: Groovy
- Size: 112 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- vertx-awesome - SaltStack - A bi-directional bridge between the SaltStack event system and the Vert.x event bus. (Integration)
README
if you are using this as a library in your vertx enabled program, just read through resources/saltConnection.groovy
write your own version of it, instead of launching this as a verticle/stand alone demo.everything you send into the salt event system gets prefixed by
https://github.com/saltstack/salt/blob/6a691360808b1f3b7e9a10726b9c4803f8455aa1/salt/netapi/rest_cherrypy/app.py#L2136-L2139['salt', 'netapi', 'hook' .. ( the rest of your tags here) ]
in salt address format:
salt/netapi/hook/...
so generally you need to setup a salt reactor to catch them, unless you change the base in app.py (cherry)