| Commit message (Expand) | Author | Age | Files | Lines |
* | Make master schedulable | Vadim Rutkovsky | 2018-01-31 | 2 | -6/+2 |
* | openshift_manage_node: Label nodes in one pass | Vadim Rutkovsky | 2018-01-24 | 1 | -14/+6 |
* | Label masters with node-role.kubernetes.io/master. This PR also sets these la... | Vadim Rutkovsky | 2018-01-24 | 3 | -22/+39 |
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -1/+1 |
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 2 | -1/+2 |
* | Merge pull request #6456 from mgugino-upstream-stage/node-facts | Michael Gugino | 2017-12-17 | 1 | -3/+2 |
|\ |
|
| * | Remove openshift_node_facts part 1 | Michael Gugino | 2017-12-14 | 1 | -3/+2 |
* | | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -1/+1 |
|/ |
|
* | remove schedulable from openshift_facts | Michael Gugino | 2017-11-27 | 2 | -1/+7 |
* | Removed old version code | Michael Gugino | 2017-11-14 | 1 | -4/+0 |
* | Renaming oadm_manage_node to oc_adm_manage_node | Russell Teague | 2017-03-10 | 1 | -1/+1 |
* | Modify playbooks to use oc_label module | Russell Teague | 2017-02-14 | 1 | -3/+0 |
* | Modify playbooks to use oadm_manage_node module | Russell Teague | 2017-02-13 | 2 | -43/+41 |
* | Reference master binaries when delegating from node hosts which may be contai... | Andrew Butcher | 2016-11-22 | 1 | -3/+3 |
* | Delegate openshift_manage_node tasks to master host. | Andrew Butcher | 2016-11-21 | 1 | -9/+44 |
* | Allow ansible to continue when a node is unaccessible or fails. | Andrew Butcher | 2016-11-18 | 1 | -0/+1 |
* | Revert "Revert openshift.node.nodename changes" | Scott Dodson | 2016-11-08 | 1 | -5/+5 |
* | Revert "Fix OpenStack cloud provider" | Scott Dodson | 2016-11-07 | 1 | -5/+5 |
* | Switch from "oadm" to "oc adm" and fix bug in binary sync. | Devan Goodwin | 2016-10-19 | 1 | -1/+1 |
* | Fix OpenStack cloud provider | Lénaïc Huard | 2016-09-26 | 1 | -5/+5 |
* | Iterate over node inventory hostnames instead of openshift.common.hostname wi... | Andrew Butcher | 2016-09-08 | 1 | -5/+3 |
* | Don't loop over hostvars when setting node schedulability. | Andrew Butcher | 2016-09-07 | 1 | -6/+6 |
* | Copy admin kubeconfig in openshift_manage_node role. | Andrew Butcher | 2016-09-07 | 1 | -1/+27 |
* | fixing openshift key error in case of node failure during run (ssh issue) | jawed | 2016-08-09 | 1 | -1/+2 |
* | Cleanup various deprecation warnings. | Andrew Butcher | 2016-04-29 | 1 | -1/+1 |
* | Refactor - increase retries instead of delay in "Wait for Node Registration" | David Mat | 2016-02-24 | 1 | -2/+2 |
* | Increase timeout on Wait for Node Registration | David Mat | 2016-02-23 | 1 | -1/+1 |
* | fixes | Jason DeTiberus | 2015-12-15 | 1 | -0/+1 |
* | Merge pull request #658 from menren/gce-support | Thomas Wiest | 2015-10-12 | 1 | -1/+1 |
|\ |
|
| * | Revert "Revert "GCE support"" | Chengcheng Mu | 2015-10-06 | 1 | -1/+1 |
* | | Use lower() filter for node hostname | Andrew Butcher | 2015-10-08 | 1 | -3/+3 |
|/ |
|
* | Revert "GCE support" | Thomas Wiest | 2015-10-05 | 1 | -1/+1 |
* | GCE-support (more information in PR, README_GCE.md) | Chengcheng Mu | 2015-10-01 | 1 | -1/+1 |
* | added new node fact for schedulability | Stefanie Forrester | 2015-09-02 | 1 | -8/+4 |
* | Skip node label if labels are empty | Wesley Hearn | 2015-08-14 | 1 | -1/+1 |
* | Fix for node labeling where internal node name != inventory_hostname | Jason DeTiberus | 2015-08-13 | 1 | -4/+3 |
* | Don't try to label node if there's no labels | Diego Castro | 2015-08-10 | 1 | -0/+2 |
* | Fix node labels | Diego Castro | 2015-08-10 | 1 | -4/+3 |
* | Applying changes suggested by @sdodson | Diego Castro (dscastro) | 2015-08-04 | 1 | -3/+3 |
* | Fix node labeling. Issue #305 | Diego Castro | 2015-08-04 | 1 | -0/+7 |
* | Bug 1241342 - Adding retry logic to handle node registration race conditions | Brenton Leanhardt | 2015-07-10 | 1 | -0/+9 |
* | Removing unneeded delegate_to calls | Brenton Leanhardt | 2015-06-30 | 1 | -2/+0 |
* | The manage_node commands should only run on the first master | Brenton Leanhardt | 2015-06-29 | 1 | -0/+11 |