summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improving output when gathering factsBrenton Leanhardt2015-12-081-1/+1
|
* Bug 1287977 - Incorrect check output from atomic-openshift-installer when ↵Brenton Leanhardt2015-12-082-2/+65
| | | | working with preconfigured load balancer
* Merge pull request #946 from sdodson/dt-oeBrenton Leanhardt2015-12-083-11/+370
|\ | | | | Add origin hosts example and ose example
| * Add unique AEP, OSE, and Origin BYO inventoriesScott Dodson2015-12-073-11/+370
|/
* Merge pull request #996 from lhuard1A/openstack_etcdThomas Wiest2015-12-045-1/+106
|\ | | | | Add etcd nodes management in OpenStack
| * Add etcd nodes management in OpenStackLénaïc Huard2015-11-185-1/+106
| | | | | | | | Fixes #472
* | Merge pull request #1016 from joelddiaz/move-docker-timeout-workaroundJoel Diaz2015-12-046-129/+57
|\ \ | | | | | | bring the docker udev workaround into openshift-ansible.git
| * | bring the docker udev workaround into openshift-ansible.gitJoel Diaz2015-12-046-129/+57
| | |
* | | Merge pull request #988 from dak1n1/upgradesStefanie Forrester2015-12-043-3/+36
|\ \ \ | | | | | | | | added upgrade playbook for online
| * | | added upgrade playbook for onlineStefanie Forrester2015-12-013-3/+36
| | | |
* | | | Merge pull request #1025 from mwoodson/master_checksMatt Woodson2015-12-041-0/+3
|\ \ \ \ | | | | | | | | | | Zabbix: put in a note about trigger prototype dependency
| * | | | Zabbix: put in a note about trigger prototype dependencyMatt Woodson2015-12-041-0/+3
| | | | |
* | | | | Merge pull request #983 from enoodle/manageiq_serviceBrenton Leanhardt2015-12-045-1/+78
|\ \ \ \ \ | | | | | | | | | | | | Adding ManageIQ service account
| * | | | | ManageIQ Service Account: added role for ManageIQ service accountenoodle2015-12-045-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | | | | | Merge pull request #1023 from mwoodson/master_checksMatt Woodson2015-12-041-5/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | | Zabbix: added dependency for inode disk check
| * | | | | Zabbix: added dependency for inode disk checkMatt Woodson2015-12-041-5/+7
| | | | | |
* | | | | | Merge pull request #1022 from mwoodson/master_checksMatt Woodson2015-12-041-5/+8
|\| | | | | | | | | | | | | | | | | Zabbix: added dependency for disk check
| * | | | | Zabbix: added dependency for disk checkMatt Woodson2015-12-041-5/+8
| | | | | |
* | | | | | Merge pull request #1021 from mwoodson/master_checksMatt Woodson2015-12-042-38/+67
|\| | | | | | | | | | | | | | | | | added pv checks; added trigger dependencies
| * | | | | zabbix: removed ethernet graphsMatt Woodson2015-12-041-12/+0
| | | | | |
| * | | | | Zabbix: added trigger dependencies to certain master checksMatt Woodson2015-12-041-26/+37
| | | | | |
| * | | | | added the pv zabbix keysMatt Woodson2015-12-031-0/+30
|/ / / / /
* | | | | Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt2015-12-037-38/+13
|\ \ \ \ \ | |_|_|/ / |/| | | | Refactor dns options and facts
| * | | | Refactor dns options and facts.Andrew Butcher2015-12-037-38/+13
| | | | |
* | | | | Merge pull request #1010 from abutcher/pacemaker-countBrenton Leanhardt2015-12-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Use masterCount=1 with pacemaker ha
| * | | | | Configured master count should be 1 for pacemaker ha.Andrew Butcher2015-12-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #1013 from detiber/fixFactPlaybookBrenton Leanhardt2015-12-021-2/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix openshift_facts playbook for yum/dnf changes
| * | | | | Fix openshift_facts playbook for yum/dnf changesJason DeTiberus2015-12-021-2/+1
|/ / / / /
* | | | | Merge pull request #966 from maxamillion/fedoraWesley Hearn2015-12-0236-18/+296
|\ \ \ \ \ | | | | | | | | | | | | Fedora changes:
| * | | | | Fedora changes:Adam Miller2015-12-0236-18/+296
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 #1003 from detiber/fixInstanceTypeLookupStefanie Forrester2015-12-021-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Fix ec2 instance type lookups
| * | | | | Fix ec2 instance type lookupsJason DeTiberus2015-11-301-4/+4
| | | | | |
* | | | | | Merge pull request #1004 from puzzle/fixBasicAuthPasswordIDPValidationBrenton Leanhardt2015-12-021-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix validation for BasicAuthPasswordIdentityProvider
| * | | | | | Fix validation for BasicAuthPasswordIdentityProviderDaniel Tschan2015-12-011-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #999 from dgoodwin/loadbalanced-2Brenton Leanhardt2015-12-025-308/+619
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Improvements for Load Balanced HA Master Deployments
| * | | | | Centralize etcd/schedulability logic for each host.Devan Goodwin2015-12-013-19/+37
| | | | | |
| * | | | | Improved installation summary.Devan Goodwin2015-12-011-12/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Displays each host and the roles it will play based on the current configuration. As the configuration grows the summary will adapt to indicate embedded vs separte etcd, scheduled vs unscheduled nodes, etc.
| * | | | | Add warning for HA deployments with < 3 dedicated nodes.Devan Goodwin2015-12-011-8/+12
| | | | | |
| * | | | | Cleanup more schedulable typos.Devan Goodwin2015-12-012-3/+3
| | | | | |
| * | | | | Merge branch 'master' into loadbalanced-2Devan Goodwin2015-12-0117-29/+54
| |\| | | |
| * | | | | Fix bug when warning on no dedicated nodes.Devan Goodwin2015-11-301-3/+2
| | | | | |
| * | | | | Suggest dedicated nodes for an HA deployment.Devan Goodwin2015-11-301-0/+9
| | | | | |
| * | | | | Error out if no load balancer specified.Devan Goodwin2015-11-302-23/+12
| | | | | |
| * | | | | Adjust requirement for 3 masters for HA deployments.Devan Goodwin2015-11-303-26/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If only 2 masters are specified, consider this a configuration error if running an unattended install, and prevent it completely if running an attended install. (continues to prompt for hosts until you have at least 3) Because this condition cannot be entered in the interactive install, we can't really write a test for this negative case.
| * | | | | Improved output when re-running after editing config.Devan Goodwin2015-11-271-4/+5
| | | | | |
| * | | | | Print a system summary after adding each.Devan Goodwin2015-11-271-8/+20
| | | | | |
| * | | | | Text improvements for host specification.Devan Goodwin2015-11-271-7/+19
| | | | | |
| * | | | | Assert etcd section written for HA installs.Devan Goodwin2015-11-271-0/+3
| | | | | |
| * | | | | Breakout a test fixture to reduce module size.Devan Goodwin2015-11-262-222/+236
| | | | | |
| * | | | | Pylint touchups.Devan Goodwin2015-11-261-2/+2
| | | | | |