summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node
Commit message (Collapse)AuthorAgeFilesLines
* Conditionally set the nodeIPJason DeTiberus2015-11-242-0/+3
|
* 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-062-6/+8
|
* 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
* Merge pull request #608 from abutcher/native-haBrenton Leanhardt2015-11-052-1/+11
|\ | | | | Native Support for Multi-Master HA
| * Revert to defaultsAndrew Butcher2015-11-051-1/+0
| |
| * Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-052-0/+2
| |
| * Atomic Enterprise/OpenShift Enterprise merge updateJason DeTiberus2015-11-041-1/+1
| |
| * Atomic Enterprise related changes.Avesh Agarwal2015-11-041-0/+9
| |
* | Bug 1277592 - SDN MTU has hardcoded defaultJason DeTiberus2015-11-041-0/+1
|/ | | | | | - Attempt to detect the MTU of the interface associated with the node IP and set the default for sdn_mtu accordingly. The value can still be overriden by users and if detection fails the previous default of 1450 is still used.
* 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-232-2/+2
| |
* | Avoid hardcoded 30s pausesJason DeTiberus2015-10-222-3/+3
|/ | | | - refactor node and master restart handlers to avoid 30s pauses
* Merge pull request #704 from sdodson/sdn-iptablesBrenton Leanhardt2015-10-211-0/+3
|\ | | | | Add UDP 4789 firewall rule when using the SDN
| * Open 4789/udp when using the SDNScott Dodson2015-10-191-0/+3
| |
* | Allow disabling the network plugin configurationTomas Sedovic2015-10-201-0/+4
|/ | | | | | This is useful when we want to use a different networking solution without having any networking plugin code run when the services start up.
* Merge pull request #658 from menren/gce-supportThomas Wiest2015-10-121-1/+1
|\ | | | | GCE-support
| * 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.
* | Use lower() filter for node hostnameAndrew Butcher2015-10-081-1/+1
|/
* 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
|
* Move openshift_data_dir to a fact based on deployment_typeScott Dodson2015-09-101-1/+1
| | | | | | Previously this was being set to /var/lib/origin regardless of deployment_type which isn't correct given that existing 'enterprise' and 'online' deployments would have been deployed with /var/lib/openshift
* Avoid a recursive loopScott Dodson2015-09-041-1/+1
|
* Merge pull request #558 from sdodson/version-pinningBrenton Leanhardt2015-09-042-2/+5
|\ | | | | Add openshift_version to set RPM versions
| * Add openshift_version to set RPM versionsScott Dodson2015-09-032-2/+5
| | | | | | | | 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-022-1/+7
| | | | | 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-285-29/+29
|\ | | | | Merge in Atomic Enterprise work into master
| * Atomic Enterprise related changes.Avesh Agarwal2015-08-265-29/+29
| |
* | Bugfix for extra --add-registry in docker configJason DeTiberus2015-08-261-11/+13
|/
* Merge pull request #509 from lhuard1A/configure_docker_registriesWesley Hearn2015-08-262-0/+45
|\ | | | | Add options to configure docker registries
| * Add options to configure docker registriesLénaïc Huard2015-08-262-0/+45
| |
* | Merge pull request #462 from spinolacastro/clustermetricsWesley Hearn2015-08-263-0/+10
|\ \ | |/ |/| Cluster Metrics
| * Configure cluster metricsDiego Castro2015-08-133-0/+10
| | | | | | | | | | Playbook based on https://docs.openshift.org/latest/admin_guide/cluster_metrics.html.
* | another kubelet_args fixJason DeTiberus2015-08-181-1/+1
| |
* | Fix kubelet_argsJason DeTiberus2015-08-181-2/+2
| |
* | Merge pull request #405 from sdodson/loglevel2Brenton Leanhardt2015-08-171-2/+2
|\ \ | | | | | | Set loglevel=2 as our default across the board
| * | Set loglevel=2 as our default across the boardScott Dodson2015-07-291-2/+2
| | |
* | | 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
| | | |
* | | | Add support for setting kubeletArguments, controllerArguments, and ↵Jason DeTiberus2015-08-132-0/+4
| |_|/ |/| | | | | | | | apiServerArguments
* | | Notes for schedule behavior.Diego Castro (dscastro)2015-08-121-0/+12
| |/ |/|