summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3747 from sdodson/BZ1420636OpenShift Bot2017-03-241-8/+12
|\ | | | | Merged by openshift-bot
| * Stop all services before upgrading openvswitchScott Dodson2017-03-221-8/+12
| | | | | | | | | | | | 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.
* | Merge pull request #3730 from richm/bug-1434300OpenShift Bot2017-03-241-0/+2
|\ \ | | | | | | Merged by openshift-bot
| * | Bug 1434300 - Log entries are generated in ES after deployed logging stacks ↵Rich Megginson2017-03-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #3580 from lukas-vlcek/no_auto_expand_replicasOpenShift Bot2017-03-234-3/+14
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Do not use auto_expand_replicasLukáš Vlček2017-03-234-3/+14
| | | |
* | | | Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot2017-03-237-0/+2555
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Adding tests to increase TC.Kenny Woodson2017-03-221-0/+163
| | | | |
| * | | | Adding a pvc create test case.Kenny Woodson2017-03-207-0/+2392
| | | | |
* | | | | Merge pull request #3461 from juanvallejo/jvallejo/add-docker-image-checkOpenShift Bot2017-03-234-0/+2229
|\ \ \ \ \ | |_|/ / / |/| | | | Merged by openshift-bot
| * | | | vendor patched upstream docker_container module.juanvallejo2017-03-231-0/+2036
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | add docker_image_availability checkjuanvallejo2017-03-233-0/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #3713 from ewolinetz/kibana_ops_cherrypickOpenShift Bot2017-03-232-10/+59
|\ \ \ \ \ | |_|_|_|/ |/| | | | Merged by openshift-bot
| * | | | Cherry picking from #3711ewolinetz2017-03-202-10/+59
| | | | |
* | | | | Merge pull request #3731 from jcantrill/min_mastersOpenShift Bot2017-03-222-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | openshift_logging calculate min_masters to fail early on split brainJeff Cantrill2017-03-222-0/+3
| | | | | |
* | | | | | Merge pull request #3692 from kwoodson/oc_volumeOpenShift Bot2017-03-228-2/+3022
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | Fixed linting and configmap_name paramKenny Woodson2017-03-221-5/+7
| | | | | | |
| * | | | | | Adding configmap support.Kenny Woodson2017-03-216-25/+55
| | | | | | |
| * | | | | | Adding configmap support and adding tests.Kenny Woodson2017-03-213-21/+270
| | | | | | |
| * | | | | | Adding oc_volume to lib_openshift.Kenny Woodson2017-03-218-12/+2751
| | | | | | |
* | | | | | | Merge pull request #3726 from sdodson/oreg_url_on_upgradeOpenShift Bot2017-03-221-0/+7
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Merged by openshift-bot
| * | | | | | Update imageConfig.format on upgrades to match oreg_urlScott Dodson2017-03-211-0/+7
| | | | | | |
* | | | | | | Merge pull request #3718 from giuseppe/restart-openvswitch-upgradeOpenShift Bot2017-03-221-1/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Merged by openshift-bot
| * | | | | | upgrade: restart ovs-vswitchd and ovsdb-serverGiuseppe Scrivano2017-03-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1420636 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | Merge pull request #3727 from sdodson/rootfs-rslaveOpenShift Bot2017-03-222-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Merged by openshift-bot
| * | | | | | Make /rootfs mount rslaveScott Dodson2017-03-212-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1427807
* | | | | | Merge pull request #3647 from jcantrill/logging_specify_es_configOpenShift Bot2017-03-215-12/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | Allow user to specify additions to ES configJeff Cantrill2017-03-145-12/+26
| | | | | | |
* | | | | | | Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCertsOpenShift Bot2017-03-215-122/+34
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Merged by openshift-bot
| * | | | | | Switched Cassandra to use certificates generated by OpenShiftJuraci Paixão Kröhling2017-03-155-122/+34
| | | | | | |
* | | | | | | Fix copy-pasta docstringsRodolfo Carvalho2017-03-212-2/+2
| | | | | | |
* | | | | | | Rename _ns -> node_selectorRodolfo Carvalho2017-03-212-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There doesn't seem to be a good reason for the underscore prefix.
* | | | | | | Reindent codeRodolfo Carvalho2017-03-212-18/+24
| | | | | | |
* | | | | | | Merge pull request #3715 from sdodson/excluders-v99OpenShift Bot2017-03-207-40/+49
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Merged by openshift-bot
| * | | | | | Attempt to match version of excluders to target versionScott Dodson2017-03-201-2/+2
| | | | | | |
| * | | | | | Get rid of adjust.ymlScott Dodson2017-03-202-27/+21
| | | | | | |
| * | | | | | Protect against missing commandsScott Dodson2017-03-202-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than trying to keep track of state everywhere, lets just check to see if the command exist before we attempt to run them
| * | | | | | Simplify excluder enablement logic a bit moreScott Dodson2017-03-205-13/+5
| | | | | | |
* | | | | | | Merge pull request #3710 from sosiouxme/20170320-fix-output-and-exclusionsOpenShift Bot2017-03-203-10/+26
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Merged by openshift-bot
| * | | | | | preflight checks: improve user output from checksLuke Meyer2017-03-201-10/+24
| | | | | | |
| * | | | | | preflight checks: bypass RPM excludesLuke Meyer2017-03-202-0/+2
| |/ / / / /
* | | | | | Merge pull request #3703 from kwoodson/oc_groupKenny Woodson2017-03-208-0/+2325
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding oc_group to lib_openshift.
| * | | | | | Adding oc_group to lib_openshiftKenny Woodson2017-03-208-0/+2325
| |/ / / / /
* | | | | | Merge pull request #3708 from aweiteka/schema2OpenShift Bot2017-03-201-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | acceptschema2 default: trueAaron Weitekamp2017-03-201-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>
* | | | | | Do not require python-six via openshift_factsRodolfo Carvalho2017-03-202-7/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out the code in roles/openshift_health_checker/openshift_checks/__init__.py had a mistake in the import statement, and not the case that `add_metaclass` is not available in the embedded `six` from `ansible.module_utils`. The fix is to correct the import and do not require python-six to be installed on target hosts. Note: now that we have some unit tests in the role, errors like that would have been caught.
* | | | | Merge pull request #3656 from mtnbikenc/refactor-openshift_projectsOpenShift Bot2017-03-176-66/+17
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | Moving projects task within openshift_hostedRussell Teague2017-03-174-9/+17
| | | | | |
| * | | | | Refactor openshift_projects roleRussell Teague2017-03-173-62/+5
| | | | | |