summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Introduce 1.3/3.3 upgrade path.Devan Goodwin2016-07-2532-74/+138
| | | | | | | | | | | | | | | | Refactored the 3.2 upgrade common files out to a path that does not indicate they are strictly for 3.2. 3.3 upgrade then becomes a relatively small copy of the byo entry point, all calling the same code as 3.2 upgrade. Thus far there are no known 3.3 specific upgrade tasks. In future we will likely want to allow hooks out to version specific pre/upgrade/post tasks. Also fixes a bug where the handlers were not restarting nodes/openvswitch containers doing upgrades, due to a change in Ansible 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
| | |/ | |/|
* | | Merge pull request #1778 from smunilla/wrapper_configScott Dodson2016-07-186-460/+666
|\ \ \ | |/ / |/| | Arbitrary installer yaml
| * | Arbitrary Installer yamlSamuel Munilla2016-07-186-460/+666
|/ / | | | | | | Initial build of new, more flexible installer config file format.
* | Merge pull request #2165 from sdodson/masterScott Dodson2016-07-172-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 Dodson2016-07-172-2/+160
|/ /
* | Merge pull request #2160 from sdodson/string-thingsScott Dodson2016-07-151-1/+5
|\ \ | | | | | | Convert openshift_release and openshift_version to strings for starts…
| * | Convert openshift_release and openshift_version to strings for startswithScott Dodson2016-07-151-1/+5
| | | | | | | | | | | | Fixes : startswith first arg must be str, unicode, or tuple, not float
* | | Merge pull request #2159 from sdodson/ansible-2x-lookupScott Dodson2016-07-151-0/+12
|\ \ \ | | | | | | | | Symlink ansible 2.x locations to ansible 1.9 locations
| * | | Symlink ansible 2.x locations to ansible 1.9 locationsScott Dodson2016-07-151-0/+12
| |/ /
* | | Merge pull request #2156 from dgoodwin/aoi-32-upgrade-pathScott Dodson2016-07-152-3/+3
|\ \ \ | |/ / |/| | Two small upgrade related fixes
| * | Clarify message when old docker pre-installed but 1.10+ requested.Devan Goodwin2016-07-151-1/+1
| | |