summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | openshift_hosted: add openshift_hosted_registry_cert_expire_days parameter.Slava Semushin2017-03-293-0/+3
* | | | | | | 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 openshift_master_cert_exp...Slava Semushin2017-03-293-1/+10
* | | | | | | 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 #3782 from sdodson/etcd_debugOpenShift Bot2017-03-281-0/+6
|\ \ \ \ \ \
| * | | | | | Add etcd_debug and etcd_log_package_levels variablesScott Dodson2017-03-281-0/+6
| |/ / / / /
* | | | | | Merge pull request #3781 from ingvagabund/make-the-ocp-version-detection-excl...OpenShift Bot2017-03-282-3/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make the OCP available version detection excluder freeJan Chaloupka2017-03-282-3/+29
| |/ / / /
* | | | | Add test scaffold for docker_image_availability.pyRodolfo Carvalho2017-03-282-0/+39
* | | | | 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
|/ / / /
* | | | Merge pull request #3752 from mtnbikenc/openshift_node_updateOpenShift Bot2017-03-287-16/+3
|\ \ \ \
| * | | | Use meta/main.yml for role dependenciesRussell Teague2017-03-277-16/+3
* | | | | Merge pull request #3038 from djosborne/calicoOpenShift Bot2017-03-2717-3/+416
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add calico.Dan Osborne2017-03-2315-0/+413
| * | | | Fix etcd cert generationDan Osborne2017-03-102-3/+3
* | | | | Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-276-0/+1977
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Setting defaults on openshift_hosted.Kenny Woodson2017-03-221-3/+3
* | | | | | Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-278-0/+2518
|\ \ \ \ \ \
| * | | | | | 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
| * | | | | | add oc_user ansible moduleJoel Diaz2017-03-218-0/+2276
* | | | | | | Merge pull request #3760 from sdodson/lm-default-imagesOpenShift Bot2017-03-249-5/+36
|\ \ \ \ \ \ \
| * | | | | | | Found this while searching the metrics role for logging, is this wrong?Scott Dodson2017-03-241-1/+1
| * | | | | | | Fix overriding openshift_{logging,metrics}_image_prefixScott Dodson2017-03-246-8/+18
| * | | | | | | Make linter happyScott Dodson2017-03-244-0/+4
| * | | | | | | Specify enterprise defaults for logging and metrics imagesScott Dodson2017-03-248-4/+21
* | | | | | | | Update s2i-dotnetcore contentScott Dodson2017-03-244-6/+888
|/ / / / / / /
* | | | | | | Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot2017-03-247-0/+2212
|\ \ \ \ \ \ \
| * | | | | | | Adding error checking to the delete.Kenny Woodson2017-03-212-0/+8
| * | | | | | | Updated comment.Kenny Woodson2017-03-211-1/+1
| * | | | | | | Fixed doc. Updated test to change existing key. Updated module spec for req...Kenny Woodson2017-03-214-7/+8
| * | | | | | | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-217-0/+2203
* | | | | | | | Merge pull request #3747 from sdodson/BZ1420636OpenShift Bot2017-03-241-8/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Stop all services before upgrading openvswitchScott Dodson2017-03-221-8/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3730 from richm/bug-1434300OpenShift Bot2017-03-241-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Bug 1434300 - Log entries are generated in ES after deployed logging stacks v...Rich Megginson2017-03-211-0/+2