Skip to content

carnivore-rb/jackal-orchestration-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchestration events generator

Poll for orchestation events and inject for orchestration APIs that don't provide notifications.

Usage

{
  "jackal": {
    "orchestration_events": {
      "sources": {
        "input": {
          "type": "actor"
        },
        "output": {
          ...
        }
      },
      "callbacks": [
        "Jackal::OrchestrationEvents::Poll"
      ]
    }
  }
}

Configuration

The fog orchestration model is used for accessing event information on stacks. Multiple providers and or multiple regions can be provided by supplying an array of hashes instead of a single credential hash.

...
"config": {
  "credentials": {
    "provider": "aws",
    "aws_secret_access_key": "KEY",
    "aws_access_key_id": "ID",
    "region": "us-east-1"
  }
}
...

Info

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages