| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-10 | Fix indentation to make yamllint happy | Vadim Rutkovsky | |
| Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com> | |||
| 2018-02-10 | Verify that requested services have schedulable nodes matching the selectors | Vadim Rutkovsky | |
| Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com> | |||
| 2018-02-02 | tag fix without ose- | Ryan Cook | |
| 2018-01-29 | Rework provisioners vars to support different prefix/version for Origin/OSE | Vadim Rutkovsky | |
| 2018-01-22 | failed_when lists are implicitely ANDs, not ORs | Vadim Rutkovsky | |
| See https://github.com/ansible/ansible/issues/18311#issuecomment-258048690 | |||
| 2018-01-17 | Check rc for commands with openshift_client_binary and failed_when | Vadim Rutkovsky | |
| This might mask some failures and continue instead of a failure | |||
| 2017-12-20 | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | |
| We set these variables using facts in init, no need to duplicate the logic all around the codebase. | |||
| 2017-12-18 | Relocate filter plugins to lib_utils | Michael Gugino | |
| 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. | |||
| 2017-12-07 | Remove all uses of openshift.common.admin_binary | Scott Dodson | |
| Replace with `oc adm` | |||
| 2017-11-27 | dist.iteritems() no longer exists in Python 3. | Jan Pazdziora | |
| 2017-11-22 | Playbook Consolidation - openshift-provisioners | Russell Teague | |
| 2017-10-31 | Merge pull request #4571 from wongma7/efs-follow | Michael Gugino | |
| Add blank storageClassName to provisioner PVC & PV template | |||
| 2017-10-27 | Give PV & PVC empty storage class to avoid being assigned default gp2 | Matthew Wong | |
| 2017-10-27 | Use oc_project to ensure openshift_provisioners_project present | Matthew Wong | |
| 2017-10-27 | Fix yaml formatting | Matthew Wong | |
| 2017-08-10 | Fix syntax for when statement | Rodolfo Carvalho | |
| 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}} | |||
| 2017-05-01 | Don't double quote when conditions | Scott Dodson | |
| 2017-03-30 | Add external provisioners playbook starting with aws efs | Matthew Wong | |
