summaryrefslogtreecommitdiffstats
path: root/roles/openshift_manage_node
Commit message (Collapse)AuthorAgeFilesLines
* Make master schedulableVadim Rutkovsky2018-01-312-6/+2
|
* openshift_manage_node: Label nodes in one passVadim Rutkovsky2018-01-241-14/+6
|
* Label masters with node-role.kubernetes.io/master. This PR also sets these ↵Vadim Rutkovsky2018-01-243-22/+39
| | | | | | | | labels and scheduling status during upgrades Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-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_utilsMichael Gugino2017-12-182-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-factsMichael Gugino2017-12-171-3/+2
|\ | | | | Remove openshift_node_facts part 1
| * Remove openshift_node_facts part 1Michael Gugino2017-12-141-3/+2
| | | | | | | | | | This commit removes some items from openshift_facts for the openshit_node role.
* | Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|/
* remove schedulable from openshift_factsMichael Gugino2017-11-272-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 codeMichael Gugino2017-11-141-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_nodeRussell Teague2017-03-101-1/+1
|
* Modify playbooks to use oc_label moduleRussell Teague2017-02-141-3/+0
|
* Modify playbooks to use oadm_manage_node moduleRussell Teague2017-02-132-43/+41
|
* Reference master binaries when delegating from node hosts which may be ↵Andrew Butcher2016-11-221-3/+3
| | | | containerized.
* Delegate openshift_manage_node tasks to master host.Andrew Butcher2016-11-211-9/+44
|
* Allow ansible to continue when a node is unaccessible or fails.Andrew Butcher2016-11-181-0/+1
|
* Revert "Revert openshift.node.nodename changes"Scott Dodson2016-11-081-5/+5
|
* Revert "Fix OpenStack cloud provider"Scott Dodson2016-11-071-5/+5
| | | | This reverts commit 1f2276fff1e41c1d9440ee8b589042ee249b95d7.
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-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 providerLénaïc Huard2016-09-261-5/+5
|
* Iterate over node inventory hostnames instead of openshift.common.hostname ↵Andrew Butcher2016-09-081-5/+3
| | | | within openshift_manage_node role.
* Don't loop over hostvars when setting node schedulability.Andrew Butcher2016-09-071-6/+6
|
* Copy admin kubeconfig in openshift_manage_node role.Andrew Butcher2016-09-071-1/+27
|
* fixing openshift key error in case of node failure during run (ssh issue)jawed2016-08-091-1/+2
|
* Cleanup various deprecation warnings.Andrew Butcher2016-04-291-1/+1
|
* Refactor - increase retries instead of delay in "Wait for Node Registration"David Mat2016-02-241-2/+2
|
* Increase timeout on Wait for Node RegistrationDavid Mat2016-02-231-1/+1
|
* fixesJason DeTiberus2015-12-151-0/+1
|
* Merge pull request #658 from menren/gce-supportThomas Wiest2015-10-121-1/+1
|\ | | | | GCE-support
| * Revert "Revert "GCE support""Chengcheng Mu2015-10-061-1/+1
| | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
* | Use lower() filter for node hostnameAndrew Butcher2015-10-081-3/+3
|/
* Revert "GCE support"Thomas Wiest2015-10-051-1/+1
|
* GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-011-1/+1
|
* added new node fact for schedulabilityStefanie Forrester2015-09-021-8/+4
|
* Skip node label if labels are emptyWesley Hearn2015-08-141-1/+1
|
* Fix for node labeling where internal node name != inventory_hostnameJason DeTiberus2015-08-131-4/+3
|
* Don't try to label node if there's no labelsDiego Castro2015-08-101-0/+2
|
* Fix node labelsDiego Castro2015-08-101-4/+3
|
* Applying changes suggested by @sdodsonDiego Castro (dscastro)2015-08-041-3/+3
|
* Fix node labeling. Issue #305Diego Castro2015-08-041-0/+7
|
* Bug 1241342 - Adding retry logic to handle node registration race conditionsBrenton Leanhardt2015-07-101-0/+9
|
* Removing unneeded delegate_to callsBrenton Leanhardt2015-06-301-2/+0
|
* The manage_node commands should only run on the first masterBrenton Leanhardt2015-06-291-0/+11