summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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-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.
2017-03-23Do not use auto_expand_replicasLukáš Vlček
2017-03-23Merge pull request #3713 from ewolinetz/kibana_ops_cherrypickOpenShift Bot
Merged by openshift-bot
2017-03-23first step in ocimageIvan Horvath
2017-03-23ocimageIvan Horvath
2017-03-23Automatic commit of package [openshift-ansible] release [3.6.7-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-22Stop all services before upgrading openvswitchScott Dodson
It appears that openshift was holding a lock or perhaps openvswitch on its own does not restart cleanly when upgrading the package so just stop it before updating the package.
2017-03-22Merge pull request #3731 from jcantrill/min_mastersOpenShift Bot
Merged by openshift-bot
2017-03-22Merge pull request #3692 from kwoodson/oc_volumeOpenShift Bot
Merged by openshift-bot
2017-03-22Merge pull request #3726 from sdodson/oreg_url_on_upgradeOpenShift Bot
Merged by openshift-bot
2017-03-22Setting defaults on openshift_hosted.Kenny Woodson
2017-03-22Merge pull request #3718 from giuseppe/restart-openvswitch-upgradeOpenShift Bot
Merged by openshift-bot
2017-03-22Adding tests to increase TC.Kenny Woodson
2017-03-22Merge pull request #3699 from sdodson/matched-versionsOpenShift Bot
Merged by openshift-bot
2017-03-22openshift_logging calculate min_masters to fail early on split brainJeff Cantrill
2017-03-22Merge pull request #3727 from sdodson/rootfs-rslaveOpenShift Bot
Merged by openshift-bot
2017-03-22Fixed linting and configmap_name paramKenny Woodson
2017-03-22Automatic commit of package [openshift-ansible] release [3.6.6-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-21Bug 1434300 - Log entries are generated in ES after deployed logging stacks ↵Rich Megginson
via ansible, but can not be found in kibana. https://bugzilla.redhat.com/show_bug.cgi?id=1434300 Add support for common data model index pattern files. Depends on https://github.com/ViaQ/elasticsearch-templates/pull/36 and https://github.com/openshift/origin-aggregated-logging/pull/357
2017-03-21Merge pull request #3647 from jcantrill/logging_specify_es_configOpenShift Bot
Merged by openshift-bot
2017-03-21rebase and regenerateJoel Diaz
2017-03-21fix up things flagged by flake8Joel Diaz
2017-03-21clean up and clarify docs/commentsJoel Diaz
update unit tests
2017-03-21add oc_user ansible moduleJoel Diaz
module to manipulate OpenShift users, and assign group membership to users
2017-03-21Adding configmap support.Kenny Woodson
2017-03-21Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCertsOpenShift Bot
Merged by openshift-bot
2017-03-21Make /rootfs mount rslaveScott Dodson
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1427807
2017-03-21Update imageConfig.format on upgrades to match oreg_urlScott Dodson
2017-03-21Adding configmap support and adding tests.Kenny Woodson