summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
Commit message (Collapse)AuthorAgeFilesLines
* Fedora changes:Adam Miller2015-12-021-0/+7
| | | | | | | | | | | | | - 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
* Conditionally set the nodeIPJason DeTiberus2015-11-241-1/+1
|
* Merge pull request #881 from abutcher/namedCertRefactorBrenton Leanhardt2015-11-191-10/+36
|\ | | | | Refactor named certficates
| * Add additive_facts_to_overwrite instead of overwriting all additive_factsAndrew Butcher2015-11-161-17/+29
| |
| * Refactor named certificates.Andrew Butcher2015-11-161-10/+24
| |
* | Merge pull request #926 from brenton/aep3Brenton Leanhardt2015-11-171-1/+1
|\ \ | |/ |/| The aep3 images changed locations.
| * The aep3 images changed locations.Brenton Leanhardt2015-11-171-1/+1
| |
* | pylint openshift_factsJason DeTiberus2015-11-131-4/+2
| |
* | Update etcd default facts settingJason DeTiberus2015-11-131-19/+30
| |
* | Merge pull request #867 from ibotty/rm-netaddr-depBrenton Leanhardt2015-11-132-4/+20
|\ \ | |/ |/| remove netaddr dependency
| * remove netaddr dependencyTobias Florek2015-11-112-4/+20
| |
* | Refactor upgrade playbook(s)Jason DeTiberus2015-11-101-35/+36
|/ | | | | | | | | | | | | - Split playbooks into two, one for 3.0 minor upgrades and one for 3.0 to 3.1 upgrades - Move upgrade playbooks to common/openshift/cluster/upgrades from adhoc - Added a byo wrapper playbooks to set the groups based on the byo conventions, other providers will need similar playbooks added eventually - installer wrapper updates for refactored upgrade playbooks - call new 3.0 to 3.1 upgrade playbook - various fixes for edge cases I hit with a really old config laying around. - fix output of host facts to show connect_to value.
* Fix missing etcd_data_dir bug.Devan Goodwin2015-11-101-0/+6
| | | | | | | | | | | A late change to original PR was not properly tested, there is a problem in the facts when upgrading where the deployment type is openshift-enterprise, and the system facts start reporting data_dir and config_base as referencing origin directories, which are not yet symlinked to their previous openshift variants. To correct we watch for a scenario where we evaluate these to origin directories, which don't exist, but the openshift ones do. (to allow for installation to still point at the origin variety)
* Read etcd data dir from appropriate config file.Devan Goodwin2015-11-092-8/+50
| | | | | | | | | Rather than assuming the etcd data dir, we now read if from master-config.yaml if using embedded etcd, otherwise from etcd.conf. Doing so now required use of PyYAML to parse config file when gathering facts. Fixed discrepancy with data_dir fact and openshift-enterprise deployment_type.
* Merge pull request #743 from abutcher/sync-period-flagBrenton Leanhardt2015-11-061-1/+2
|\ | | | | New `iptablesSyncPeriod` field in node configuration
| * New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-061-1/+2
| |
* | Merge pull request #698 from lebauce/flannelBrenton Leanhardt2015-11-061-0/+18
|\ \ | |/ |/| Add support for flannel
| * Add flannel supportSylvain Baubeau2015-10-271-0/+18
| | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | Merge pull request #818 from abutcher/custom-certs-fixesBrenton Leanhardt2015-11-061-1/+1
|\ \ | | | | | | Named certificate fixes
| * | Don't check for certs in data_dir just raise when they can't be found. Fix typo.Andrew Butcher2015-11-051-1/+1
| | |
* | | Fix data_dir for 3.0 deploymentsJason DeTiberus2015-11-061-0/+2
|/ /
* | 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