summaryrefslogtreecommitdiffstats
path: root/metadata.json
diff options
context:
space:
mode:
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/metadata.json b/metadata.json
index 457f86e..7ad9745 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "openstack-tripleo",
- "version": "1.0.0",
+ "version": "5.0.0",
"author": "OpenStack Contributors",
"summary": "Puppet module for TripleO",
"license": "Apache-2.0",
@@ -23,6 +23,8 @@
}
],
"dependencies": [
- { "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0 < 5.0.0" }
+ { "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0 < 5.0.0" },
+ { "name": "sensu/sensu" },
+ { "name": "yelp/uchiwa" }
]
}