summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Template named certificates with_items.Andrew Butcher2016-07-251-2/+2
| | | | | |
| * | | | | Replace master_cert_config_dir with common config_base fact.Andrew Butcher2016-07-251-1/+1
|/ / / / /
* | | | | Merge pull request #2196 from dgoodwin/nuke-images-symlinkAndrew Butcher2016-07-221-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Add missing nuke_images.sh symlink.
| * | | | Add missing nuke_images.sh symlink.Devan Goodwin2016-07-221-0/+1
| | | | |
* | | | | Merge pull request #2194 from smunilla/persist_rolesScott Dodson2016-07-211-0/+3
|\ \ \ \ \ | | | | | | | | | | | | a-o-i: Persist Roles Variables
| * | | | | a-o-i: Persist Roles VariablesSamuel Munilla2016-07-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Previously, we we're saving the roles variables set during a run.
* | | | | | Merge pull request #1990 from abutcher/openshift-certificatesScott Dodson2016-07-2119-289/+349
|\ \ \ \ \ \ | | | | | | | | | | | | | | Refactor openshift certificates roles.
| * | | | | | Re-arrange master and node role dependencies.Andrew Butcher2016-07-204-3/+21
| | | | | | |
| * | | | | | Refactor openshift certificates roles.Andrew Butcher2016-07-2019-287/+329
| | | | | | |
* | | | | | | Merge pull request #2192 from abutcher/replicasScott Dodson2016-07-212-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Bug 1358723 - openshift_hosted_router_replicas option didn't work
| * | | | | | Default nodes matching selectors when not collected.Andrew Butcher2016-07-212-2/+2
| | | | | | |
* | | | | | | Merge pull request #2168 from dgoodwin/container-cli-speedScott Dodson2016-07-217-46/+149
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Copy openshift binary instead of using wrapper script.
| * | | | | | Copy openshift binaries instead of using wrapper script.Devan Goodwin2016-07-213-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 Goodwin2016-07-205-2/+14
| | | | | | |
* | | | | | | Merge pull request #2187 from lhuard1A/bin_cluster_libvirt_ansible_2.1Jason DeTiberus2016-07-215-45/+27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix libvirt provider for Ansible 2.1.0.0
| * | | | | | Fix libvirt provider for Ansible 2.1.0.0Lénaïc Huard2016-07-215-45/+27
| | | | | | |
* | | | | | | Merge pull request #2191 from abutcher/fix-pathScott Dodson2016-07-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Correct relative include for ansible version check.
| * | | | | | | Correct relative include for ansible version check.Andrew Butcher2016-07-211-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #2189 from abutcher/ansible-version-checkAndrew Butcher2016-07-208-5/+24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Check ansible version prior to evaluating cluster hosts and groups.
| * | | | | | Check ansible version prior to evaluating cluster hosts and groups.Andrew Butcher2016-07-208-5/+24
| | | | | | |
* | | | | | | Merge pull request #2170 from smunilla/unattended_required_factsScott Dodson2016-07-201-8/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | a-o-i: Looser facts requirements for unattended
| * | | | | | a-o-i: Looser facts requirements for unattendedSamuel Munilla2016-07-181-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_varsScott Dodson2016-07-201-1/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | a-o-i: Write Role variable groups
| * | | | | | a-o-i: Write Role variable groupsSamuel Munilla2016-07-201-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-msgScott Dodson2016-07-201-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Slight modification to error when using mismatched openshift_release.
| * | | | | | Slight modification to error when using mismatched openshift_release.Devan Goodwin2016-07-201-1/+1
| | | | | | |
* | | | | | | Merge pull request #2177 from sdodson/image-stream-syncScott Dodson2016-07-209-13/+284
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Image stream sync, add jenkinstemplate
| * | | | | | Add jenkinstemplateScott Dodson2016-07-192-0/+256
| | | | | | |
| * | | | | | Sync latest image streams and templatesScott Dodson2016-07-197-13/+28
| | | | | | |
* | | | | | | Merge pull request #2181 from liangxia/fix-typoScott Dodson2016-07-201-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | fix "databcase" typo in example roles
| * | | | | | fix "databcase" typo in example rolesliangxia2016-07-201-1/+1
|/ / / / / /
* | | | | | Merge pull request #2179 from abutcher/router-cert-contentsScott Dodson2016-07-191-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Check router certificate contents when securing router
| * | | | | | Secure router only when openshift.hosted.router.certificate.contents exists.Andrew Butcher2016-07-191-2/+2
| |/ / / / /
* | | | | | Merge pull request #2175 from dgoodwin/origin-12-rpm-upgradeScott Dodson2016-07-192-2/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix bugs with origin 1.2 rpm based upgrades.
| * | | | | | Fix bugs with origin 1.2 rpm based upgrades.Devan Goodwin2016-07-192-2/+13
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2178 from abutcher/nfs-group-checkScott Dodson2016-07-191-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 Butcher2016-07-191-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | host unset.
* | | | | | Merge pull request #2176 from tbielawa/respeedyScott Dodson2016-07-191-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 Bielawa2016-07-191-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-atomicScott Dodson2016-07-191-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Skip docker upgrades on Atomic.
| * | | | | Skip docker upgrades on Atomic.Devan Goodwin2016-07-191-2/+2
| |/ / / /
* | | | | Merge pull request #2173 from abutcher/warningsAndrew Butcher2016-07-197-9/+14
|\ \ \ \ \ | | | | | | | | | | | | Resolve some deprecation warnings.
| * | | | | Resolve some deprecation warnings.Andrew Butcher2016-07-187-9/+14
| | |_|/ / | |/| | |
* | | | | Merge pull request #1992 from abutcher/ansible-2Scott Dodson2016-07-184-7/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | Require ansible-2.1.0.0+
| * | | | Require ansible-2.1Andrew Butcher2016-07-014-7/+7
| | | | |
* | | | | Merge pull request #2162 from abutcher/bz1355702Scott Dodson2016-07-183-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 Butcher2016-07-182-0/+2
| | | | |
| * | | | Remove relative lookup for registry config and check for skipped update in ↵Andrew Butcher2016-07-181-3/+3
|/ / / / | | | | | | | | | | | | registry redeploy conditional.
* | | | Merge pull request #2166 from abutcher/check-seboolScott Dodson2016-07-182-8/+38
|\ \ \ \ | | | | | | | | | | Check for existence of sebooleans prior to setting.
| * | | | Check for existence of sebooleans prior to setting.Andrew Butcher2016-07-182-8/+38
| | |/ / | |/| |