summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/integration
Commit message (Collapse)AuthorAgeFilesLines
* add selector and storage class name to oc_pvc moduleJeff Cantrill2017-07-271-0/+28
|
* Adding storageclass support to lib_openshift.Kenny Woodson2017-07-141-0/+87
|
* add support for oc_service for labels, externalIPsRich Megginson2017-05-301-0/+5
| | | | | | | | | | | | Add support for `labels` and `externalIPs` in Services This also adds support for the `labels` parameter of `oadm registry` and `oadm router` to be a `dict` of values. This also converts `labels` dict values in the router and registry classes into a comma delimited list of `key=value` pairs. The list of `--labels` is sorted for consistency in key pair positioning in the output (and for consistency in testing) - otherwise, the order of the list is not guarantee and has actually been observed to be different from run to run.
* Remove vim configuration from Python filesRodolfo Carvalho2017-05-091-1/+0
| | | | | | | In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
* Don't double quote when conditionsScott Dodson2017-05-012-2/+2
|
* Remove jinja template delimeters from when conditionsScott Dodson2017-05-012-2/+2
| | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* Adding ability to delete by selector.Kenny Woodson2017-04-051-0/+207
|
* Adding clusterrole to the toolbox.Kenny Woodson2017-03-281-0/+106
|
* Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-271-0/+240
|\ | | | | Merged by openshift-bot
| * clean up and clarify docs/commentsJoel Diaz2017-03-211-2/+2
| | | | | | | | update unit tests
| * add oc_user ansible moduleJoel Diaz2017-03-211-0/+240
| | | | | | | | module to manipulate OpenShift users, and assign group membership to users
* | Updated comment.Kenny Woodson2017-03-211-1/+1
| |
* | Fixed doc. Updated test to change existing key. Updated module spec for ↵Kenny Woodson2017-03-211-1/+2
| | | | | | | | required name param.
* | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-211-0/+94
|/
* Adding oc_group to lib_openshiftKenny Woodson2017-03-201-0/+229
|
* Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-101-4/+4
|
* Adding integration test. Fixed issue with node_selector.Kenny Woodson2017-03-061-0/+83
|
* Merge pull request #3299 from kwoodson/oc_envScott Dodson2017-02-131-0/+75
|\ | | | | Adding oc_env to lib_openshift.
| * Pleasing the linting bot.Kenny Woodson2017-02-081-1/+1
| |
| * Adding integration tests.Kenny Woodson2017-02-081-0/+75
| |
* | Adding test cases.Kenny Woodson2017-02-091-0/+83
|/
* Fixing tests for linters.Kenny Woodson2017-02-081-4/+6
|
* Adding port support for route.Kenny Woodson2017-02-081-0/+38
|
* Fixed ansible module unit and integration tests and added runners.Thomas Wiest2017-02-073-33/+55
|
* Added oc_serviceaccount_secret to lib_openshift.Thomas Wiest2017-02-061-0/+79
|
* Doc enhancements.Kenny Woodson2017-02-021-2/+5
|
* Fixing linters.Kenny Woodson2017-02-022-83/+3
|
* oc_label ansible moduleJoel Diaz2017-02-012-0/+429
| | | | used for adding/removing labels on various OpenShift objects
* Fixing for tox tests. (flake8|pylint)Kenny Woodson2017-01-311-1/+0
|
* Adding integration tests.Kenny Woodson2017-01-311-58/+96
|
* Adding oc_service to lib_openshift.Kenny Woodson2017-01-311-0/+91
|
* Added oc_serviceaccount to lib_openshift.Thomas Wiest2017-01-301-0/+101
|
* Merge pull request #3197 from kwoodson/manage_nodeKenny Woodson2017-01-301-0/+58
|\ | | | | Adding oadm_manage_node lib_openshift.
| * Added unit integration tests. Enhanced unit tests. Fixed an issue in ↵Kenny Woodson2017-01-261-0/+58
| | | | | | | | openshift_cmd for namespace.
* | Adding fix for when the resource does not exist. Added test cases.Kenny Woodson2017-01-271-0/+19
|/
* Fixing tests and linting.Kenny Woodson2017-01-251-24/+24
|
* Adding integration test for oc_scale.Kenny Woodson2017-01-251-3/+76
|
* Adding oc_scale to lib_openshift.Kenny Woodson2017-01-251-0/+19
|
* Added oc_secret to lib_openshift.Thomas Wiest2017-01-251-0/+125
|
* Adding version to lib_openshiftKenny Woodson2017-01-202-5/+41
|
* Adding oc_edit module to lib_openshift.Kenny Woodson2017-01-171-0/+58