fb38fa63b3
In order to support subscriptions in StoryBoard, we're adding a queueing system to support triggered events. The specification in question is #95307, which goes into detail on the various different options evaluated. I also anticipate that this system can be used for report generation. Change-Id: Ia4cc91f1e75365a9fb41ca163e55548023233412 Story: 96
16 lines
685 B
Puppet
16 lines
685 B
Puppet
name 'openstack-storyboard'
|
|
version '0.0.1'
|
|
source 'git://git.openstack.org/openstack-infra/puppet-storyboard.git'
|
|
author 'openstackci'
|
|
license 'Apache 2.0'
|
|
summary 'Puppet module for the OpenStack StoryBoard'
|
|
description 'This module configures StoryBoard either as a standalone, localhost instance or as a fully configurable WSGI app.'
|
|
project_page 'https://github.com/openstack-ci/puppet-storyboard'
|
|
|
|
## Add dependencies, if any:
|
|
dependency 'puppetlabs/mysql', '= 0.6.1'
|
|
dependency 'puppetlabs/apache', '= 0.0.4'
|
|
dependency 'puppetlabs/rabbitmq', '= 4.0.0'
|
|
dependency 'example42/puppi', '= 2.1.9'
|
|
dependency 'openstackci/vcsrepo', '= 0.0.8'
|
|
dependency 'stankevich/python', '= 1.6.6' |