summaryrefslogtreecommitdiff
path: root/roles/openshift_provisioners
AgeCommit message (Collapse)Author
2018-02-10Fix indentation to make yamllint happyVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-10Verify that requested services have schedulable nodes matching the selectorsVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-02tag fix without ose-Ryan Cook
2018-01-29Rework provisioners vars to support different prefix/version for Origin/OSEVadim Rutkovsky
2018-01-22failed_when lists are implicitely ANDs, not ORsVadim Rutkovsky
See https://github.com/ansible/ansible/issues/18311#issuecomment-258048690
2018-01-17Check rc for commands with openshift_client_binary and failed_whenVadim Rutkovsky
This might mask some failures and continue instead of a failure
2017-12-20Remove 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-18Relocate filter plugins to lib_utilsMichael 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-07Remove all uses of openshift.common.admin_binaryScott Dodson
Replace with `oc adm`
2017-11-27dist.iteritems() no longer exists in Python 3.Jan Pazdziora
2017-11-22Playbook Consolidation - openshift-provisionersRussell Teague
2017-10-31Merge pull request #4571 from wongma7/efs-followMichael Gugino
Add blank storageClassName to provisioner PVC & PV template
2017-10-27Give PV & PVC empty storage class to avoid being assigned default gp2Matthew Wong
2017-10-27Use oc_project to ensure openshift_provisioners_project presentMatthew Wong
2017-10-27Fix yaml formattingMatthew Wong
2017-08-10Fix syntax for when statementRodolfo 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-01Don't double quote when conditionsScott Dodson
2017-03-30Add external provisioners playbook starting with aws efsMatthew Wong