summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Breakout a test fixture to reduce module size.Devan Goodwin2015-11-262-222/+236
| | | | | |
| * | | | | Pylint touchups.Devan Goodwin2015-11-261-2/+2
| | | | | |
| * | | | | Trim assertions in HA testing.Devan Goodwin2015-11-261-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're asserting the same things in loading facts over and over, which is not what these tests are really intended to catch. This behavior is tested elsewhere.
| * | | | | Test unattended HA quick install.Devan Goodwin2015-11-263-9/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking behavior when there is no LB specified, and when the user attempts to re-use a master or node as their LB.
| * | | | | Don't prompt to continue during unattended installs.Devan Goodwin2015-11-261-4/+6
| | | | | |
| * | | | | Block re-use of master/node as load balancer in attended install.Devan Goodwin2015-11-263-18/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code was present to catch this in unattended installs but was looking for a host record with both master/node and master_lb set to true, but in the attended installs we were adding a separate host record with the same connect_to. Attended tests can now optionally specify multiple "attempted" strings for the master_lb specification, we'll try to input each if multiple are specified. Cleanup some empty defaults and error messages as well.
| * | | | | Explicitly set schedulable when masters == nodes.Devan Goodwin2015-11-252-25/+25
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | When the masters are the only nodes in play, we need to explicitly set schedulable to True due to logic in openshift_facts.py which assumes that if the node is also a master, schedulable should be false.
* | | | | Merge pull request #1005 from mwoodson/registry_checksMatt Woodson2015-12-011-0/+11
|\ \ \ \ \ | | | | | | | | | | | | added docker registry cluster check
| * | | | | added docker registry cluster checkMatt Woodson2015-12-011-0/+11
| | |/ / / | |/| | |
* | | | | Merge pull request #1006 from abutcher/dns-ipBrenton Leanhardt2015-12-011-5/+2
|\ \ \ \ \ | |/ / / / |/| | | | Fix kubernetes service ip gathering.
| * | | | Fix kubernetes service ip gathering.Andrew Butcher2015-12-011-5/+2
|/ / / /
* | | | Merge pull request #964 from detiber/safePatchBrenton Leanhardt2015-11-304-7/+19
|\ \ \ \ | |_|/ / |/| | | Safe patch
| * | | remove debug logging from scc/privileged patch commandJason DeTiberus2015-11-301-2/+1
| | | |
| * | | Set api version for oc commandsJason DeTiberus2015-11-303-6/+13
| | | |
| * | | 3.1 upgrade - use --api-version for patch commandsJason DeTiberus2015-11-301-1/+7
| | | |
* | | | Merge pull request #975 from detiber/fixSELinuxBoolTestBrenton Leanhardt2015-11-301-1/+1
|\ \ \ \ | |/ / / |/| | | Fix failure when seboolean not present
| * | | Fix failure when seboolean not presentJason DeTiberus2015-11-241-1/+1
| | | |
* | | | Merge pull request #971 from detiber/refreshCacheBrenton Leanhardt2015-11-302-0/+8
|\ \ \ \ | | | | | | | | | | Update openshift_repos to refresh package cache on changes
| * | | | Update openshift_repos to refresh package cache on changesJason DeTiberus2015-11-242-0/+8
| |/ / /
* | | | Merge pull request #998 from nak3/hawkular-fixBrenton Leanhardt2015-11-302-4/+4
|\ \ \ \ | | | | | | | | | | Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template
| * | | | Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular templateKenjiro Nakayama2015-11-304-8/+8
| | |/ / | |/| |
* | | | Merge pull request #980 from brenton/unshedulableBrenton Leanhardt2015-11-304-17/+17
|\ \ \ \ | | | | | | | | | | Fixing 'unscheduleable' typo
| * | | | Fixing 'unscheduleable' typoBrenton Leanhardt2015-11-304-17/+17
|/ / / /
* | | | Merge pull request #992 from ubreu/hotfix/fixVersionScriptBrenton Leanhardt2015-11-301-2/+2
|\ \ \ \ | | | | | | | | | | Add -q flag to remove unwantend output (such as mirror and cache information)
| * | | | Add -q flag to remove unwantend output (such as mirror and cache information)Urs Breu2015-11-261-2/+2
| |/ / / | | | | | | | | | | | | This prevents ansible failures when trying to set version facts
* | | | Merge pull request #985 from abutcher/ocConfigBrenton Leanhardt2015-11-301-1/+1
|\ \ \ \ | | | | | | | | | | Use admin.kubeconfig when obtaining kubernetes service ip
| * | | | Use admin.kubeconfig for get svc ip.Andrew Butcher2015-11-251-1/+1
| |/ / /
* | | | Merge pull request #987 from abutcher/uninstall-restart-dockerBrenton Leanhardt2015-11-301-0/+3
|\ \ \ \ | | | | | | | | | | Uninstall: only restart docker on node hosts.
| * | | | Uninstall: only restart docker on node hosts.Andrew Butcher2015-11-251-0/+3
| |/ / /
* | | | Merge pull request #982 from simon3z/install-opensslBrenton Leanhardt2015-11-301-0/+2
|\ \ \ \ | | | | | | | | | | Make sure that OpenSSL is installed before use
| * | | | Make sure that OpenSSL is installed before useFederico Simoncelli2015-11-251-0/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
* | | | Merge pull request #976 from sdodson/fix-enterprise-metricsBrenton Leanhardt2015-11-302-4/+4
|\ \ \ \ | |/ / / |/| | | Point enterprise metrics templates at registry.access.redhat.com/openshift3/met…
| * | | Point enterprise metrics at registry.access.redhat.com/openshift3/metrics-Scott Dodson2015-11-252-4/+4
| | | |
* | | | Merge pull request #968 from detiber/fixScaleup2Brenton Leanhardt2015-11-248-14/+135
|\ \ \ \ | | | | | | | | | | Improve scaleup playbook
| * | | | fixes for installer wrapper scaleupJason DeTiberus2015-11-241-2/+2
| | | | |
| * | | | addtl aws fixesJason DeTiberus2015-11-242-1/+3
| | | | |
| * | | | fix addNodes.ymlJason DeTiberus2015-11-241-22/+1
| | | | |
| * | | | more aws support for scaleupJason DeTiberus2015-11-243-0/+92
| | | | |
| * | | | start of aws scaleupJason DeTiberus2015-11-242-0/+41
| | | | |
| * | | | Improve scaleup playbookJason DeTiberus2015-11-243-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - modify evaluate host to set oo_nodes_to_config to a new variable g_new_nodes_group if defined rather than g_nodes_group and also skip adding the master when g_new_nodes_group is set. - Remove byo specific naming from playbooks/common/openshift-cluster/scaleup.yml and created a new playbooks/byo/openshift-cluster/scaleup.yml playbook.
* | | | | Automatic commit of package [openshift-ansible] release [3.0.16-1].Brenton Leanhardt2015-11-242-2/+36
| | | | |
* | | | | Merge pull request #978 from brenton/quick_haBrenton Leanhardt2015-11-244-45/+426
|\ \ \ \ \ | | | | | | | | | | | | HA support for atomic-openshift-installer
| * | | | | Silencing pylint branch errors for now for the atomic-openshift-installer ↵Brenton Leanhardt2015-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | harness
| * | | | | Properly setting scheduleability for HA Master scenariosBrenton Leanhardt2015-11-243-13/+114
| | | | | | | | | | | | | | | | | | | | | | | | If the only Nodes we have are also on Masters we set the scheduleable.
| * | | | | Avoid printing the master and node totals in the add-a-node scenarioBrenton Leanhardt2015-11-241-7/+8
| | | | | |
| * | | | | Fixing tests for quick_haBrenton Leanhardt2015-11-242-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: * minor rewording of the text that informs the admin about scheduleable masters.
| * | | | | Removing a debug lineBrenton Leanhardt2015-11-241-1/+0
| | | | | |
| * | | | | atomic-openshift-installer: Fix lint issueSamuel Munilla2015-11-231-1/+1
| | | | | |
| * | | | | Merge commit '6659d1e4fa14f5100458608337468e513374a385' into quick_haSamuel Munilla2015-11-230-0/+0
| |\ \ \ \ \
| | * | | | | Handling preconfigured load balancersBrenton Leanhardt2015-11-233-15/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The preconfigured load balancers, previously denoted by having 'run_on' set to false, cannot have their facts gathered which results in a stack trace. Later when we write out the inventory we have to fake out the hostname and just use 'connect_to'. We're likely going to have the concept of other types of "plug-in" hosts where we don't run ansible. We should make sure we abstract this properly so it's easy to add additional types of hosts. Also in the commit: - Renamed 'run_on' to 'preconfigured' and inverted the logic as needed - Output tally of Masters and Nodes as well as remaining Masters required for HA - Minor rewording in a few places - Currently only prompting for the load balancer after all other hosts have been entered - Removed spurious echo