summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove not is_containerized restriction on storage plugin includes.Andrew Butcher2016-01-061-3/+2
|
* Fix restart handlers.Andrew Butcher2015-12-261-1/+1
|
* Add some guards to wait for images to be pulled before moving onScott Dodson2015-12-161-5/+26
|
* Skip yum/dnf ops when is_containerizedScott Dodson2015-12-153-12/+5
|
* Move all docker config into openshift_docker to minimize docker restartsScott Dodson2015-12-151-2/+0
|
* pull docker images only if not already presentJason DeTiberus2015-12-151-0/+16
|
* Containerization work by @sdodsonScott Dodson2015-12-152-67/+40
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-1/+7
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Merge pull request #1067 from dgoodwin/node-registry-bugThomas Wiest2015-12-151-2/+2
|\ | | | | Fix registry modification for new deployment types.
| * Fix registry modification for new deployment types.Devan Goodwin2015-12-151-2/+2
| | | | | | | | | | New deployment types were missed when installing with additional docker registries.
* | Fixes typo when setting facts to record whether master/node has been ↵Eric Mountain2015-12-141-1/+1
|/ | | | | | restarted already, to decide whether notify handler should do so or not. Currently, this causes random SDN network setup failures as openshift-node gets restarted while the setup script is running, and the subsequent start fails to configure the SDN because it thinks it's already done.
* Remove yum / dnf duplicationScott Dodson2015-12-093-36/+5
|
* Pass in and use first_master_ip as dnsIP for pre 3.1 nodes.Andrew Butcher2015-12-081-1/+4
|
* Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt2015-12-031-6/+1
|\ | | | | Refactor dns options and facts
| * Refactor dns options and facts.Andrew Butcher2015-12-031-6/+1
| |
* | Fedora changes:Adam Miller2015-12-023-1/+26
|/ | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Merge pull request #975 from detiber/fixSELinuxBoolTestBrenton Leanhardt2015-11-301-1/+1
|\ | | | | Fix failure when seboolean not present
| * Fix failure when seboolean not presentJason DeTiberus2015-11-241-1/+1
| |
* | Conditionally set the nodeIPJason DeTiberus2015-11-241-0/+1
|/
* Bug 1282336 - Add additional seboolean for glusterJason DeTiberus2015-11-161-2/+7
| | | | | - Added setting seboolean for virt_sandbox_use_fusefs - Added a failed_when to not fail if virt_sandbox_use_fusefs does not exist
* New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-061-6/+7
|
* Bug 1278863 - Error using openshift_pkg_versionJason DeTiberus2015-11-061-9/+0
| | | | | - Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node
* Revert to defaultsAndrew Butcher2015-11-051-1/+0
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-0/+1
|
* Atomic Enterprise/OpenShift Enterprise merge updateJason DeTiberus2015-11-041-1/+1
|
* Atomic Enterprise related changes.Avesh Agarwal2015-11-041-0/+9
|
* remove debugging pausesJason DeTiberus2015-10-261-4/+0
|
* make storage plugin dependency installation more flexibleJason DeTiberus2015-10-265-18/+44
|
* Install storage plugin dependenciesJason DeTiberus2015-10-261-2/+17
|
* Merge pull request #734 from ejemba/masterBrenton Leanhardt2015-10-261-2/+6
|\ | | | | Adding Docker Log Options capabilities
| * Adding Docker Log Options capabilitiesejemba2015-10-231-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | In regard of issue https://github.com/openshift/openshift-ansible/issues/696 added options (docker_log_dirver and docker_log_options) to bin/cluster: bin/cluster -o docker_log_driver=json-file -o docker_log_options="max-size=5m,max-files=5" will be added to OPTION in /etc/sysconfig/docker in all nodes of the cluster: "--log-driver json-file --log-opt max-size=5m --log-opt max-files=5"
* | cleanup naming for skipping master and node restart handlersJason DeTiberus2015-10-231-1/+1
| |
* | Avoid hardcoded 30s pausesJason DeTiberus2015-10-221-3/+2
|/ | | | - refactor node and master restart handlers to avoid 30s pauses
* fix : (node) labels defaults correctly to the variable openshift_node_labels ↵Chengcheng Mu2015-10-091-1/+1
| | | | when oo_option returns an empty list
* Revert "Revert "GCE support""Chengcheng Mu2015-10-061-1/+1
| | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
* Revert "GCE support"Thomas Wiest2015-10-051-1/+1
|
* Removed some application specific code like insecure registries, heat templateChengcheng Mu2015-10-011-6/+0
|
* GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-011-1/+7
|
* UpgradesScott Dodson2015-09-231-0/+1
|
* Merge pull request #558 from sdodson/version-pinningBrenton Leanhardt2015-09-041-2/+4
|\ | | | | Add openshift_version to set RPM versions
| * Add openshift_version to set RPM versionsScott Dodson2015-09-031-2/+4
| | | | | | | | Mostly necessary for debugging / testing upgrade paths
* | added new node fact for schedulabilityStefanie Forrester2015-09-021-0/+1
|/
* Add openshift_node_sdn_mtu configurationScott Dodson2015-09-021-0/+1
| | | | | Sync's with Origin 1.0.6 and OSE 3.0.2 node-config.yaml networkConfig changes Fixes #534
* Merge pull request #512 from sdodson/nextWesley Hearn2015-08-281-17/+17
|\ | | | | Merge in Atomic Enterprise work into master
| * Atomic Enterprise related changes.Avesh Agarwal2015-08-261-17/+17
| |
* | Bugfix for extra --add-registry in docker configJason DeTiberus2015-08-261-11/+13
|/
* Add options to configure docker registriesLénaïc Huard2015-08-261-0/+42
|
* Merge pull request #358 from lhuard1A/selinux-disabledThomas Wiest2015-08-141-1/+6
|\ | | | | Make the playbooks friendlier with SELinux disabled hosts
| * Force SELinux on "enterprise" deployment typeLénaïc Huard2015-08-131-0/+3
| |
| * Make the playbooks friendlier with SELinux disabled hostsLénaïc Huard2015-07-171-1/+3
| |