summaryrefslogtreecommitdiffstats
path: root/roles/openshift_provisioners
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation to make yamllint happyVadim Rutkovsky2018-02-101-4/+4
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Verify that requested services have schedulable nodes matching the selectorsVadim Rutkovsky2018-02-101-0/+7
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* tag fix without ose-Ryan Cook2018-02-021-1/+1
|
* Rework provisioners vars to support different prefix/version for Origin/OSEVadim Rutkovsky2018-01-292-2/+13
|
* failed_when lists are implicitely ANDs, not ORsVadim Rutkovsky2018-01-221-9/+3
| | | | | See https://github.com/ansible/ansible/issues/18311#issuecomment-258048690
* Check rc for commands with openshift_client_binary and failed_whenVadim Rutkovsky2018-01-171-3/+9
| | | | This might mask some failures and continue instead of a failure
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-203-11/+11
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-0/+1
| | | | | | | | | | | | | | 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.
* Remove all uses of openshift.common.admin_binaryScott Dodson2017-12-071-1/+1
| | | | Replace with `oc adm`
* dist.iteritems() no longer exists in Python 3.Jan Pazdziora2017-11-276-8/+8
|
* Playbook Consolidation - openshift-provisionersRussell Teague2017-11-224-10/+10
|
* Merge pull request #4571 from wongma7/efs-followMichael Gugino2017-10-317-17/+22
|\ | | | | Add blank storageClassName to provisioner PVC & PV template
| * Give PV & PVC empty storage class to avoid being assigned default gp2Matthew Wong2017-10-272-0/+2
| |
| * Use oc_project to ensure openshift_provisioners_project presentMatthew Wong2017-10-271-12/+5
| |
| * Fix yaml formattingMatthew Wong2017-10-274-5/+15
| |
* | Fix syntax for when statementRodolfo Carvalho2017-08-101-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 conditionsScott Dodson2017-05-011-1/+1
|
* Add external provisioners playbook starting with aws efsMatthew Wong2017-03-3020-0/+589