summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/library/openshift_facts.py
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-031-0/+10
|\|
| * Add all the possible servicenames to openshift_all_hostnames for mastersScott Dodson2015-11-031-0/+10
| |
* | 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-221-30/+141
| | |\
| | * | 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
| |
* | Updated registry fact with latest deployment_type mappingsScott Dodson2015-10-061-4/+4
| |
* | 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-281-30/+50
|\ \ | | | | | | Merge in Atomic Enterprise work into master
| * | Atomic Enterprise related changes.Avesh Agarwal2015-08-261-30/+50
| | |
* | | 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
| |/ /
* / / Fix name was too longDiego Castro2015-08-271-2/+2
|/ /
* / Configure cluster metricsDiego Castro2015-08-131-0/+19
|/ | | | | Playbook based on https://docs.openshift.org/latest/admin_guide/cluster_metrics.html.
* Use the official redhat registry for onlineWesley Hearn2015-08-101-2/+1
|
* Initial HA masterJason DeTiberus2015-07-171-6/+36
| | | | | | | | | | | | | | | | | | | | | | - Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
* Merge pull request #347 from detiber/fixHostnameFactThomas Wiest2015-07-161-1/+1
|\ | | | | Fix hostname default when valid hostname not found on system