Commit message (Collapse) | 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 ↵ | Vadim Rutkovsky | 2018-01-24 | 3 | -22/+39 |
| | | | | | | | | labels and scheduling status during upgrades Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com> | ||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -1/+1 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 2 | -1/+2 |
| | | | | | | | | | | | | | | 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. | ||||
* | Merge pull request #6456 from mgugino-upstream-stage/node-facts | Michael Gugino | 2017-12-17 | 1 | -3/+2 |
|\ | | | | | Remove openshift_node_facts part 1 | ||||
| * | Remove openshift_node_facts part 1 | Michael Gugino | 2017-12-14 | 1 | -3/+2 |
| | | | | | | | | | | This commit removes some items from openshift_facts for the openshit_node role. | ||||
* | | 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 |
| | | | | | | This commit removes schedulable from openshift_facts in favor of detecting whether or not a host is a master via inventory. | ||||
* | Removed old version code | Michael Gugino | 2017-11-14 | 1 | -4/+0 |
| | | | | | | This commit removes any references to versions < 1.5/3.5 We assume the version is always greater than or equal to 1.5/3.5. | ||||
* | 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 ↵ | Andrew Butcher | 2016-11-22 | 1 | -3/+3 |
| | | | | containerized. | ||||
* | 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 |
| | | | | This reverts commit 1f2276fff1e41c1d9440ee8b589042ee249b95d7. | ||||
* | Switch from "oadm" to "oc adm" and fix bug in binary sync. | Devan Goodwin | 2016-10-19 | 1 | -1/+1 |
| | | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm. | ||||
* | Fix OpenStack cloud provider | Lénaïc Huard | 2016-09-26 | 1 | -5/+5 |
| | |||||
* | Iterate over node inventory hostnames instead of openshift.common.hostname ↵ | Andrew Butcher | 2016-09-08 | 1 | -5/+3 |
| | | | | within openshift_manage_node role. | ||||
* | 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 |
|\ | | | | | GCE-support | ||||
| * | Revert "Revert "GCE support"" | Chengcheng Mu | 2015-10-06 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b. | ||||
* | | 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 |