summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-20Merge pull request #3136 from jcantrill/logging_oc_applyJason DeTiberus
fix openshift_logging oc_apply to allow running on any control node
2017-01-20Merge pull request #3128 from jcantrill/3127_oc_apply_for_metricsJason DeTiberus
fixes #3127. Get files for oc_apply from remote host
2017-01-20Merge pull request #3143 from abutcher/reorder-dnsmasq-configJason DeTiberus
Apply openshift_node_dnsmasq after os_firewall in node deps
2017-01-20Reorder node dnsmasq dependency s.t. networkmanager is restarted after ↵Andrew Butcher
firewall changes have been applied.
2017-01-20Merge pull request #3130 from kwoodson/lib_openshift_versionKenny Woodson
Adding oc_version to lib_openshift.
2017-01-20Adding version to lib_openshiftKenny Woodson
2017-01-20Merge pull request #3132 from richm/g_master_mktemp-conflictAndrew Butcher
g_master_mktemp in openshift-master conflicts with openshift_master_certificates
2017-01-20Merge pull request #3138 from gabemontero/fixJenkins1-3Scott Dodson
jenkins v1.3 templates should not enable oauth
2017-01-20jenkins v1.3 templates should not enable oauthgabemontero
2017-01-19fix oc_apply to allow running on any control nodeJeff Cantrill
2017-01-19g_master_mktemp in openshift-master conflicts with openshift_master_certificatesRich Megginson
2017-01-19Merge pull request #3123 from jcantrill/bz_141619Jason DeTiberus
Corrects the metrics variable in the README
2017-01-19Merge pull request #3126 from mtnbikenc/fix-upgrade-repocacheJason DeTiberus
Cleaning repo cache earlier when upgrading
2017-01-19fixes #3127. Get files for oc_apply from remote hostJeff Cantrill
2017-01-19Cleaning repo cache earlierRussell Teague
2017-01-19Merge pull request #3117 from kwoodson/lib_openshiftKenny Woodson
Adding modules to lib_openshift.
2017-01-19Merge pull request #3124 from ashcrow/spec-tarScott Dodson
Added tar as a requirement per BZ1388445
2017-01-19Added tar as a requirement per BZ1388445Steve Milner
2017-01-19fixes BZ141619. Corrects the variable in the READMEJeff Cantrill
2017-01-19Merge pull request #3120 from ewolinetz/logging_role_fixesJason DeTiberus
Addressing found issues with logging role
2017-01-19Merge pull request #3093 from mtnbikenc/upgrade-fixScott Dodson
Correct consistency between upgrade playbooks
2017-01-19Merge pull request #3057 from dgoodwin/serial-master-upgradeScott Dodson
Serial master upgrade
2017-01-18Adding oc_obj to the lib_openshift libraryKenny Woodson
2017-01-18Merge pull request #3107 from kwoodson/generate_tox_testJason DeTiberus
Adding tox tests for generated module code.
2017-01-18Addressing found issues with logging roleewolinetz
2017-01-18Automatic commit of package [openshift-ansible] release [3.5.1-1].Scott Dodson
2017-01-18Merge pull request #3114 from dgoodwin/wait-for-restartScott Dodson
More reliable wait for master after full host reboot.
2017-01-18Updated the generate.py scripts for tox and virtualenv.Kenny Woodson
2017-01-18Merge pull request #3112 from derekwaynecarr/cgroup_rwJason DeTiberus
kubelet must have rw to cgroups for pod/qos cgroups to function
2017-01-18More reliable wait for master after full host reboot.Devan Goodwin
This would fail in some environments where openshift.common.hostname was not reachable from the local system running ansible. Additionally it is also possible the API port would not be available even if the host were. Instead we wait for master ssh connection to come back up, then wait for the master API on the remote host just as we do for the "service" style restart.
2017-01-18Adding tox tests for generated code.Kenny Woodson
2017-01-18kubelet must have rw to cgroups for pod/qos cgroups to functionDerek Carr
2017-01-18Merge pull request #3100 from abutcher/serialsScott Dodson
Serialize cert creation in delegated commands
2017-01-18Merge pull request #3099 from tbielawa/expiry_serialsScott Dodson
[Cert Expiry] Add serial numbers, include example PBs, docs
2017-01-18Merge pull request #3092 from kwoodson/lib_openshift_3.3Scott Dodson
lib_openshift. This is the initial commit that has oc_route.
2017-01-18Merge pull request #3110 from bparees/examplesScott Dodson
update examples to cover build default/override configuration
2017-01-18Adding a few updates for python27,35 compatibilityKenny Woodson
2017-01-18update examples to cover build default/override configurationBen Parees
2017-01-18Fix yaml lint in easy-mode playbookTim Bielawa
2017-01-18Removed trailing spaces from line #34Kunal
Cause Travis build to fail
2017-01-18Install subscription-manager to fix issue-3102Kunal Limaye
2017-01-18Changing formatting for issue#2244 updateKunal Limaye
2017-01-18Perform master upgrades in a single play serially.Devan Goodwin
2017-01-18Validate system restart policy during pre-upgrade.Devan Goodwin
This was done far into the process potentially leaving the user in a difficult situation if they had now considered they were running the upgrade playbook on a host that would be restarted. Instead check configuration and what host we're running on in pre-upgrade and allow the user to abort before making any substantial changes. This is a step towards merging master upgrade into one serial process.
2017-01-17Merge pull request #2640 from ewolinetz/logging_deployer_tasksScott Dodson
Logging deployer tasks
2017-01-17Addressing Travis errorsewolinetz
2017-01-17Merge pull request #2786 from dgoodwin/docker-1.12Scott Dodson
Begin requiring Docker 1.12.
2017-01-17Merge pull request #3098 from sdodson/image-stream-syncScott Dodson
Sync examples
2017-01-17Adding --verfiy to generate script.Kenny Woodson
2017-01-17v1.3 Add RHAMPScott Dodson