Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2219 from sdodson/portal_net | Scott Dodson | 2016-07-27 | 3 | -12/+17 |
|\ | | | | | Document openshift_portal_net | ||||
| * | Document openshift_portal_net | Scott Dodson | 2016-07-26 | 3 | -12/+17 |
| | | |||||
* | | Automatic commit of package [openshift-ansible] release [3.3.3-1]. | Troy Dawson | 2016-07-27 | 2 | -2/+45 |
|/ | |||||
* | Merge pull request #2205 from liangxia/fix-typo | Scott Dodson | 2016-07-26 | 1 | -1/+1 |
|\ | | | | | Fix "deloyment" typo in deployment types doc | ||||
| * | Fix "deloyment" typo in deployment types doc | liangxia | 2016-07-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2213 from detiber/remove_old_metrics_role | Jason DeTiberus | 2016-07-26 | 13 | -274/+0 |
|\ \ | | | | | | | remove outdated openshift_cluster_metrics role | ||||
| * | | remove outdated openshift_cluster_metrics role | Jason DeTiberus | 2016-07-25 | 13 | -274/+0 |
| |/ | |||||
* | | Merge pull request #2216 from abutcher/fix-named-certs | Andrew Butcher | 2016-07-25 | 1 | -3/+3 |
|\ \ | |/ |/| | Fix named certificate directory path. | ||||
| * | Template named certificates with_items. | Andrew Butcher | 2016-07-25 | 1 | -2/+2 |
| | | |||||
| * | Replace master_cert_config_dir with common config_base fact. | Andrew Butcher | 2016-07-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2196 from dgoodwin/nuke-images-symlink | Andrew Butcher | 2016-07-22 | 1 | -0/+1 |
|\ | | | | | Add missing nuke_images.sh symlink. | ||||
| * | Add missing nuke_images.sh symlink. | Devan Goodwin | 2016-07-22 | 1 | -0/+1 |
| | | |||||
* | | 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. |