summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/doc
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1512793- Fix idempotence issues in ASB deployFabian von Feilitzsch2017-11-281-0/+6
| | | | | | | - Add support for annotations in oc_service - Use oc_service instead of oc_obj - Use oc_pvc instead of oc_obj - Work around lack of idempotency for oc_obj DeploymentConfig
* Adding support for cluster-autoscaler roleKenny Woodson2017-10-111-0/+14
|
* Update ansible-service-broker config to track latest brokerFabian von Feilitzsch2017-10-022-0/+12
| | | | | | | | | | | | | bring ansible service broker up to date with bearer token changes etcd -> 0.0.0.0 add auth information to broker resource in catalog add sandbox role to config simplify defaults add labels to oc_route use new oc_route label field Fix parameter ordering add port back Fix secret syntax
* First attempt at creating the cert signer.Kenny Woodson2017-08-211-0/+80
|
* add selector and storage class name to oc_pvc moduleJeff Cantrill2017-07-271-0/+12
|
* Fixing needs_update comparison. Added a small pause for race conditions. ↵Kenny Woodson2017-07-141-1/+1
| | | | Fixed doc. Fix kind to storageclass
* Adding storageclass support to lib_openshift.Kenny Woodson2017-07-141-0/+86
|
* First POC of a CFME turnkey solution in openshift-anisbleTim Bielawa2017-06-141-2/+2
|
* oc_secret: allow for specifying secret typeJose A. Rivera2017-05-311-0/+6
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* add support for oc_service for labels, externalIPsRich Megginson2017-05-301-0/+7
| | | | | | | | | | | | 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.
* Merge pull request #3967 from jarrpa/oc_volume-docOpenShift Bot2017-05-101-0/+12
|\ | | | | Merged by openshift-bot
| * oc_volume: Add missing parameter documentationJose A. Rivera2017-04-211-0/+12
| | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | oc_obj: Allow for multiple kinds in deleteJose A. Rivera2017-04-211-1/+1
|/ | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Merge pull request #3786 from kwoodson/oc_clusterroleScott Dodson2017-03-301-0/+66
|\ | | | | Add oc_clusterrole to lib_openshift.
| * Adding clusterrole to the toolbox.Kenny Woodson2017-03-281-0/+66
| |
* | oc_adm_ca_server_cert: add expire_days parameter.Slava Semushin2017-03-291-0/+6
|/
* Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-271-0/+75
|\ | | | | Merged by openshift-bot
| * Adding namespace to doc.Kenny Woodson2017-03-231-1/+7
| |
| * Fixing up test cases, linting, and added a return.Kenny Woodson2017-03-231-47/+24
| |
| * first step in ocimageIvan Horvath2017-03-231-0/+92
| |
* | Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-271-0/+128
|\ \ | | | | | | Merged by openshift-bot
| * | clean up and clarify docs/commentsJoel Diaz2017-03-211-2/+64
| | | | | | | | | | | | update unit tests
| * | add oc_user ansible moduleJoel Diaz2017-03-211-0/+66
| | | | | | | | | | | | module to manipulate OpenShift users, and assign group membership to users
* | | Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot2017-03-241-0/+72
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Fixed doc. Updated test to change existing key. Updated module spec for ↵Kenny Woodson2017-03-211-2/+2
| | | | | | | | | | | | | | | | required name param.
| * | | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-211-0/+72
| |/ /
* | | Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot2017-03-231-0/+76
|\ \ \ | |_|/ |/| | Merged by openshift-bot
| * | Adding a pvc create test case.Kenny Woodson2017-03-201-0/+76
| |/
* | Adding configmap support.Kenny Woodson2017-03-211-0/+6
| |
* | Adding configmap support and adding tests.Kenny Woodson2017-03-211-0/+1
| |
* | Adding oc_volume to lib_openshift.Kenny Woodson2017-03-211-0/+98
|/
* Adding oc_group to lib_openshiftKenny Woodson2017-03-201-0/+56
|
* Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-101-3/+3
|
* Make generic OCObjectValidator from OCSDNValidatorMonis Khan2017-03-061-7/+7
| | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* Adding oc_project to lib_openshift.Kenny Woodson2017-03-061-0/+81
|
* oadm_policy_group/adm_policy_user modulejupierce2017-03-022-0/+148
|
* lib_openshift: new module atomic_containerGiuseppe Scrivano2017-02-281-0/+36
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Merge pull request #3387 from enj/enj/f/sdn_moduleScott Dodson2017-02-271-0/+27
|\ | | | | Add SDNValidator Module
| * Add SDNValidator ModuleMonis Khan2017-02-211-0/+27
| | | | | | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* | Fixing doc for oc_adm_ca_server_cert.Kenny Woodson2017-02-231-2/+2
| |
* | Merge pull request #3378 from kwoodson/oadm_caKenny Woodson2017-02-221-0/+96
|\ \ | |/ |/| Adding oc_adm_ca_server_cert to lib_openshift
| * Added backup feature. Fixed a bug with reading the certificate and ↵Kenny Woodson2017-02-211-2/+2
| | | | | | | | verifying names. Added force option.
| * Added copy support when modifying cert and key on existenceKenny Woodson2017-02-211-0/+6
| |
| * Updated doc and defined defaults for signer_*Kenny Woodson2017-02-211-3/+3
| |
| * Removing cmd, fixed docs and comments.Kenny Woodson2017-02-201-56/+5
| |
| * Rename of oadm_ca to oc_adm_ca. Decided to whittle down to the direct call, ↵Kenny Woodson2017-02-201-0/+0
| | | | | | | | server_cert.
| * Fixing doc.Kenny Woodson2017-02-201-41/+86
| |
| * Adding oadm_ca to lib_openshift.Kenny Woodson2017-02-201-0/+96
| |
* | Removed oadm_ references in doc.Kenny Woodson2017-02-212-2/+2
| |
* | Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-202-0/+2
| |