Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor and remove openshift_serviceaccount | Russell Teague | 2017-03-13 | 2 | -66/+0 |
| | |||||
* | oc serviceaccount now done via oc_serviceaccount module | Steve Milner | 2017-02-10 | 1 | -15/+5 |
| | |||||
* | YAML Linting | Russell Teague | 2016-12-12 | 2 | -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 Goodwin | 2016-10-19 | 1 | -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.1 | Lénaïc Huard | 2016-08-19 | 1 | -3/+3 |
| | | | | Some expressions now need to be enclosed inside `{{…}}`. | ||||
* | Various hosted component improvements | Andrew Butcher | 2016-07-07 | 1 | -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 Butcher | 2016-04-29 | 1 | -6/+6 |
| | |||||
* | Fix indention | Wesley Hearn | 2016-03-22 | 1 | -2/+2 |
| | |||||
* | Fix line break | Wesley Hearn | 2016-03-22 | 1 | -2/+2 |
| | |||||
* | Add namespace flag to oc create | Wesley Hearn | 2016-03-21 | 1 | -1/+2 |
| | |||||
* | Handle case where the user already had access to the scc | Brenton Leanhardt | 2016-02-16 | 1 | -2/+5 |
| | |||||
* | Refactoring the add-scc-to-user logic | Brenton Leanhardt | 2016-02-16 | 2 | -38/+35 |
| | |||||
* | Bug 1308411 - Fail to install OSE 3.0 for no add-scc-to-user command | Brenton Leanhardt | 2016-02-15 | 1 | -1/+41 |
| | |||||
* | openshift_serviceaccounts updates | Jason DeTiberus | 2016-02-09 | 1 | -31/+28 |
| | | | | | - make service account creation more flexible - create service accounts near where they are consumed | ||||
* | fixes | Jason DeTiberus | 2015-12-15 | 1 | -0/+1 |
| | |||||
* | Initial containerization work from @ibotty | Tobias Florek | 2015-12-15 | 1 | -5/+12 |
| | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml | ||||
* | Set api version for oc commands | Jason DeTiberus | 2015-11-30 | 1 | -2/+4 |
| | |||||
* | Upgrades | Scott Dodson | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | Create service accounts and set up scc rules | Stefanie Forrester | 2015-09-10 | 1 | -0/+26 |