summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2017-01-17Update v1.4 content, add api-gatewayScott Dodson
2017-01-17Add v1.5 contentScott Dodson
2017-01-17Update example sync scriptScott Dodson
Add RHAMP, update for hosted templates changes.
2017-01-17Merge pull request #2873 from jcantrill/295_metrics_admin_againScott Dodson
Move Metrics to ansible from deployer
2017-01-17use pod to generate keystores (#14)Jeff Cantrill
2017-01-17Ensure serial certificate generation for node and master certificates.Andrew Butcher
2017-01-17[Cert Expiry] Add serial numbers, include example PBs, docsTim Bielawa
* Now includes cert serial numbers in JSON and HTML output * Docs are updated with explicit usage instructions * Each example playbook includes a link to the playbook and an example of how to run it * A graphic and copy of an HTML report are now included * Example JSON output has been updated
2017-01-17properly set changes when oc applyJeff Cantrill
2017-01-17additional cr fixesJeff Cantrill
2017-01-17metrics fixes for yamlintJeff Cantrill
2017-01-17additional code reviewsJeff Cantrill
2017-01-17set replicas to current value so not to disrupt current pods (#13)Jeff Cantrill
2017-01-17User provided certs pushed from control. vars reorg (#12)Jeff Cantrill
Merging per discussion and agreement from @bbguimaraes
2017-01-17update vars to allow scaling of components (#9)Jeff Cantrill
2017-01-17allow definition of cpu/memory limits/resources (#11)Jeff Cantrill
2017-01-17rename variables to be less extraneous (#10)Jeff Cantrill
2017-01-17copy admin cert for use in subsequent tasks (#8)Jeff Cantrill
2017-01-17Add tasks to uninstall metrics (#7)Jeff Cantrill