Files
fn-serverless/docs/operating/triggers.md
James Jeffrey c7f3066c75 Update references remove refs to treeder oracle funcy (#376)
* Remove lots of refs to iron and funcy oracle etc..

* more ref replacements

* Replacing more refs. Treeder

* Use Fn not FN
2017-09-29 16:22:15 -07:00

22 lines
850 B
Markdown

# Triggers
Triggers are integrations that you can use in other systems to fire off functions in Fn.
## OpenStack
### Requirements
1. OpenStack or DevStack environment.
* OS: Ubuntu 16.04 LTS or newer
* Kernel: 4.7 or newer with overlay2 or aufs module
* Docker: 1.12 or newer
2. [Picasso](https://github.com/openstack/picasso) - Picasso provides an OpenStack API and Keystone authentication layer on top of Fn.
Please refer to the [Picasso on DevStack](https://github.com/openstack/picasso/blob/master/devstack/README.md) guide for setup instructions.
### Examples
* [Alarm event triggers from Telemetry and Aodh](https://github.com/openstack/picasso/blob/master/examples/openstack-alarms/README.md)
* Swift notifications - *Status: On roadmap*
* [Blueprint](https://blueprints.launchpad.net/picasso/+spec/swift-notifications)