- backendVdcs: propagate vdc authorized flag to model and new event
- event: notice all raised events
https://trello.com/c/m2HA65IK/8-remove-the-hekatron-add-on
Tested without cloud support my injecting cloud events.
root@dSS:~# backendvdcctl.sh vdcs/hekatron
Request:https://private-dev.devapi.digitalstrom.com/v1/cloudvdc/vdcs/hekatron
{"model":"Hekatron Controller @dS Cloud","type":"vDC","modelVersion":"1.0.1/3f99e50","x-vendorCloud":"simulated","x-authorized":false,"dSUID":"4a5f5dfcfc574d66bb462fa4797e1cfe00","name":"Hekatron Controller"}
http-code:200
root@dSS:~#
root@dSS:~# curl http://localhost:8088/notify/vdcs/hekatron -X PUT -d '{"model":"Hekatron Controller @dS Cloud","type":"vDC","modelVersion":"1.0.1/3f99e50","x-vendorCloud":"simulated","authorized":true,"dSUID":"4a5f5dfcfc574d66bb462fa4797e1cfe00","name":"Hekatron Controller"}'
{}
root@dSS:~# curl http://localhost:8088/notify/vdcs/hekatron -X PUT -d '{"model":"Hekatron Controller @dS Cloud","type":"vDC","modelVersion":"1.0.1/3f99e50","x-vendorCloud":"simulated","authorized":true,"dSUID":"4a5f5dfcfc574d66bb462fa4797e1cfe00","name":"Hekatron Controller"}'
{}