summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-29added a empty file to the contiv empty dir. This allows contiv to be ↵Matt Woodson
vendored in git
2017-03-29Merge pull request #3725 from codificat/Dockerfile.rhel7OpenShift Bot
Merged by openshift-bot
2017-03-29Automatic commit of package [openshift-ansible] release [3.6.11-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-28Merge pull request #3782 from sdodson/etcd_debugOpenShift Bot
Merged by openshift-bot
2017-03-28Merge pull request #3781 from ↵OpenShift Bot
ingvagabund/make-the-ocp-version-detection-excluder-free Merged by openshift-bot
2017-03-28Merge pull request #3769 from abutcher/gte-version-filtersOpenShift Bot
Merged by openshift-bot
2017-03-28Add etcd_debug and etcd_log_package_levels variablesScott Dodson
2017-03-28Merge pull request #3750 from stevekuznetsov/skuznets/3-6-upgradeOpenShift Bot
Merged by openshift-bot
2017-03-28Make the OCP available version detection excluder freeJan Chaloupka
When detecting available OCP version via repoquery, use yum.conf file with exclude= set to an empty array. So the detection is independent of the OCP excluder.
2017-03-28Merge pull request #3745 from rhcarvalho/checks-unit-testsOpenShift Bot
Merged by openshift-bot
2017-03-28Automatic commit of package [openshift-ansible] release [3.6.10-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-28Add test scaffold for docker_image_availability.pyRodolfo Carvalho
The intention is to set a starting point and let another team member work on the code to gain experience with tests.
2017-03-28Add unit tests for package_version.pyRodolfo Carvalho
2017-03-28Add unit tests for package_update.pyRodolfo Carvalho
2017-03-28Add unit tests for package_availability.pyRodolfo Carvalho
2017-03-28Add unit tests for mixins.pyRodolfo Carvalho
2017-03-28Test recursively finding subclassesRodolfo Carvalho
2017-03-28Test OpenShift health check loaderRodolfo Carvalho
2017-03-28Rename module_executor -> execute_moduleRodolfo Carvalho
It is a function/callable, the name should imply action, should be a verb and not a noun. Keep supporting the old name while we have PRs in-flight that use the old name.
2017-03-28Merge pull request #3752 from mtnbikenc/openshift_node_updateOpenShift Bot
Merged by openshift-bot
2017-03-27Merge pull request #3737 from dgoodwin/upgrade-pkgsOpenShift Bot
Merged by openshift-bot
2017-03-27Merge pull request #3038 from djosborne/calicoOpenShift Bot
Merged by openshift-bot
2017-03-27Use oo_version_gte_3_6+ for future versions and treat 1.x origin as legacy. ↵Andrew Butcher
Add tests.
2017-03-27Use meta/main.yml for role dependenciesRussell Teague
2017-03-27Merge pull request #3758 from kwoodson/ocimageOpenShift Bot
Merged by openshift-bot
2017-03-27Merge pull request #3746 from kwoodson/openshift_hosted_fix_defaultsOpenShift Bot
Merged by openshift-bot
2017-03-27Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot
Merged by openshift-bot
2017-03-27Upgrade specific rpms instead of just master/node.Devan Goodwin
Dependencies for these, particularly the SDN package, can cause the entire transaction to jump to a newer openshift than we requested, if something newer is available in the repositories. By being specific for multiple packages, we avoid this problem and get the actual version we require.
2017-03-25Automatic commit of package [openshift-ansible] release [3.6.9-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-24Merge pull request #3760 from sdodson/lm-default-imagesOpenShift Bot
Merged by openshift-bot
2017-03-24Added 3.5 -> 3.6 upgrade playbooksSteve Kuznetsov
2017-03-24Merge pull request #3768 from sdodson/image-stream-syncOpenShift Bot
Merged by openshift-bot
2017-03-24Found this while searching the metrics role for logging, is this wrong?Scott Dodson
2017-03-24Fix overriding openshift_{logging,metrics}_image_prefixScott Dodson
2017-03-24Make linter happyScott Dodson
2017-03-24Specify enterprise defaults for logging and metrics imagesScott Dodson
2017-03-24Add oo_version_gte_X_X_or_Y_Y version comparison filters.Andrew Butcher
2017-03-24Update s2i-dotnetcore contentScott Dodson
2017-03-24Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot
Merged by openshift-bot
2017-03-24Merge pull request #3747 from sdodson/BZ1420636OpenShift Bot
Merged by openshift-bot
2017-03-24Merge pull request #3730 from richm/bug-1434300OpenShift Bot
Merged by openshift-bot
2017-03-24Automatic commit of package [openshift-ansible] release [3.6.8-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-23Merge pull request #3580 from lukas-vlcek/no_auto_expand_replicasOpenShift Bot
Merged by openshift-bot
2017-03-23Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot
Merged by openshift-bot
2017-03-23Adding namespace to doc.Kenny Woodson
2017-03-23Add calico.Dan Osborne
2017-03-23Fixing up test cases, linting, and added a return.Kenny Woodson
2017-03-23Merge pull request #3461 from juanvallejo/jvallejo/add-docker-image-checkOpenShift Bot
Merged by openshift-bot
2017-03-23vendor patched upstream docker_container module.juanvallejo
Due to the use of a restricted name in the core `docker_container` module's result, any standard output of a docker container captured in the module's response was stripped out by ansible. Because of this, we are forced to vendor a patched version of this module, until a new version of ansible is released containing the patched module. This file should be removed once we begin requiring a release of ansible containing the patched `docker_container` module. This patch was taken directly from upstream, with no further changes: 20bf02f6b96356ab5fe68578a3af9462b4ca42a5
2017-03-23add docker_image_availability checkjuanvallejo
This patch adds a check to ensure that required docker images are available in at least one of the registries supplied in an installation host. Images are available if they are either already present locally, or able to be inspected using Skopeo on one of the configured registries.