summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_adm_policy_group.py
Commit message (Collapse)AuthorAgeFilesLines
* add support for oc_service for labels, externalIPsRich Megginson2017-05-301-8/+17
| | | | | | | | | | | | 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.
* lib/base: Allow for more complex template paramsJose A. Rivera2017-05-191-1/+1
| | | | | | | This change allows for the specification of JSON objects like lists as parameters to templates. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Fix for yedit custom separatorsMatt Woodson2017-05-101-1/+1
|
* Allow oc_ modules to pass unicode resultsRussell Teague2017-05-031-1/+1
|
* Removing resource version to remove object conflicts caused by race conditions.Kenny Woodson2017-04-211-0/+7
|
* Adding ability to delete by selector.Kenny Woodson2017-04-051-17/+21
|
* Removing test coverage for shared code.Kenny Woodson2017-04-041-3/+3
|
* Fixed a bug in oc_volume.Kenny Woodson2017-03-281-19/+18
|
* Adding a few more test cases. Fixed a bug when key was empty. Safeguard ↵Kenny Woodson2017-03-281-63/+107
| | | | against yedit module being passed an empty key
* Fixing variable naming for 35 scoping.Kenny Woodson2017-03-161-3/+3
|
* Merge pull request #3605 from kwoodson/oc_adm_policy_user_fixOpenShift Bot2017-03-091-8/+36
|\ | | | | Merged by openshift-bot
| * Fixing the way policies are found. The old method was unreliable. This ↵Kenny Woodson2017-03-081-8/+36
| | | | | | | | method searches all and matches on properties.
* | Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-081-4/+4
| |
* | Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-071-1/+2
|/ | | | cases.
* Re-generate modulesScott Dodson2017-03-031-2/+9
|
* Fixing checkout for bindings with -binding suffixjupierce2017-03-021-1/+1
|
* oadm_policy_group/adm_policy_user modulejupierce2017-03-021-0/+2092