Skip to content

Commit

Permalink
add link to openstack trigger example
Browse files Browse the repository at this point in the history
  • Loading branch information
derekschultz committed Jan 17, 2017
1 parent 41ad8e0 commit 3218fe0
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/operating/triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,21 @@

Triggers are integrations that you can use in other systems to fire off functions in IronFunctions.

TODO:
## 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 IronFunctions.
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)

0 comments on commit 3218fe0

Please # to comment.