summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #608 from abutcher/native-haBrenton Leanhardt2015-11-051-13/+24
|\ | | | | Native Support for Multi-Master HA
| * Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-15/+24
| |
| * Atomic Enterprise/OpenShift Enterprise merge updateJason DeTiberus2015-11-041-1/+1
| |
| * Atomic Enterprise related changes.Avesh Agarwal2015-11-041-1/+3
| |
* | Merge pull request #815 from detiber/fixMTUBrenton Leanhardt2015-11-051-5/+15
|\ \ | |/ |/| Bug 1277592 - SDN MTU has hardcoded default
| * Bug 1277592 - SDN MTU has hardcoded defaultJason DeTiberus2015-11-041-5/+15
| | | | | | | | | | | | - 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.
* | Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin2015-11-041-3/+11
|\ \
| * | Filter internal hostnames from the list of parsed names.Andrew Butcher2015-11-031-3/+11
| |/
* | Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin2015-11-032-0/+13
|\|
| * Add all the possible servicenames to openshift_all_hostnames for mastersScott Dodson2015-11-032-0/+13
| |
* | Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin2015-11-021-5/+62
|\|
| * Merge pull request #772 from detiber/aepBrenton Leanhardt2015-11-021-2/+14
| |\ | | | | | | Disable OpenShift features if installing Atomic Enterprise
| | * Disable OpenShift features if installing Atomic EnterpriseJason DeTiberus2015-10-301-2/+14
| | |
| * | Use more specific enterprise version for version_greater_than_3_1_or_1_1.Andrew Butcher2015-10-301-1/+1
| |/
| * Merge pull request #738 from detiber/storage_pluginsBrenton Leanhardt2015-10-291-1/+9
| |\ | | | | | | Install storage plugin dependencies
| | * make storage_plugin_deps conditional on deployment_typeJason DeTiberus2015-10-271-17/+9
| | |
| | * make storage plugin dependency installation more flexibleJason DeTiberus2015-10-261-0/+16
| | |
| * | Merge pull request #731 from abutcher/proxy-client-configBrenton Leanhardt2015-10-271-2/+11
| |\ \ | | | | | | | | Add proxy client certs to master config
| | * | Use standard library for version comparison.Andrew Butcher2015-10-261-4/+7
| | | |
| | * | Move version greater_than_fact into openshift_factsAndrew Butcher2015-10-221-2/+8
| | |/
| * | Pylint fixesAndrew Butcher2015-10-261-4/+4
| | |
| * | Merge pull request #458 from spinolacastro/project_configBrenton Leanhardt2015-10-261-0/+28
| |\ \ | | |/ | |/| Custom Project Config
| | * fix merge conflictsDiego Castro2015-10-222-32/+143
| | |\
| | * | Get default values from openshift_factsDiego Castro2015-08-171-0/+28
| | | |
| | * | Update PR #458 from commentsDiego Castro2015-08-121-28/+0
| | | |
| | * | Custom Project ConfigDiego Castro2015-08-121-0/+28
| | | |
* | | | Add etcd_data_dir fact.Devan Goodwin2015-10-301-0/+6
|/ / /
* | / Fix error in openshift_factsJason DeTiberus2015-10-221-1/+1
| |/ |/| | | | | - fix error scraping openshift version for version numbers
* | Remove pylint comment from Sha-Bang. SSH process get hung when calling ↵Francisco Gimeno2015-10-211-1/+2
| | | | | | | | python # pylint: disable=too-many-lines
* | Support HA or single router, and start work on registryStefanie Forrester2015-10-211-1/+28
| |
* | 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.
* | | Updated registry fact with latest deployment_type mappingsScott Dodson2015-10-061-4/+4
|/ /
* | Revert "GCE support"Thomas Wiest2015-10-051-1/+1
| |
* | Merge pull request #641 from menren/gce-supportThomas Wiest2015-10-051-1/+1
|\ \ | | | | | | GCE support
| * | GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-011-1/+1
| | |
* | | openshift_facts.py: Correct error case for uninstalled systemsSamuel Munilla2015-10-021-0/+2
| | | | | | | | | | | | | | | | | | This adds a default value to the version to cover the case where the user doesn't have /usr/bin/openshift on the system, correcting the bug found in PR #646.
* | | openshift_facts.py: Ansible fact for openshift versionSamuel Munilla2015-10-011-0/+14
| | | | | | | | | | | | | | | | | | This added some logic to add a new the version of openshift rpm-based installations. This fact is intentionally not cached to account for users potenially updating versions outside of ansible playbooks.
* | | added 'missingok' to logrotate and disabled fluentd in onlineStefanie Forrester2015-10-011-2/+1
|/ /
* | Only continue to merge facts if both old and new values are type dict.Andrew Butcher2015-09-281-1/+1
| |
* | Update origin paths for v1.0.6Scott Dodson2015-09-181-5/+1
| | | | | | | | | | | | | | Origin now uses /etc/origin and /var/lib/origin as of v1.0.6. The RPMs will create a symlinks from /etc/origin to /etc/openshift and /var/lib/origin to /var/lib/openshift if the openshift directories exist. However on clean installs /etc/openshift won't exist.
* | Move openshift_data_dir to a fact based on deployment_typeScott Dodson2015-09-101-0/+9
| | | | | | | | | | | | 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
* | Fix to ensure use_openshift_sdn is a boolean value.Umair Mufti2015-09-031-1/+4
| |
* | added new node fact for schedulabilityStefanie Forrester2015-09-021-0/+18
| |
* | Add openshift_node_sdn_mtu configurationScott Dodson2015-09-021-0/+4
| | | | | | | | | | 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-282-31/+51
|\ \ | | | | | | Merge in Atomic Enterprise work into master
| * | Atomic Enterprise related changes.Avesh Agarwal2015-08-262-31/+51
| | |
* | | Merge pull request #527 from spinolacastro/metrics_fixWesley Hearn2015-08-281-2/+1
|\ \ \ | | | | | | | | Make cluster_metrics disabled by default
| * | | Fix testsDiego Castro (dscastro)2015-08-281-1/+0
| | | |
| * | | Make cluster_metrics disabled by defaultDiego Castro (dscastro)2015-08-281-1/+1
| |/ /