Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix xpaas_templates_base | Scott Dodson | 2016-07-29 | 1 | -2/+5 |
| | |||||
* | Add dotnet image stream to enterprise installs | Scott Dodson | 2016-07-29 | 5 | -3/+79 |
| | |||||
* | Merge pull request #2218 from sdodson/image-stream-sync | Scott Dodson | 2016-07-29 | 108 | -1127/+5249 |
|\ | | | | | xPaaS v1.3.2 release | ||||
| * | Remove old sso70-basic templates | Scott Dodson | 2016-07-26 | 1 | -0/+12 |
| | | |||||
| * | xPaaS v1.3.2 release | Scott Dodson | 2016-07-26 | 107 | -1127/+5237 |
| | | |||||
* | | Fix haproxy logs | Scott Dodson | 2016-07-28 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2210 from abutcher/staggered-master-start | Scott Dodson | 2016-07-28 | 1 | -5/+38 |
|\ \ | | | | | | | Stagger HA master service start | ||||
| * | | Stagger the start of master services. | Andrew Butcher | 2016-07-24 | 1 | -5/+38 |
| | | | |||||
* | | | Merge pull request #2224 from dgoodwin/infra-count-fix | Scott Dodson | 2016-07-27 | 2 | -4/+21 |
|\ \ \ | | | | | | | | | Fix registry/router being created despite no infra nodes. | ||||
| * | | | Fix registry/router being created despite no infra nodes. | Devan Goodwin | 2016-07-27 | 2 | -4/+21 |
| |/ / | | | | | | | | | | | | | | | | Fix a bug with determining the correct number of replicas to use, and guarding the creation of the router/registry on whether or not replicas is > 0. | ||||
* / / | remove outdated openshift_cluster_metrics role | Jason DeTiberus | 2016-07-25 | 9 | -263/+0 |
|/ / | |||||
* | | Merge pull request #1990 from abutcher/openshift-certificates | Scott Dodson | 2016-07-21 | 17 | -135/+333 |
|\ \ | | | | | | | Refactor openshift certificates roles. | ||||
| * | | Re-arrange master and node role dependencies. | Andrew Butcher | 2016-07-20 | 4 | -3/+21 |
| | | | |||||
| * | | Refactor openshift certificates roles. | Andrew Butcher | 2016-07-20 | 17 | -133/+313 |
| | | | |||||
* | | | Merge pull request #2192 from abutcher/replicas | Scott Dodson | 2016-07-21 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Bug 1358723 - openshift_hosted_router_replicas option didn't work | ||||
| * | | | Default nodes matching selectors when not collected. | Andrew Butcher | 2016-07-21 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #2168 from dgoodwin/container-cli-speed | Scott Dodson | 2016-07-21 | 6 | -46/+147 |
|\ \ \ \ | |/ / / |/| | | | Copy openshift binary instead of using wrapper script. | ||||
| * | | | Copy openshift binaries instead of using wrapper script. | Devan Goodwin | 2016-07-21 | 3 | -44/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For containerized masters, we previously create a wrapper script to run the docker CLI image and clean up afterward, but this approach is much slower than having the binary on the native system. Instead we now use an ansible module to handle the logic of syncing the various OpenShift binaries and symlinks for client tools out onto the host. The module will correctly report changed if modifications were needed. Substantial speed improvement for containerized installs which requires many openshift/oc commands. | ||||
| * | | | Stop reporting changes when docker pull is already up to date. | Devan Goodwin | 2016-07-20 | 4 | -2/+12 |
| | | | | |||||
* | | | | Check ansible version prior to evaluating cluster hosts and groups. | Andrew Butcher | 2016-07-20 | 1 | -5/+0 |
| |/ / |/| | | |||||
* | | | Merge pull request #2183 from dgoodwin/mismatch-msg | Scott Dodson | 2016-07-20 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Slight modification to error when using mismatched openshift_release. | ||||
| * | | | Slight modification to error when using mismatched openshift_release. | Devan Goodwin | 2016-07-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #2177 from sdodson/image-stream-sync | Scott Dodson | 2016-07-20 | 9 | -13/+284 |
|\ \ \ \ | | |_|/ | |/| | | Image stream sync, add jenkinstemplate | ||||
| * | | | Add jenkinstemplate | Scott Dodson | 2016-07-19 | 2 | -0/+256 |
| | | | | |||||
| * | | | Sync latest image streams and templates | Scott Dodson | 2016-07-19 | 7 | -13/+28 |
| | | | | |||||
* | | | | fix "databcase" typo in example roles | liangxia | 2016-07-20 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #2179 from abutcher/router-cert-contents | Scott Dodson | 2016-07-19 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Check router certificate contents when securing router | ||||
| * | | | Secure router only when openshift.hosted.router.certificate.contents exists. | Andrew Butcher | 2016-07-19 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #2175 from dgoodwin/origin-12-rpm-upgrade | Scott Dodson | 2016-07-19 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Fix bugs with origin 1.2 rpm based upgrades. | ||||
| * | | | Fix bugs with origin 1.2 rpm based upgrades. | Devan Goodwin | 2016-07-19 | 1 | -0/+7 |
| | |/ | |/| | |||||
* | | | We have proper ansible support and requirements in place now, de-revert this ↵ | Tim Bielawa | 2016-07-19 | 1 | -3/+40 |
| |/ |/| | | | | | | | | | | | | | | | commit Revert "Merge pull request #2098 from openshift/revert-2087-speedy_example_copy" This reverts commit a7c5f41157e61d9478c0f46671347bc84401f2c7, reversing changes made to df9b208c3eb993d0d1f7c0e715fa4ef49261aa47. | ||||
* | | Merge pull request #2173 from abutcher/warnings | Andrew Butcher | 2016-07-19 | 1 | -3/+8 |
|\ \ | | | | | | | Resolve some deprecation warnings. | ||||
| * | | Resolve some deprecation warnings. | Andrew Butcher | 2016-07-18 | 1 | -3/+8 |
| | | | |||||
* | | | Merge pull request #1992 from abutcher/ansible-2 | Scott Dodson | 2016-07-18 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Require ansible-2.1.0.0+ | ||||
| * | | | Require ansible-2.1 | Andrew Butcher | 2016-07-01 | 1 | -3/+3 |
| | | | | |||||
* | | | | Temporarily link registry config templates for ansible 1.9.x support. | Andrew Butcher | 2016-07-18 | 2 | -0/+2 |
| | | | | |||||
* | | | | Remove relative lookup for registry config and check for skipped update in ↵ | Andrew Butcher | 2016-07-18 | 1 | -3/+3 |
| |_|/ |/| | | | | | | | | registry redeploy conditional. | ||||
* | | | Check for existence of sebooleans prior to setting. | Andrew Butcher | 2016-07-18 | 2 | -8/+38 |
| |/ |/| | |||||
* | | Merge pull request #2160 from sdodson/string-things | Scott Dodson | 2016-07-15 | 1 | -1/+5 |
|\ \ | | | | | | | Convert openshift_release and openshift_version to strings for starts… | ||||
| * | | Convert openshift_release and openshift_version to strings for startswith | Scott Dodson | 2016-07-15 | 1 | -1/+5 |
| | | | | | | | | | | | | Fixes : startswith first arg must be str, unicode, or tuple, not float | ||||
* | | | Clarify message when old docker pre-installed but 1.10+ requested. | Devan Goodwin | 2016-07-15 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1945 from dgoodwin/upgrade33 | Scott Dodson | 2016-07-14 | 32 | -119/+344 |
|\ \ | | | | | | | openshift_release / version / upgrade improvements | ||||
| * \ | Merge remote-tracking branch 'upstream/master' into upgrade33 | Devan Goodwin | 2016-07-14 | 59 | -259/+826 |
| |\ \ | |||||
| * | | | Fix upgrade with docker_version set. | Devan Goodwin | 2016-07-14 | 1 | -3/+3 |
| | | | | |||||
| * | | | Remove too recent pylint option keys. | Devan Goodwin | 2016-07-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | pylint fixes | Devan Goodwin | 2016-07-13 | 1 | -27/+26 |
| | | | | |||||
| * | | | Fix more docker role logic. | Devan Goodwin | 2016-07-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add checks to docker role for 1.9.1+. | Devan Goodwin | 2016-07-13 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If Docker 1.8.2 is pre-installed, and no docker_version was requested, role will now error out because 1.9.1 is required. If docker_version is set to <= 1.9.1, we also error out as this is not supported. | ||||
| * | | | Move repoquery_cmd fact setting into a more logical place. | Devan Goodwin | 2016-07-11 | 2 | -4/+5 |
| | | | | |||||
| * | | | Add dependency on docker to openshift_docker role. | Devan Goodwin | 2016-07-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this is intended anytime a role uses openshift_docker. Fixes issue where docker_version is ignored for rpm based installs. We made the dependency in openshift_version conditional to allow use of openshift_version without significantly impacting the system, however nothing ever actually ran the docker role after that, resulting in docker simply being installed via the rpm dependency on atomic-openshift. |