summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-26Document openshift_portal_netScott Dodson
2016-07-26Merge pull request #2205 from liangxia/fix-typoScott Dodson
Fix "deloyment" typo in deployment types doc
2016-07-26Merge pull request #2213 from detiber/remove_old_metrics_roleJason DeTiberus
remove outdated openshift_cluster_metrics role
2016-07-25Merge pull request #2216 from abutcher/fix-named-certsAndrew Butcher
Fix named certificate directory path.
2016-07-25Template named certificates with_items.Andrew Butcher
2016-07-25Replace master_cert_config_dir with common config_base fact.Andrew Butcher
2016-07-25remove outdated openshift_cluster_metrics roleJason DeTiberus
2016-07-25Fix "deloyment" typo in deployment types docliangxia
2016-07-22Merge pull request #2196 from dgoodwin/nuke-images-symlinkAndrew Butcher
Add missing nuke_images.sh symlink.
2016-07-22Add missing nuke_images.sh symlink.Devan Goodwin
2016-07-21Merge pull request #2194 from smunilla/persist_rolesScott Dodson
a-o-i: Persist Roles Variables
2016-07-21a-o-i: Persist Roles VariablesSamuel Munilla
Previously, we we're saving the roles variables set during a run.
2016-07-21Merge pull request #1990 from abutcher/openshift-certificatesScott Dodson
Refactor openshift certificates roles.
2016-07-21Merge pull request #2192 from abutcher/replicasScott Dodson
Bug 1358723 - openshift_hosted_router_replicas option didn't work
2016-07-21Merge pull request #2168 from dgoodwin/container-cli-speedScott Dodson
Copy openshift binary instead of using wrapper script.
2016-07-21Default nodes matching selectors when not collected.Andrew Butcher
2016-07-21Copy openshift binaries instead of using wrapper script.Devan Goodwin
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.
2016-07-21Merge pull request #2187 from lhuard1A/bin_cluster_libvirt_ansible_2.1Jason DeTiberus
Fix libvirt provider for Ansible 2.1.0.0
2016-07-21Merge pull request #2191 from abutcher/fix-pathScott Dodson
Correct relative include for ansible version check.
2016-07-21Correct relative include for ansible version check.Andrew Butcher
2016-07-21Fix libvirt provider for Ansible 2.1.0.0Lénaïc Huard
2016-07-20Re-arrange master and node role dependencies.Andrew Butcher
2016-07-20Refactor openshift certificates roles.Andrew Butcher
2016-07-20Merge pull request #2189 from abutcher/ansible-version-checkAndrew Butcher
Check ansible version prior to evaluating cluster hosts and groups.
2016-07-20Check ansible version prior to evaluating cluster hosts and groups.Andrew Butcher
2016-07-20Merge pull request #2170 from smunilla/unattended_required_factsScott Dodson
a-o-i: Looser facts requirements for unattended
2016-07-20Stop reporting changes when docker pull is already up to date.Devan Goodwin
2016-07-20Merge pull request #2185 from smunilla/role_varsScott Dodson
a-o-i: Write Role variable groups
2016-07-20a-o-i: Write Role variable groupsSamuel Munilla
Correct an error in the way we're writing out the variable group tags for host roles.
2016-07-20Merge pull request #2183 from dgoodwin/mismatch-msgScott Dodson
Slight modification to error when using mismatched openshift_release.
2016-07-20Merge pull request #2177 from sdodson/image-stream-syncScott Dodson
Image stream sync, add jenkinstemplate
2016-07-20Merge pull request #2181 from liangxia/fix-typoScott Dodson
fix "databcase" typo in example roles
2016-07-20Slight modification to error when using mismatched openshift_release.Devan Goodwin
2016-07-20fix "databcase" typo in example rolesliangxia
2016-07-19Merge pull request #2179 from abutcher/router-cert-contentsScott Dodson
Check router certificate contents when securing router
2016-07-19Secure router only when openshift.hosted.router.certificate.contents exists.Andrew Butcher
2016-07-19Add jenkinstemplateScott Dodson
2016-07-19Merge pull request #2175 from dgoodwin/origin-12-rpm-upgradeScott Dodson
Fix bugs with origin 1.2 rpm based upgrades.
2016-07-19Merge pull request #2178 from abutcher/nfs-group-checkScott Dodson
Test for oo_nfs_to_config in groups when determining storage host
2016-07-19Fix bugs with origin 1.2 rpm based upgrades.Devan Goodwin
2016-07-19Merge pull request #2176 from tbielawa/respeedyScott Dodson
We have proper ansible support and requirements in place now, de-reve…
2016-07-19Sync latest image streams and templatesScott Dodson
2016-07-19Ensure 'oo_nfs_to_config' in groups prior to checking group length when nfs ↵Andrew Butcher
host unset.
2016-07-19We have proper ansible support and requirements in place now, de-revert this ↵Tim Bielawa
commit Revert "Merge pull request #2098 from openshift/revert-2087-speedy_example_copy" This reverts commit a7c5f41157e61d9478c0f46671347bc84401f2c7, reversing changes made to df9b208c3eb993d0d1f7c0e715fa4ef49261aa47.
2016-07-19Merge pull request #2174 from dgoodwin/skip-docker-upgrade-atomicScott Dodson
Skip docker upgrades on Atomic.
2016-07-19Merge pull request #2173 from abutcher/warningsAndrew Butcher
Resolve some deprecation warnings.
2016-07-19Skip docker upgrades on Atomic.Devan Goodwin
2016-07-18Resolve some deprecation warnings.Andrew Butcher
2016-07-18a-o-i: Looser facts requirements for unattendedSamuel Munilla
Loosen the facts requirements for unattended installs to allow the user to install with only 'connect_to' defined.
2016-07-18Merge pull request #1992 from abutcher/ansible-2Scott Dodson
Require ansible-2.1.0.0+