summaryrefslogtreecommitdiffstats
path: root/roles/fluentd_master
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-02-03 17:16:20 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-02-09 15:53:35 -0500
commit2ce5997322acd407bc4c2d6af3bf361ca3cc50c8 (patch)
treecdc41f02bc2eeeb78fa21f724740e01f2bf3352b /roles/fluentd_master
parentd30acfb23637525cf79cd05c94d0d3c900cc4b88 (diff)
downloadopenshift-2ce5997322acd407bc4c2d6af3bf361ca3cc50c8.tar.gz
openshift-2ce5997322acd407bc4c2d6af3bf361ca3cc50c8.tar.bz2
openshift-2ce5997322acd407bc4c2d6af3bf361ca3cc50c8.tar.xz
openshift-2ce5997322acd407bc4c2d6af3bf361ca3cc50c8.zip
consolidate oo_first_master post-config a bit, fix some roles that use openshift_facts without declaring a dependency
Diffstat (limited to 'roles/fluentd_master')
-rw-r--r--roles/fluentd_master/meta/main.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/fluentd_master/meta/main.yml b/roles/fluentd_master/meta/main.yml
new file mode 100644
index 000000000..148bc377e
--- /dev/null
+++ b/roles/fluentd_master/meta/main.yml
@@ -0,0 +1,15 @@
+---
+galaxy_info:
+ author: OpenShift Red Hat
+ description: Fluentd Master
+ company: Red Hat, Inc.
+ license: Apache License, Version 2.0
+ min_ansible_version: 1.9
+ platforms:
+ - name: EL
+ versions:
+ - 7
+ categories:
+ - monitoring
+ dependencies:
+ - openshift_facts