summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2718 from dgoodwin/restart-api-alwaysScott Dodson2016-11-041-0/+1
|\ | | | | Restart API service always as well.
| * Restart API service always as well.Devan Goodwin2016-11-041-0/+1
| | | | | | | | | | | | | | Recently applied this fix for controllers due to the systemd-journald restart issue, it sounds as is this one is also sometimes affected. Containerized already uses this, so we will apply the same restart strategy here.
* | Merge pull request #2710 from smunilla/BZ1391515Scott Dodson2016-11-031-11/+8
|\ \ | | | | | | Update flannel etcd vars for 0.5.5
| * | Update flannel etcd vars for 0.5.5Samuel Munilla2016-11-032-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | flannel-0.5.5 uses different variable names in /etc/sysconfig/flannel. This writes both the old and next variable name to the file for quick compatibility. Fixes #2635 Fixes Bug 1391515
* | | Merge pull request #2713 from smunilla/BZ1384291Scott Dodson2016-11-031-0/+12
|\ \ \ | |/ / |/| | Update quick installer upgrade mappings for 3.4
| * | Update quick installer upgrade mappings for 3.4Samuel Munilla2016-11-031-0/+12
|/ / | | | | | | | | | | Just a quick addition for the upgrade playbooks for 3.4 Fixes Bug 1384291
* | Merge pull request #2683 from smunilla/BZ1388754Scott Dodson2016-11-031-6/+22
|\ \ | | | | | | Update master_lb vs cluster_hostname workflow
| * | Update master_lb vs cluster_hostname workflowSamuel Munilla2016-10-281-6/+22
| | | | | | | | | | | | | | | | | | Previously, the messaging around setting cluster_hostname for single master setups was confusing. This should help with that as well as removing unecessary values from the cfg file.
* | | Merge pull request #2707 from sdodson/tlsv12Scott Dodson2016-11-024-4/+4
|\ \ \ | | | | | | | | Where we use curl force it to use tlsv1.2
| * | | Where we use curl force it to use tlsv1.2Scott Dodson2016-11-024-4/+4
|/ / / | | | | | | | | | | | | | | | | | | curl, prior to RHEL 7.2, did not properly negotiate up the TLS protocol, so force it to use tlsv1.2 Fixes bug 1390869
* | | Merge pull request #2703 from abutcher/etcd-ca-default-daysScott Dodson2016-11-021-1/+1
|\ \ \ | | | | | | | | Bump etcd_ca_default_days to 5 years.
| * | | Bump etcd_ca_default_days to 5 years.Andrew Butcher2016-11-021-1/+1
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.4.16-1].Scott Dodson2016-11-022-2/+14
| | | |
* | | | Merge pull request #2697 from tbielawa/BZ1390064Tim Bielawa2016-11-021-1/+24
|\ \ \ \ | | | | | | | | | | Consider lb/preconfigured hosts when verifying mixed environments
| * | | | Fix HA environments incorrectly detecting mixed installed environmentsTim Bielawa2016-11-021-1/+24
| |/ / / | | | | | | | | | | | | | | | | | | | | * Load balancers are now excluded from the mixed environment check * https://bugzilla.redhat.com/show_bug.cgi?id=1390064
* | | | Merge pull request #2700 from dgoodwin/oom-serviceScott Dodson2016-11-022-2/+20
|\ \ \ \ | |/ / / |/| | | Deploy an OOM systemd override for openvswitch.
| * | | Deploy an OOM systemd override for openvswitch.Devan Goodwin2016-11-022-2/+20
| | |/ | |/| | | | | | | | | | | | | At recommendation of network team, more details in: https://bugzilla.redhat.com/show_bug.cgi?id=1331590
* | | Merge pull request #2695 from smunilla/BZ1383961Scott Dodson2016-11-022-10/+6
|\ \ \ | |/ / |/| | Update installation summary for etcd members
| * | Update installation summary for etcd membersSamuel Munilla2016-11-012-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | We have changed how we assign etcd members in the quick installer. This updates our messaging to match those changes. Fixes Bug 1383961 Fixes Bug 1389649
* | | Merge pull request #2690 from tbielawa/BZ1374170Tim Bielawa2016-11-011-6/+41
|\ \ \ | |/ / |/| | Only restart dnsmasq if the DNS servers have changed
| * | Only restart dnsmasq if the DNS servers have changedTim Bielawa2016-11-011-6/+41
|/ /
* | Merge pull request #2678 from smunilla/BZ1388762Scott Dodson2016-11-011-3/+4
|\ \ | | | | | | Only tests that matters passed.
| * | Update variant_versionSamuel Munilla2016-10-271-3/+4
| | | | | | | | | | | | | | | | | | Update the quick installer to correctly set the new version. Fixes Bug 1388762
* | | Merge pull request #2694 from sdodson/masterScott Dodson2016-11-012-2/+2
|\ \ \ | | | | | | | | Fix changed_when
| * | | Fix changed_whenScott Dodson2016-11-012-2/+2
|/ / /
* | | Merge pull request #2689 from tdawson/2016-10-dockerfile-labelsScott Dodson2016-10-311-0/+3
|\ \ \ | | | | | | | | add io labels to Dockerfile
| * | | add io labelsTroy Dawson2016-10-311-0/+3
|/ / /
* | | Merge pull request #2686 from sdodson/BZ1390169Scott Dodson2016-10-312-1/+21
|\ \ \ | | | | | | | | Touch all ini_file files before using them
| * | | Touch all ini_file files before using themScott Dodson2016-10-312-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ansible 2.2 adds 'create' flag, however we'd like to preserve backwards compatability. Fixes bug 1390169 Fixes BZ1390169 Fixes #2668
* | | | Merge pull request #2680 from tbielawa/BZ389137Scott Dodson2016-10-311-2/+22
|\ \ \ \ | |/ / / |/| | | Remove commit offset strings from parsed versions
| * | | Remove commit offset strings from parsed versionsTim Bielawa2016-10-311-2/+22
|/ / /
* | | Automatic commit of package [openshift-ansible] release [3.4.15-1].Troy Dawson2016-10-312-2/+7
| | |
* | | Merge pull request #2682 from dgoodwin/bump-documented-releaseScott Dodson2016-10-282-2/+2
|\ \ \ | | | | | | | | Bump documented openshift_release for 1.4/3.4.
| * | | Bump documented openshift_release for 1.4/3.4.Devan Goodwin2016-10-282-2/+2
| | | |
* | | | Merge pull request #2679 from erinn/masterScott Dodson2016-10-281-1/+6
|\ \ \ \ | |_|_|/ |/| | | Add requirements, fix a small formatting issue.
| * | | Add requirements, fix a small formatting issue.Erinn Looney-Triggs2016-10-271-1/+6
| | |/ | |/|
* / | Automatic commit of package [openshift-ansible] release [3.4.14-1].Troy Dawson2016-10-282-2/+8
|/ /
* | Merge pull request #2669 from dgoodwin/restart-ha-controllers-alwaysScott Dodson2016-10-272-2/+2
|\ \ | | | | | | Change HA master controller service to restart always.
| * | Change HA master controller service to restart always.Devan Goodwin2016-10-272-2/+2
| |/ | | | | | | | | | | | | | | | | | | Restarts of systemd-journald can cause the master controllers service to die in HA environments, due to a SIGPIPE and how it's handled. (seemingly by default in golang) on-failure does not trigger in this situation, instead we set to Restart=always in the systemd unit, which matches the non-HA service definitions as well.
* | Merge pull request #2670 from abutcher/hosted-registry-insecureScott Dodson2016-10-264-5/+24
|\ \ | | | | | | Bug 1388016 - The insecure-registry address was removed during upgrade
| * | Default hosted_registry_insecure true when insecure registry present in ↵Andrew Butcher2016-10-264-5/+24
| | | | | | | | | | | | existing /etc/sysconfig/docker.
* | | Merge pull request #2667 from smunilla/BZ1385449Scott Dodson2016-10-261-2/+5
|\ \ \ | | | | | | | | Fix race condtion in openshift_facts
| * | | Fix race condtion in openshift_factsSamuel Munilla2016-10-251-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If, for some reason, two facts processes were run simultaneously on the same host, creating the directory could cause an exception. This should help with that. Fixes Bug 1385449
* | | | Automatic commit of package [openshift-ansible] release [3.4.13-1].Troy Dawson2016-10-262-2/+15
|/ / /
* | | Merge pull request #2662 from blues-man/update_doc_upgrade_openshiftScott Dodson2016-10-251-2/+2
|\ \ \ | | | | | | | | Update link to latest versions upgrade README
| * | | Update link to latest versions upgrade READMENatale Vinto2016-10-251-2/+2
| |/ /
* | | Merge pull request #2663 from dgoodwin/34-upgradeScott Dodson2016-10-255-0/+313
|\ \ \ | | | | | | | | Add support for 3.4 upgrade.
| * | | Add support for 3.4 upgrade.Devan Goodwin2016-10-255-0/+313
| | |/ | |/| | | | | | | | | | This is a direct copy of 3.3 upgrade playbooks, with 3.3 specific hooks removed and version numbers adjusted appropriately.
* | | Merge pull request #2637 from dgoodwin/ctrl-plane-restartScott Dodson2016-10-253-12/+9
|\ \ \ | | | | | | | | Fix and reorder control plane service restart.
| * | | Fix and reorder control plane service restart.Devan Goodwin2016-10-213-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was missed in the standalone upgrade control plane playbook. However it also looks to be out of order, we should restart before reconciling and upgrading nodes. As such moved the restart directly into the control plane upgrade common code, and placed it before reconciliation.