Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2194 from smunilla/persist_roles | Scott Dodson | 2016-07-21 | 1 | -0/+3 |
|\ | | | | | a-o-i: Persist Roles Variables | ||||
| * | a-o-i: Persist Roles Variables | Samuel Munilla | 2016-07-21 | 1 | -0/+3 |
| | | | | | | | | Previously, we we're saving the roles variables set during a run. | ||||
* | | Merge pull request #1990 from abutcher/openshift-certificates | Scott Dodson | 2016-07-21 | 19 | -289/+349 |
|\ \ | | | | | | | 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 | 19 | -287/+329 |
| | | | |||||
* | | | 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 | 7 | -46/+149 |
|\ \ \ \ | |_|_|/ |/| | | | 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 | 5 | -2/+14 |
| | | | | |||||
* | | | | Merge pull request #2187 from lhuard1A/bin_cluster_libvirt_ansible_2.1 | Jason DeTiberus | 2016-07-21 | 5 | -45/+27 |
|\ \ \ \ | |_|/ / |/| | | | Fix libvirt provider for Ansible 2.1.0.0 | ||||
| * | | | Fix libvirt provider for Ansible 2.1.0.0 | Lénaïc Huard | 2016-07-21 | 5 | -45/+27 |
| | | | | |||||
* | | | | Merge pull request #2191 from abutcher/fix-path | Scott Dodson | 2016-07-21 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Correct relative include for ansible version check. | ||||
| * | | | | Correct relative include for ansible version check. | Andrew Butcher | 2016-07-21 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #2189 from abutcher/ansible-version-check | Andrew Butcher | 2016-07-20 | 8 | -5/+24 |
|\ \ \ \ | |_|_|/ |/| | | | Check ansible version prior to evaluating cluster hosts and groups. | ||||
| * | | | Check ansible version prior to evaluating cluster hosts and groups. | Andrew Butcher | 2016-07-20 | 8 | -5/+24 |
| | | | | |||||
* | | | | Merge pull request #2170 from smunilla/unattended_required_facts | Scott Dodson | 2016-07-20 | 1 | -8/+1 |
|\ \ \ \ | |/ / / |/| | | | a-o-i: Looser facts requirements for unattended | ||||
| * | | | a-o-i: Looser facts requirements for unattended | Samuel Munilla | 2016-07-18 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | Loosen the facts requirements for unattended installs to allow the user to install with only 'connect_to' defined. | ||||
* | | | | Merge pull request #2185 from smunilla/role_vars | Scott Dodson | 2016-07-20 | 1 | -1/+2 |
|\ \ \ \ | |_|/ / |/| | | | a-o-i: Write Role variable groups | ||||
| * | | | a-o-i: Write Role variable groups | Samuel Munilla | 2016-07-20 | 1 | -1/+2 |
|/ / / | | | | | | | | | | | | | Correct an error in the way we're writing out the variable group tags for host roles. | ||||
* | | | 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 |
| | | | | | |||||
* | | | | | Merge pull request #2181 from liangxia/fix-typo | Scott Dodson | 2016-07-20 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | fix "databcase" typo in example roles | ||||
| * | | | | 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 | 2 | -2/+13 |
|\ \ \ \ | | | | | | | | | | | Fix bugs with origin 1.2 rpm based upgrades. | ||||
| * | | | | Fix bugs with origin 1.2 rpm based upgrades. | Devan Goodwin | 2016-07-19 | 2 | -2/+13 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #2178 from abutcher/nfs-group-check | Scott Dodson | 2016-07-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Test for oo_nfs_to_config in groups when determining storage host | ||||
| * | | | | Ensure 'oo_nfs_to_config' in groups prior to checking group length when nfs ↵ | Andrew Butcher | 2016-07-19 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | host unset. | ||||
* | | | | Merge pull request #2176 from tbielawa/respeedy | Scott Dodson | 2016-07-19 | 1 | -3/+40 |
|\ \ \ \ | |/ / / |/| | | | We have proper ansible support and requirements in place now, de-reve… | ||||
| * | | | 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 #2174 from dgoodwin/skip-docker-upgrade-atomic | Scott Dodson | 2016-07-19 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Skip docker upgrades on Atomic. | ||||
| * | | | Skip docker upgrades on Atomic. | Devan Goodwin | 2016-07-19 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #2173 from abutcher/warnings | Andrew Butcher | 2016-07-19 | 7 | -9/+14 |
|\ \ \ | | | | | | | | | Resolve some deprecation warnings. | ||||
| * | | | Resolve some deprecation warnings. | Andrew Butcher | 2016-07-18 | 7 | -9/+14 |
| | | | | |||||
* | | | | Merge pull request #1992 from abutcher/ansible-2 | Scott Dodson | 2016-07-18 | 4 | -7/+7 |
|\ \ \ \ | |_|_|/ |/| | | | Require ansible-2.1.0.0+ | ||||
| * | | | Require ansible-2.1 | Andrew Butcher | 2016-07-01 | 4 | -7/+7 |
| | | | | |||||
* | | | | Merge pull request #2162 from abutcher/bz1355702 | Scott Dodson | 2016-07-18 | 3 | -3/+5 |
|\ \ \ \ | |_|_|/ |/| | | | Bug 1355702 - ansible installaton failed when enable aws s3 backend storage. | ||||
| * | | | 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. | ||||
* | | | Merge pull request #2166 from abutcher/check-sebool | Scott Dodson | 2016-07-18 | 2 | -8/+38 |
|\ \ \ | | | | | | | | | Check for existence of sebooleans prior to setting. | ||||
| * | | | Check for existence of sebooleans prior to setting. | Andrew Butcher | 2016-07-18 | 2 | -8/+38 |
| | |/ | |/| | |||||
* | | | Merge pull request #1778 from smunilla/wrapper_config | Scott Dodson | 2016-07-18 | 6 | -460/+666 |
|\ \ \ | |/ / |/| | | Arbitrary installer yaml | ||||
| * | | Arbitrary Installer yaml | Samuel Munilla | 2016-07-18 | 6 | -460/+666 |
|/ / | | | | | | | Initial build of new, more flexible installer config file format. | ||||
* | | Merge pull request #2165 from sdodson/master | Scott Dodson | 2016-07-17 | 2 | -2/+160 |
|\ \ | | | | | | | Automatic commit of package [openshift-ansible] release [3.3.2-1]. | ||||
| * | | Automatic commit of package [openshift-ansible] release [3.3.2-1]. | Scott Dodson | 2016-07-17 | 2 | -2/+160 |
|/ / |