summaryrefslogtreecommitdiff
path: root/roles/openshift_manage_node
AgeCommit message (Collapse)Author
2018-01-31Make master schedulableVadim Rutkovsky
2018-01-24openshift_manage_node: Label nodes in one passVadim Rutkovsky
2018-01-24Label masters with node-role.kubernetes.io/master. This PR also sets these ↵Vadim Rutkovsky
labels and scheduling status during upgrades Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
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-17Merge pull request #6456 from mgugino-upstream-stage/node-factsMichael Gugino
Remove openshift_node_facts part 1
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-12-14Remove openshift_node_facts part 1Michael Gugino
This commit removes some items from openshift_facts for the openshit_node role.
2017-11-27remove schedulable from openshift_factsMichael Gugino
This commit removes schedulable from openshift_facts in favor of detecting whether or not a host is a master via inventory.
2017-11-14Removed old version codeMichael Gugino
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.
2017-03-10Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague
2017-02-14Modify playbooks to use oc_label moduleRussell Teague
2017-02-13Modify playbooks to use oadm_manage_node moduleRussell Teague
2016-11-22Reference master binaries when delegating from node hosts which may be ↵Andrew Butcher
containerized.
2016-11-21Delegate openshift_manage_node tasks to master host.Andrew Butcher
2016-11-18Allow ansible to continue when a node is unaccessible or fails.Andrew Butcher
2016-11-08Revert "Revert openshift.node.nodename changes"Scott Dodson
2016-11-07Revert "Fix OpenStack cloud provider"Scott Dodson
This reverts commit 1f2276fff1e41c1d9440ee8b589042ee249b95d7.
2016-10-19Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin
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.
2016-09-26Fix OpenStack cloud providerLénaïc Huard
2016-09-08Iterate over node inventory hostnames instead of openshift.common.hostname ↵Andrew Butcher
within openshift_manage_node role.
2016-09-07Don't loop over hostvars when setting node schedulability.Andrew Butcher
2016-09-07Copy admin kubeconfig in openshift_manage_node role.Andrew Butcher
2016-08-09fixing openshift key error in case of node failure during run (ssh issue)jawed
2016-04-29Cleanup various deprecation warnings.Andrew Butcher
2016-02-24Refactor - increase retries instead of delay in "Wait for Node Registration"David Mat
2016-02-23Increase timeout on Wait for Node RegistrationDavid Mat
2015-12-15fixesJason DeTiberus
2015-10-12Merge pull request #658 from menren/gce-supportThomas Wiest
GCE-support
2015-10-08Use lower() filter for node hostnameAndrew Butcher
2015-10-06Revert "Revert "GCE support""Chengcheng Mu
This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
2015-10-05Revert "GCE support"Thomas Wiest
2015-10-01GCE-support (more information in PR, README_GCE.md)Chengcheng Mu
2015-09-02added new node fact for schedulabilityStefanie Forrester
2015-08-14Skip node label if labels are emptyWesley Hearn
2015-08-13Fix for node labeling where internal node name != inventory_hostnameJason DeTiberus
2015-08-10Don't try to label node if there's no labelsDiego Castro
2015-08-10Fix node labelsDiego Castro
2015-08-04Applying changes suggested by @sdodsonDiego Castro (dscastro)
2015-08-04Fix node labeling. Issue #305Diego Castro
2015-07-10Bug 1241342 - Adding retry logic to handle node registration race conditionsBrenton Leanhardt
2015-06-30Removing unneeded delegate_to callsBrenton Leanhardt
2015-06-29The manage_node commands should only run on the first masterBrenton Leanhardt