Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indentation to make yamllint happy | Vadim Rutkovsky | 2018-02-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com> | ||||
* | Verify that requested services have schedulable nodes matching the selectors | Vadim Rutkovsky | 2018-02-10 | 1 | -0/+7 |
| | | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com> | ||||
* | Rework provisioners vars to support different prefix/version for Origin/OSE | Vadim Rutkovsky | 2018-01-29 | 1 | -0/+5 |
| | |||||
* | failed_when lists are implicitely ANDs, not ORs | Vadim Rutkovsky | 2018-01-22 | 1 | -9/+3 |
| | | | | | See https://github.com/ansible/ansible/issues/18311#issuecomment-258048690 | ||||
* | Check rc for commands with openshift_client_binary and failed_when | Vadim Rutkovsky | 2018-01-17 | 1 | -3/+9 |
| | | | | This might mask some failures and continue instead of a failure | ||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 3 | -11/+11 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Remove all uses of openshift.common.admin_binary | Scott Dodson | 2017-12-07 | 1 | -1/+1 |
| | | | | Replace with `oc adm` | ||||
* | Playbook Consolidation - openshift-provisioners | Russell Teague | 2017-11-22 | 4 | -10/+10 |
| | |||||
* | Merge pull request #4571 from wongma7/efs-follow | Michael Gugino | 2017-10-31 | 5 | -17/+20 |
|\ | | | | | Add blank storageClassName to provisioner PVC & PV template | ||||
| * | Use oc_project to ensure openshift_provisioners_project present | Matthew Wong | 2017-10-27 | 1 | -12/+5 |
| | | |||||
| * | Fix yaml formatting | Matthew Wong | 2017-10-27 | 4 | -5/+15 |
| | | |||||
* | | Fix syntax for when statement | Rodolfo Carvalho | 2017-08-10 | 1 | -1/+1 |
|/ | | | | | | | | Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}} | ||||
* | Don't double quote when conditions | Scott Dodson | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | Add external provisioners playbook starting with aws efs | Matthew Wong | 2017-03-30 | 11 | -0/+355 |