summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_adm_registry.py
Commit message (Collapse)AuthorAgeFilesLines
* add support for oc_service for labels, externalIPsRich Megginson2017-05-301-1/+1
| | | | | | | | | | | | 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.
* Fix OpenShift registry deployment on OSE 3.2Lénaïc Huard2017-04-251-16/+25
| | | | Fix #4000
* Adding ability to delete by selector.Kenny Woodson2017-04-051-1/+1
|
* Raise on dry-run failures.Kenny Woodson2017-03-131-4/+4
|
* Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-081-1/+1
|
* Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-071-2/+2
| | | | cases.
* Fixed failures on create when objects exist.Kenny Woodson2017-02-281-14/+25
|
* Fixed logic error. Ensure both svc and dc exist.Kenny Woodson2017-02-281-1/+1
|
* Modified base debug statements. Fixed oc_secret debug/verbose flag. Added ↵Kenny Woodson2017-02-281-1/+4
| | | | reencrypt for route.
* Adding get_env_var to deploymentconfig.Kenny Woodson2017-02-241-3/+4
|
* Fixed default variables. Added a fix to generated secret in env var.Kenny Woodson2017-02-241-0/+7
|
* Added required_together. Added two minor bug fixes for when data is not passed.Kenny Woodson2017-02-221-2/+2
|
* Removed unused code. Made tests executable.Kenny Woodson2017-02-211-25/+6
|
* Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-201-7/+23
|
* Renamed modules, fixed docs, renamed variables, and cleaned up logic.Kenny Woodson2017-02-201-38/+52
|
* Renaming registry and router roles to oc_adm_Kenny Woodson2017-02-201-0/+388