| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Restart API service always as well.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
Update flannel etcd vars for 0.5.5
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
|/| | |
Update quick installer upgrade mappings for 3.4
|
|/ /
| |
| |
| |
| |
| | |
Just a quick addition for the upgrade playbooks for 3.4
Fixes Bug 1384291
|
|\ \
| | |
| | | |
Update master_lb vs cluster_hostname workflow
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
Where we use curl force it to use tlsv1.2
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
curl, prior to RHEL 7.2, did not properly negotiate up the TLS protocol, so
force it to use tlsv1.2
Fixes bug 1390869
|
|\ \ \
| | | |
| | | | |
Bump etcd_ca_default_days to 5 years.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Consider lb/preconfigured hosts when verifying mixed environments
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* Load balancers are now excluded from the mixed environment check
* https://bugzilla.redhat.com/show_bug.cgi?id=1390064
|
|\ \ \ \
| |/ / /
|/| | | |
Deploy an OOM systemd override for openvswitch.
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
At recommendation of network team, more details in:
https://bugzilla.redhat.com/show_bug.cgi?id=1331590
|
|\ \ \
| |/ /
|/| | |
Update installation summary for etcd members
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
|/| | |
Only restart dnsmasq if the DNS servers have changed
|
|/ / |
|
|\ \
| | |
| | | |
Only tests that matters passed.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Update the quick installer to correctly set the new version.
Fixes Bug 1388762
|
|\ \ \
| | | |
| | | | |
Fix changed_when
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
add io labels to Dockerfile
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Touch all ini_file files before using them
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ansible 2.2 adds 'create' flag, however we'd like to preserve backwards
compatability.
Fixes bug 1390169
Fixes BZ1390169
Fixes #2668
|
|\ \ \ \
| |/ / /
|/| | | |
Remove commit offset strings from parsed versions
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bump documented openshift_release for 1.4/3.4.
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Add requirements, fix a small formatting issue.
|
| | |/
| |/| |
|
|/ / |
|
|\ \
| | |
| | | |
Change HA master controller service to restart always.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
Bug 1388016 - The insecure-registry address was removed during upgrade
|
| | |
| | |
| | |
| | | |
existing /etc/sysconfig/docker.
|
|\ \ \
| | | |
| | | | |
Fix race condtion in openshift_facts
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Update link to latest versions upgrade README
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Add support for 3.4 upgrade.
|
| | |/
| |/|
| | |
| | |
| | | |
This is a direct copy of 3.3 upgrade playbooks, with 3.3 specific hooks
removed and version numbers adjusted appropriately.
|
|\ \ \
| | | |
| | | | |
Fix and reorder control plane service restart.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|