summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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-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-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
2017-03-21Adding oc_volume to lib_openshift.Kenny Woodson
2017-03-21Merge pull request #3702 from tbielawa/bubble_up_qi_errorsOpenShift Bot
Merged by openshift-bot
2017-03-21Merge pull request #3680 from rhcarvalho/misc-fixesOpenShift Bot
Merged by openshift-bot
2017-03-21upgrade: restart ovs-vswitchd and ovsdb-serverGiuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1420636 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-03-21Fix copy-pasta docstringsRodolfo Carvalho
2017-03-21Rename _ns -> node_selectorRodolfo Carvalho
There doesn't seem to be a good reason for the underscore prefix.
2017-03-21Automatic commit of package [openshift-ansible] release [3.6.5-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-21Reindent codeRodolfo Carvalho
2017-03-20Merge pull request #3715 from sdodson/excluders-v99OpenShift Bot
Merged by openshift-bot
2017-03-20Merge pull request #3714 from smunilla/3_6_releaserOpenShift Bot
Merged by openshift-bot
2017-03-20Attempt to match version of excluders to target versionScott Dodson
2017-03-20Adding a pvc create test case.Kenny Woodson
2017-03-20Merge pull request #3710 from sosiouxme/20170320-fix-output-and-exclusionsOpenShift Bot
Merged by openshift-bot
2017-03-20Merge pull request #3703 from kwoodson/oc_groupKenny Woodson
Adding oc_group to lib_openshift.
2017-03-20Get rid of adjust.ymlScott Dodson
2017-03-20Protect against missing commandsScott Dodson
Rather than trying to keep track of state everywhere, lets just check to see if the command exist before we attempt to run them
2017-03-20Simplify excluder enablement logic a bit moreScott Dodson
2017-03-20Merge pull request #3708 from aweiteka/schema2OpenShift Bot
Merged by openshift-bot
2017-03-20Add tito releaser for 3.6Samuel Munilla
2017-03-20Merge pull request #3707 from rhcarvalho/openshift_facts-no-sixOpenShift Bot
Merged by openshift-bot
2017-03-20Update the failure methods and add required variables/functionsTim Bielawa
2017-03-20Import the default ansible output callback on_failed methodsTim Bielawa
2017-03-20Adding oc_group to lib_openshiftKenny Woodson