summaryrefslogtreecommitdiffstats
path: root/roles/openshift_manageiq
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-0/+1
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Import upstream templates. Do the work. Validate parameters.Tim Bielawa2017-10-041-5/+0
|
* Adding mangagement-admin SC to admin role for management-infra projectEric Wolinetz2017-09-121-0/+3
|
* adding readme for openshift_manageiqErez Freiberger2017-08-071-0/+4
|
* adding pods/logs to manageiq roleErez Freiberger2017-08-032-2/+8
| | | | | | | This will allow manageiq to read the logs from elasticsearch in the logging project. Also, adding role to correct user and as clusterrole
* Adding module calls instead of command for idempotency.Kenny Woodson2017-04-192-91/+61
|
* Trying to fix up/audit note some changesTim Bielawa2017-02-141-0/+7
|
* oc serviceaccount now done via oc_serviceaccount moduleSteve Milner2017-02-103-33/+25
|
* YAML LintingRussell Teague2016-12-121-26/+27
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Add hawkular admin cluster role to management adminFederico Simoncelli2016-11-032-0/+25
| | | | Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
* Merge pull request #2623 from rhcarvalho/typosAndrew Butcher2016-10-201-1/+1
|\ | | | | Fix typos
| * Fix typosRodolfo Carvalho2016-10-191-1/+1
| |
* | Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-3/+3
|/ | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* Add role to manageiq to allow creation of projectsAri Zellner2016-09-151-0/+1
|
* Fix warningsManjunath A Kumatagi2016-09-071-3/+1
|
* Add system:image-auditor role to ManageIQ SAMooli Tayer2016-05-032-0/+13
|
* ManageIQ SA: Adding image-puller roleErez Freiberger2016-03-242-1/+20
|
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-6/+6
|
* We can't enable manageiq for installations less than OSE 3.1 or Origin 1.1Brenton Leanhardt2016-01-061-0/+4
| | | | This is because 'oadmn policy add-scc-to-user' didn't exist in 3.0
* ManageIQ Service Account: added role for ManageIQ service accountenoodle2015-12-042-0/+74
Signed-off-by: enoodle <efreiber@redhat.com>