summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-05a-o-i: remove dummy data_fileRodolfo Carvalho
2016-11-05a-o-i: remove script leftover from OpenShift v2Rodolfo Carvalho
2016-11-04Automatic commit of package [openshift-ansible] release [3.4.17-1].Scott Dodson
2016-11-04Merge pull request #2721 from sdodson/image-stream-syncScott Dodson
Image stream sync
2016-11-04Merge pull request #2722 from smunilla/BZ1391515Scott Dodson
Fix indentation for flannel etcd vars
2016-11-04Fix indentation for flannel etcd varsSamuel Munilla
2016-11-04Update hosted_templatesScott Dodson
2016-11-04Merge pull request #2718 from dgoodwin/restart-api-alwaysScott Dodson
Restart API service always as well.
2016-11-04remove console exclusionsScott Dodson
2016-11-04Restart API service always as well.Devan Goodwin
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.
2016-11-03Update v1.4 contentScott Dodson
2016-11-03Merge pull request #2710 from smunilla/BZ1391515Scott Dodson
Update flannel etcd vars for 0.5.5
2016-11-03Merge pull request #2713 from smunilla/BZ1384291Scott Dodson
Update quick installer upgrade mappings for 3.4
2016-11-03Update quick installer upgrade mappings for 3.4Samuel Munilla
Just a quick addition for the upgrade playbooks for 3.4 Fixes Bug 1384291
2016-11-03Update flannel etcd vars for 0.5.5Samuel Munilla
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
2016-11-03Merge pull request #2683 from smunilla/BZ1388754Scott Dodson
Update master_lb vs cluster_hostname workflow
2016-11-02Merge pull request #2707 from sdodson/tlsv12Scott Dodson
Where we use curl force it to use tlsv1.2
2016-11-02Where we use curl force it to use tlsv1.2Scott Dodson
curl, prior to RHEL 7.2, did not properly negotiate up the TLS protocol, so force it to use tlsv1.2 Fixes bug 1390869
2016-11-02Merge pull request #2703 from abutcher/etcd-ca-default-daysScott Dodson
Bump etcd_ca_default_days to 5 years.
2016-11-02Automatic commit of package [openshift-ansible] release [3.4.16-1].Scott Dodson
2016-11-02Merge pull request #2697 from tbielawa/BZ1390064Tim Bielawa
Consider lb/preconfigured hosts when verifying mixed environments
2016-11-02Merge pull request #2700 from dgoodwin/oom-serviceScott Dodson
Deploy an OOM systemd override for openvswitch.
2016-11-02Bump etcd_ca_default_days to 5 years.Andrew Butcher
2016-11-02Fix HA environments incorrectly detecting mixed installed environmentsTim Bielawa
* Load balancers are now excluded from the mixed environment check * https://bugzilla.redhat.com/show_bug.cgi?id=1390064
2016-11-02Merge pull request #2695 from smunilla/BZ1383961Scott Dodson
Update installation summary for etcd members
2016-11-02Deploy an OOM systemd override for openvswitch.Devan Goodwin
At recommendation of network team, more details in: https://bugzilla.redhat.com/show_bug.cgi?id=1331590
2016-11-01Merge pull request #2690 from tbielawa/BZ1374170Tim Bielawa
Only restart dnsmasq if the DNS servers have changed
2016-11-01Only restart dnsmasq if the DNS servers have changedTim Bielawa
2016-11-01Update installation summary for etcd membersSamuel Munilla
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
2016-11-01Merge pull request #2678 from smunilla/BZ1388762Scott Dodson
Only tests that matters passed.
2016-11-01Merge pull request #2694 from sdodson/masterScott Dodson
Fix changed_when
2016-11-01Fix changed_whenScott Dodson
2016-10-31Merge pull request #2689 from tdawson/2016-10-dockerfile-labelsScott Dodson
add io labels to Dockerfile
2016-10-31add io labelsTroy Dawson
2016-10-31Merge pull request #2686 from sdodson/BZ1390169Scott Dodson
Touch all ini_file files before using them
2016-10-31Touch all ini_file files before using themScott Dodson
Ansible 2.2 adds 'create' flag, however we'd like to preserve backwards compatability. Fixes bug 1390169 Fixes BZ1390169 Fixes #2668
2016-10-31Merge pull request #2680 from tbielawa/BZ389137Scott Dodson
Remove commit offset strings from parsed versions
2016-10-31Remove commit offset strings from parsed versionsTim Bielawa
2016-10-31Automatic commit of package [openshift-ansible] release [3.4.15-1].Troy Dawson
2016-10-28Merge pull request #2682 from dgoodwin/bump-documented-releaseScott Dodson
Bump documented openshift_release for 1.4/3.4.
2016-10-28Update master_lb vs cluster_hostname workflowSamuel Munilla
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.
2016-10-28Merge pull request #2679 from erinn/masterScott Dodson
Add requirements, fix a small formatting issue.
2016-10-28Bump documented openshift_release for 1.4/3.4.Devan Goodwin
2016-10-28Automatic commit of package [openshift-ansible] release [3.4.14-1].Troy Dawson
2016-10-27Add requirements, fix a small formatting issue.Erinn Looney-Triggs
2016-10-27Update variant_versionSamuel Munilla
Update the quick installer to correctly set the new version. Fixes Bug 1388762
2016-10-27Merge pull request #2669 from dgoodwin/restart-ha-controllers-alwaysScott Dodson
Change HA master controller service to restart always.
2016-10-27Change HA master controller service to restart always.Devan Goodwin
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.
2016-10-26Merge pull request #2670 from abutcher/hosted-registry-insecureScott Dodson
Bug 1388016 - The insecure-registry address was removed during upgrade
2016-10-26Merge pull request #2667 from smunilla/BZ1385449Scott Dodson
Fix race condtion in openshift_facts