summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2016-10-26Default hosted_registry_insecure true when insecure registry present in ↵Andrew Butcher
existing /etc/sysconfig/docker.
2016-10-26Automatic commit of package [openshift-ansible] release [3.4.13-1].Troy Dawson
2016-10-25Fix race condtion in openshift_factsSamuel Munilla
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
2016-10-25Merge pull request #2662 from blues-man/update_doc_upgrade_openshiftScott Dodson
Update link to latest versions upgrade README
2016-10-25Merge pull request #2663 from dgoodwin/34-upgradeScott Dodson
Add support for 3.4 upgrade.
2016-10-25Merge pull request #2637 from dgoodwin/ctrl-plane-restartScott Dodson
Fix and reorder control plane service restart.
2016-10-25Merge pull request #2615 from tbielawa/node-labels-fixTim Bielawa
Set node-labels in kubeletArguments
2016-10-25Merge pull request #2664 from sdodson/bz1387529Scott Dodson
[upgrades] Fix containerized node
2016-10-25[upgrades] Fix containerized nodeScott Dodson
This file was removed and no longer used
2016-10-25Add support for 3.4 upgrade.Devan Goodwin
This is a direct copy of 3.3 upgrade playbooks, with 3.3 specific hooks removed and version numbers adjusted appropriately.
2016-10-25Update link to latest versions upgrade READMENatale Vinto
2016-10-24Merge pull request #2654 from detiber/nix_vagrantScott Dodson
Remove Vagrantfile
2016-10-24Merge pull request #2655 from sdodson/image-stream-syncScott Dodson
Bump logging and metrics deployers to 3.3.1 and 3.4.0
2016-10-24Bump logging and metrics deployers to 3.3.1 and 3.4.0Scott Dodson
2016-10-24Merge pull request #2641 from vishpat/cert-validityAndrew Butcher
Added a parameter for cert validity for Nuage components
2016-10-24Remove VagrantfileJason DeTiberus
- Remove Vagrantfile - Update README_vagrant.md to point to openshift-ansible-contrib for a vagrant-based installation
2016-10-24Merge pull request #2650 from sdodson/issue2646Andrew Butcher
Enable dnsmasq service
2016-10-24Merge pull request #2649 from abutcher/default-modify-imagestreamsAndrew Butcher
Default infra template modification based on openshift_examples_modify_imagestreams
2016-10-24Enable dnsmasq serviceScott Dodson
2016-10-24Default infra template modification based on ↵Andrew Butcher
openshift_examples_modify_imagestreams
2016-10-24Automatic commit of package [openshift-ansible] release [3.4.12-1].Troy Dawson
2016-10-24Merge pull request #2573 from abutcher/infra-templatesScott Dodson
Move infrastructure templates into openshift_hosted_templates role.
2016-10-21Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher
2016-10-21Added a parameter for cert validityVishal Patil
2016-10-21Merge pull request #2639 from tbielawa/test-utils-debuggingAndrew Butcher
Unit tests for the debug_env logger thing
2016-10-21Merge pull request #2563 from smunilla/BZ1339621Andrew Butcher
a-o-i: Separate install and scaleup workflows
2016-10-21Unit tests for the debug_env logger thingTim Bielawa
2016-10-21Fix and reorder control plane service restart.Devan Goodwin
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.
2016-10-21Merge pull request #2624 from abutcher/rm-hosted-registry-object-storage-varsScott Dodson
Reference full vars for registry object storage.
2016-10-21Automatic commit of package [openshift-ansible] release [3.4.11-1].Troy Dawson