summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | oc_adm_ca_server_cert.py: re-generate.Slava Semushin2017-03-291-0/+8
| | | | | | | | |
| * | | | | | | | oc_adm_ca_server_cert: add expire_days parameter.Slava Semushin2017-03-293-0/+8
| | | | | | | | |
| * | | | | | | | openshift_ca: add openshift_ca_cert_expire_days and ↵Slava Semushin2017-03-293-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift_master_cert_expire_days parameters.
| * | | | | | | | redeploy-certificates/registry.yml: add ↵Slava Semushin2017-03-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift_hosted_registry_cert_expire_days parameter.
| * | | | | | | | openshift_master_certificates: add openshift_master_cert_expire_days parameter.Slava Semushin2017-03-293-0/+9
| | | | | | | | |
| * | | | | | | | openshift_node_certificates: add openshift_node_cert_expire_days parameter.Slava Semushin2017-03-293-0/+9
|/ / / / / / / /
* | | | | | | | Merge pull request #3725 from codificat/Dockerfile.rhel7OpenShift Bot2017-03-291-19/+34
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | Update Dockerfile.rhel7 to reflect changes to DockerfilePep Turró Mauri2017-03-231-19/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Dockerfile in the repo was updated to build upon playbook2image. This change updates de product version to reflect that change. Also updating the labels to the new format.
* | | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.11-1].Jenkins CD Merge Bot2017-03-292-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | | | | Merge pull request #3782 from sdodson/etcd_debugOpenShift Bot2017-03-283-0/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Merged by openshift-bot
| * | | | | | | | Add etcd_debug and etcd_log_package_levels variablesScott Dodson2017-03-283-0/+14
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #3781 from ↵OpenShift Bot2017-03-286-34/+29
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ingvagabund/make-the-ocp-version-detection-excluder-free Merged by openshift-bot
| * | | | | | | Make the OCP available version detection excluder freeJan Chaloupka2017-03-286-34/+29
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge pull request #3769 from abutcher/gte-version-filtersOpenShift Bot2017-03-282-0/+201
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | Use oo_version_gte_3_6+ for future versions and treat 1.x origin as legacy. ↵Andrew Butcher2017-03-272-28/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests.
| * | | | | | | Add oo_version_gte_X_X_or_Y_Y version comparison filters.Andrew Butcher2017-03-241-0/+98
| | | | | | | |
* | | | | | | | Merge pull request #3750 from stevekuznetsov/skuznets/3-6-upgradeOpenShift Bot2017-03-289-0/+379
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Merged by openshift-bot
| * | | | | | | Added 3.5 -> 3.6 upgrade playbooksSteve Kuznetsov2017-03-249-0/+379
| | | | | | | |
* | | | | | | | Merge pull request #3745 from rhcarvalho/checks-unit-testsOpenShift Bot2017-03-2812-20/+237
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Merged by openshift-bot
| * | | | | | | Add test scaffold for docker_image_availability.pyRodolfo Carvalho2017-03-282-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The intention is to set a starting point and let another team member work on the code to gain experience with tests.
| * | | | | | | Add unit tests for package_version.pyRodolfo Carvalho2017-03-281-0/+21
| | | | | | | |
| * | | | | | | Add unit tests for package_update.pyRodolfo Carvalho2017-03-281-0/+16
| | | | | | | |
| * | | | | | | Add unit tests for package_availability.pyRodolfo Carvalho2017-03-281-0/+49
| | | | | | | |
| * | | | | | | Add unit tests for mixins.pyRodolfo Carvalho2017-03-281-0/+23
| | | | | | | |
| * | | | | | | Test recursively finding subclassesRodolfo Carvalho2017-03-281-0/+17
| | | | | | | |
| * | | | | | | Test OpenShift health check loaderRodolfo Carvalho2017-03-283-14/+26
| | | | | | | |
| * | | | | | | Rename module_executor -> execute_moduleRodolfo Carvalho2017-03-286-7/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.10-1].Jenkins CD Merge Bot2017-03-282-2/+17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | | Merge pull request #3752 from mtnbikenc/openshift_node_updateOpenShift Bot2017-03-288-20/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | Use meta/main.yml for role dependenciesRussell Teague2017-03-278-20/+3
| | | | | | | |
* | | | | | | | Merge pull request #3737 from dgoodwin/upgrade-pkgsOpenShift Bot2017-03-271-2/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | Upgrade specific rpms instead of just master/node.Devan Goodwin2017-03-271-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge pull request #3038 from djosborne/calicoOpenShift Bot2017-03-2723-3/+424
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Merged by openshift-bot
| * | | | | | | | Add calico.Dan Osborne2017-03-2321-0/+421
| | | | | | | | |
| * | | | | | | | Fix etcd cert generationDan Osborne2017-03-102-3/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-276-0/+1977
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | Adding namespace to doc.Kenny Woodson2017-03-232-2/+14
| | | | | | | | | |
| * | | | | | | | | Fixing up test cases, linting, and added a return.Kenny Woodson2017-03-235-266/+309
| | | | | | | | | |
| * | | | | | | | | first step in ocimageIvan Horvath2017-03-235-0/+1911
| | | | | | | | | |
| * | | | | | | | | ocimageIvan Horvath2017-03-231-0/+11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3746 from kwoodson/openshift_hosted_fix_defaultsOpenShift Bot2017-03-271-3/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | Merged by openshift-bot
| * | | | | | | | | Setting defaults on openshift_hosted.Kenny Woodson2017-03-221-3/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-278-0/+2518
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | rebase and regenerateJoel Diaz2017-03-211-11/+19
| | | | | | | | | | |
| * | | | | | | | | | fix up things flagged by flake8Joel Diaz2017-03-211-1/+1
| | | | | | | | | | |
| * | | | | | | | | | clean up and clarify docs/commentsJoel Diaz2017-03-215-44/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update unit tests
| * | | | | | | | | | add oc_user ansible moduleJoel Diaz2017-03-218-0/+2276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module to manipulate OpenShift users, and assign group membership to users
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.9-1].Jenkins CD Merge Bot2017-03-252-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | | | | | | Merge pull request #3760 from sdodson/lm-default-imagesOpenShift Bot2017-03-249-5/+36
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | Found this while searching the metrics role for logging, is this wrong?Scott Dodson2017-03-241-1/+1
| | | | | | | | | | | |