Setting dependencies in metadata.json

The log_processor module depends on pip, logstash, and logrotate.
This has implications for the work fungi is doing to delete the pip
module entirely. I think a 'manage_pip' flag to the log_proccessor
module is a good way to conditionally manage pip. OpenstacCI would
leave this off and it would be on by default for users pulling down
this module.

Change-Id: I2038c5436c427243021ed6f578d90d689347120d
This commit is contained in:
Spencer Krum 2015-02-07 06:41:36 -08:00
parent d57ecaddbd
commit 23a2170159
1 changed files with 5 additions and 1 deletions

View File

@ -7,5 +7,9 @@
"source": "git://git.openstack.org/openstack-infra/puppet-log_processor.git",
"project_page": "http://ci.openstack.org/",
"issues_url": "https://storyboard.openstack.org/#!/project/801",
"dependencies": []
"dependencies": [
{"name":"openstackci/logstash","version_requirement":">= 0.0.1"},
{"name":"openstackci/pip","version_requirement":">= 0.0.1"},
{"name":"openstackci/logrotate","version_requirement":">= 0.0.1"}
]
}