summaryrefslogtreecommitdiffstats
path: root/roles/openshift_serviceaccounts
Commit message (Collapse)AuthorAgeFilesLines
* oc serviceaccount now done via oc_serviceaccount moduleSteve Milner2017-02-102-15/+6
|
* YAML LintingRussell Teague2016-12-122-1/+3
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-1/+1
| | | | | | | | 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.
* Fix warnings in OpenStack provider with ansible 2.1Lénaïc Huard2016-08-191-3/+3
| | | | Some expressions now need to be enclosed inside `{{…}}`.
* Various hosted component improvementsAndrew Butcher2016-07-071-3/+3
| | | | | | | | | | | | | * [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation
* Cleanup various deprecation warnings.Andrew Butcher2016-04-291-6/+6
|
* Fix indentionWesley Hearn2016-03-221-2/+2
|
* Fix line breakWesley Hearn2016-03-221-2/+2
|
* Add namespace flag to oc createWesley Hearn2016-03-211-1/+2
|
* Handle case where the user already had access to the sccBrenton Leanhardt2016-02-161-2/+5
|
* Refactoring the add-scc-to-user logicBrenton Leanhardt2016-02-162-38/+35
|
* Bug 1308411 - Fail to install OSE 3.0 for no add-scc-to-user commandBrenton Leanhardt2016-02-151-1/+41
|
* openshift_serviceaccounts updatesJason DeTiberus2016-02-093-32/+44
| | | | | - make service account creation more flexible - create service accounts near where they are consumed
* fixesJason DeTiberus2015-12-151-0/+1
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-5/+12
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Set api version for oc commandsJason DeTiberus2015-11-301-2/+4
|
* UpgradesScott Dodson2015-09-231-1/+1
|
* Create service accounts and set up scc rulesStefanie Forrester2015-09-102-0/+30