summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-01Improved installation summary.Devan Goodwin
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.
2015-12-01Add warning for HA deployments with < 3 dedicated nodes.Devan Goodwin
2015-12-01Cleanup more schedulable typos.Devan Goodwin
2015-12-01Merge branch 'master' into loadbalanced-2Devan Goodwin
2015-11-30Merge pull request #964 from detiber/safePatchBrenton Leanhardt
Safe patch
2015-11-30remove debug logging from scc/privileged patch commandJason DeTiberus
2015-11-30Set api version for oc commandsJason DeTiberus
2015-11-30Merge pull request #975 from detiber/fixSELinuxBoolTestBrenton Leanhardt
Fix failure when seboolean not present
2015-11-303.1 upgrade - use --api-version for patch commandsJason DeTiberus
2015-11-30Merge pull request #971 from detiber/refreshCacheBrenton Leanhardt
Update openshift_repos to refresh package cache on changes
2015-11-30Fix bug when warning on no dedicated nodes.Devan Goodwin
2015-11-30Suggest dedicated nodes for an HA deployment.Devan Goodwin
2015-11-30Error out if no load balancer specified.Devan Goodwin
2015-11-30Adjust requirement for 3 masters for HA deployments.Devan Goodwin
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.
2015-11-30Merge pull request #998 from nak3/hawkular-fixBrenton Leanhardt
Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template
2015-11-30Merge pull request #980 from brenton/unshedulableBrenton Leanhardt
Fixing 'unscheduleable' typo
2015-11-30Fixing 'unscheduleable' typoBrenton Leanhardt
2015-11-30Merge pull request #992 from ubreu/hotfix/fixVersionScriptBrenton Leanhardt
Add -q flag to remove unwantend output (such as mirror and cache information)
2015-11-30Merge pull request #985 from abutcher/ocConfigBrenton Leanhardt
Use admin.kubeconfig when obtaining kubernetes service ip
2015-11-30Merge pull request #987 from abutcher/uninstall-restart-dockerBrenton Leanhardt
Uninstall: only restart docker on node hosts.
2015-11-30Merge pull request #982 from simon3z/install-opensslBrenton Leanhardt
Make sure that OpenSSL is installed before use
2015-11-30Merge pull request #976 from sdodson/fix-enterprise-metricsBrenton Leanhardt
Point enterprise metrics templates at registry.access.redhat.com/openshift3/met…
2015-11-30Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular templateKenjiro Nakayama
2015-11-27Improved output when re-running after editing config.Devan Goodwin
2015-11-27Print a system summary after adding each.Devan Goodwin
2015-11-27Text improvements for host specification.Devan Goodwin
2015-11-27Assert etcd section written for HA installs.Devan Goodwin
2015-11-26Breakout a test fixture to reduce module size.Devan Goodwin
2015-11-26Pylint touchups.Devan Goodwin
2015-11-26Trim assertions in HA testing.Devan Goodwin
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.
2015-11-26Test unattended HA quick install.Devan Goodwin
Checking behavior when there is no LB specified, and when the user attempts to re-use a master or node as their LB.
2015-11-26Don't prompt to continue during unattended installs.Devan Goodwin
2015-11-26Block re-use of master/node as load balancer in attended install.Devan Goodwin
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.
2015-11-26Add -q flag to remove unwantend output (such as mirror and cache information)Urs Breu
This prevents ansible failures when trying to set version facts
2015-11-25Uninstall: only restart docker on node hosts.Andrew Butcher
2015-11-25Explicitly set schedulable when masters == nodes.Devan Goodwin
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.
2015-11-25Use admin.kubeconfig for get svc ip.Andrew Butcher
2015-11-25Point enterprise metrics at registry.access.redhat.com/openshift3/metrics-Scott Dodson
2015-11-25Make sure that OpenSSL is installed before useFederico Simoncelli
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-11-24Merge pull request #968 from detiber/fixScaleup2Brenton Leanhardt
Improve scaleup playbook
2015-11-24Automatic commit of package [openshift-ansible] release [3.0.16-1].Brenton Leanhardt
2015-11-24Merge pull request #978 from brenton/quick_haBrenton Leanhardt
HA support for atomic-openshift-installer
2015-11-24Silencing pylint branch errors for now for the atomic-openshift-installer ↵Brenton Leanhardt
harness
2015-11-24Merge pull request #967 from detiber/setHostnameBrenton Leanhardt
Rework setting of hostname
2015-11-24Properly setting scheduleability for HA Master scenariosBrenton Leanhardt
If the only Nodes we have are also on Masters we set the scheduleable.
2015-11-24Merge pull request #977 from mwoodson/graphsMatt Woodson
added graphs for openshift master and network in zabbix
2015-11-24added graphsMatt Woodson
2015-11-24fixes for installer wrapper scaleupJason DeTiberus
2015-11-24Rework setting of hostnameJason DeTiberus
- set the hostname for all installs < 3.1 or 1.1 - provide a new variable openshift_set_hostname to override default behavior
2015-11-24addtl aws fixesJason DeTiberus