summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4887 from zgalor/fix_oc_route_certificate_validationScott Dodson2017-08-292-10/+4
|\ | | | | Only validate certificates that are passed to oc_route
| * Only validate certificates that are passed to oc_routeZohar Galor2017-08-012-10/+4
| | | | | | | | | | | | In 3.6 destination ca certifate is not mandatory for tls_termination==reencrypt. Instead of validating that the certificate/key was passed, only validate the content or correct path, before sending request to API.
* | Merge pull request #5128 from mgugino-upstream-stage/reg-authScott Dodson2017-08-295-0/+49
|\ \ | | | | | | Add independent registry auth support
| * | Add independent registry auth supportMichael Gugino2017-08-285-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the ability to support authentication for independent / 3rd party registries. This commit will allow users to provide a `oreg_auth_user` and `oreg_auth_password` to dynmically generate a docker config.json file. The docker config.json file can be used by openshift to authenticate to independent / 3rd party registries. `oreg_host` must supply endpoint connection info in the form of 'hostname.com:port', with (optional) port 443 default. To update the config.json on a later run, the user can specify `oreg_auth_credentials_replace=False` to update the credentials. These settings must be used in tandem with `oreg_url` Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1316341
* | | Merge pull request #5214 from giuseppe/rename_crio_variableScott Dodson2017-08-2912-14/+14
|\ \ \ | | | | | | | | crio: rename openshift_docker_use_crio to openshift_use_crio
| * | | roles: use openshift_use_crioGiuseppe Scrivano2017-08-254-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | cri-o: change to system runcGiuseppe Scrivano2017-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of cri-o do not carry runc but use the one from the system. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | cri-o: rename openshift_docker_use_crio to openshift_use_crioGiuseppe Scrivano2017-08-257-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It is confusing to have _docker_ in the name, since they are two different backends. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | Merge pull request #5201 from mtnbikenc/remove-unsupportedRussell Teague2017-08-2989-6522/+8
|\ \ \ \ | | | | | | | | | | Remove unsupported playbooks and utilities
| * | | | Remove unsupported playbooks and utilitiesRussell Teague2017-08-2589-6522/+8
| |/ / /
* | | | Merge pull request #5149 from ewolinetz/bz1479165Eric Wolinetz2017-08-281-1/+1
|\ \ \ \ | | | | | | | | | | Updating default tag for enterprise installation for ASB
| * | | | Updating default tag for enterprise installation for ASBEric Wolinetz2017-08-211-1/+1
| | | | |
* | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.118.0].Jenkins CD Merge Bot2017-08-282-2/+23
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | Merge pull request #4570 from rhcarvalho/adhoc-check-runner-miscScott Dodson2017-08-288-175/+446
|\ \ \ \ | | | | | | | | | | Add playbook to run adhoc health checks or list existing checks
| * | | | Update error message: s/non-unique/duplicateRodolfo Carvalho2017-08-242-6/+4
| | | | |
| * | | | Make pylint disables more specificRodolfo Carvalho2017-08-241-15/+26
| | | | | | | | | | | | | | | | | | | | And beautify the code a bit.
| * | | | Handle exceptions in failure summary cb pluginRodolfo Carvalho2017-08-241-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This serves two purposes: - Gracefully omit the summary if there was an error computing it, no confusion to the regular end user. - Provide a stacktrace of the error when running verbose, giving developers or users reporting bugs a better insight of what went wrong, as opposed to Ansible's opaque handling of errors in callback plugins.
| * | | | Rewrite failure summary callback pluginRodolfo Carvalho2017-08-243-119/+243
| | | | | | | | | | | | | | | | | | | | | | | | | The intent is to deduplicate similar errors that happened in many hosts, making the summary more concise.
| * | | | Handle more exceptions when running checksRodolfo Carvalho2017-08-241-19/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents an exception in one check from interfering with other checks. Skips checks that raise an exception in their is_active method. Whenever capturing a broad exception in the `is_action` or `run` methods, include traceback information that can be useful in bug reports.
| * | | | List known checks/tags when check name is invalidRodolfo Carvalho2017-08-242-16/+22
| | | | |
| * | | | List existing health checks when none is requestedRodolfo Carvalho2017-08-244-9/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a simple mechanism to learn what health checks are available. Note that we defer task_vars verification, so that we can compute requested_checks and resolved_checks earlier, allowing us to list checks even if openshift_facts has not run.
| * | | | Add playbook for running arbitrary health checksRodolfo Carvalho2017-08-244-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful on its own, and also aids in developing/testing new checks that are not part of any playbook. Since the intent when running this playbook is to execute checks, opt for a less verbose explanation on the error summary.
| * | | | Update health check READMERodolfo Carvalho2017-08-241-5/+4
| | | | |
* | | | | Merge pull request #5179 from mtnbikenc/openshift_provisionersOpenShift Bot2017-08-281-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | Standardize openshift_provisioners entry pointRussell Teague2017-08-231-0/+6
| | | | | |
* | | | | | Merge pull request #5033 from ashcrow/system-images-registry-followupScott Dodson2017-08-283-1/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | System images registry followup
| * | | | | | system-containers: Fallback for system_images_registrySteve Milner2017-08-251-1/+15
| | | | | | |
| * | | | | | inventory: Add system_images_registry exampleSteve Milner2017-08-252-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | system_images_registry is required for system container installations but no example was put in the inventory files. This change adds a note saying the variable is required when using system containers and provides an example. Ref: https://github.com/openshift/openshift-ansible/pull/5024
* | | | | | | Merge pull request #5234 from gevorg15/masterScott Dodson2017-08-281-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix origin metrics and logging container version
| * | | | | | | Fix origin metrics and logging container versionGevorg2017-08-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The docker image version for the metric and logging containers are prefixed with a "v". Not having adding the "v" fails to deploy the logging and metrics containers.
* | | | | | | | Merge pull request #5231 from kwoodson/removing_dep_warnRussell Teague2017-08-282-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Removing deprecation warnings for when conditions.
| * | | | | | | | Removing deprecation warnings for when conditions.Kenny Woodson2017-08-252-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #5227 from kwoodson/firewall_defaults_fixOpenShift Bot2017-08-2610-21/+21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | Default to global setting for firewall.Kenny Woodson2017-08-2510-21/+21
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5186 from mgugino-upstream-stage/flatten-cliOpenShift Bot2017-08-264-22/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Merged by openshift-bot
| * | | | | | | | | Remove near-meta role openshift_cli_factsMichael Gugino2017-08-254-22/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift_cli_facts only runs a single task, and otherwise the only existence is to serve as a link in the dependency chain towards openshift_facts. This commit flattens openshift_cli into one role.
* | | | | | | | | | Merge pull request #5182 from mtnbikenc/upgrade-orphansOpenShift Bot2017-08-261-13/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | Remove unused upgrade playbookRussell Teague2017-08-231-13/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #5044 from wozniakjan/logging_role_based_image_versionsOpenShift Bot2017-08-2512-28/+30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | Bug 1471322: logging roles based image versionsJan Wozniak2017-08-1812-28/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allowing to specify an image version for each logging component https://bugzilla.redhat.com/show_bug.cgi?id=1471322
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.117.0].Jenkins CD Merge Bot2017-08-252-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | | Merge pull request #5136 from mtnbikenc/std-openshift-checksOpenShift Bot2017-08-254-11/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | Standardize openshift-checks code pathsRussell Teague2017-08-234-11/+9
| | | | | | | | | | |
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.116.0].Jenkins CD Merge Bot2017-08-252-2/+5
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | Merge pull request #5178 from sdodson/fix-registry-certScott Dodson2017-08-251-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add missing hostnames to registry cert
| * | | | | | | | | | Add missing hostnames to registry certScott Dodson2017-08-231-0/+3
| | | | | | | | | | |
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.115.0].Jenkins CD Merge Bot2017-08-252-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.114.0].Jenkins CD Merge Bot2017-08-252-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.113.0].Jenkins CD Merge Bot2017-08-252-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | | Merge pull request #5200 from ashcrow/new-pre-release-image-tag-validationScott Dodson2017-08-251-2/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | openshift_version: enterprise accepts new style pre-release