summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/ansible
Commit message (Collapse)AuthorAgeFilesLines
* First attempt at creating the cert signer.Kenny Woodson2017-08-211-0/+36
|
* Merge pull request #4879 from jcantrill/oc_pvcOpenShift Bot2017-07-281-3/+3
|\ | | | | Merged by openshift-bot
| * add selector and storage class name to oc_pvc moduleJeff Cantrill2017-07-271-3/+3
| |
* | Remove default provisioner.Kenny Woodson2017-07-241-1/+1
|/
* Adding storageclass support to lib_openshift.Kenny Woodson2017-07-141-0/+32
|
* oc_atomic_container: use rpm to check the version.Giuseppe Scrivano2017-06-261-1/+1
| | | | | | | Some versions of atomic report their version wrong. Use rpm to check it. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* oc_atomic_container: Require 1.17.2Steve Milner2017-06-191-2/+11
| | | | | | | The oc_atomic_container module requires features only available in atomic versions 1.17.2+. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1461662
* oc_secret: allow for specifying secret typeJose A. Rivera2017-05-311-0/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Merge pull request #4091 from richm/oc_service-labels-externalIPsScott Dodson2017-05-313-2/+3
|\ | | | | add support for oc_service for labels, externalIPs
| * add support for oc_service for labels, externalIPsRich Megginson2017-05-303-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | oc_atomic_container: Workaround for invalid json from atomic commandSteve Milner2017-05-251-1/+3
| | | | | | | | | | | | | | | | When no other containers are present and one attempts to list containers via the atomic command with the --json flag an empty string is returned. If a json.loads is used on this value an error is raised. This change adds a workaround to fall back to '[]' when an empty string is returned from the atomic containers command.
* | oc_atomic_container: Hard code system-package=noSteve Milner2017-05-251-1/+3
|/
* Filter non-strings from the oc_adm_ca_server_cert hostnames parameter.Andrew Butcher2017-05-151-0/+4
| | | | | This allows the omit filter to be used in the hostnames parameter list which simplifies conditionally added hostnames.
* Fixed a string format and a lint space issueKenny Woodson2017-04-051-1/+1
|
* FixedKenny Woodson2017-04-051-1/+1
| | | | name and selector to be mutually exclusive
* Merge pull request #3786 from kwoodson/oc_clusterroleScott Dodson2017-03-301-0/+29
|\ | | | | Add oc_clusterrole to lib_openshift.
| * Adding clusterrole to the toolbox.Kenny Woodson2017-03-281-0/+29
| |
* | oc_adm_ca_server_cert: add expire_days parameter.Slava Semushin2017-03-291-0/+1
|/
* Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-271-0/+34
|\ | | | | Merged by openshift-bot
| * Fixing up test cases, linting, and added a return.Kenny Woodson2017-03-231-3/+2
| |
| * first step in ocimageIvan Horvath2017-03-231-0/+35
| |
* | Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-271-0/+34
|\ \ | | | | | | Merged by openshift-bot
| * | add oc_user ansible moduleJoel Diaz2017-03-211-0/+34
| | | | | | | | | | | | module to manipulate OpenShift users, and assign group membership to users
* | | Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot2017-03-241-0/+32
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Fixed doc. Updated test to change existing key. Updated module spec for ↵Kenny Woodson2017-03-211-1/+1
| | | | | | | | | | | | | | | | required name param.
| * | | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-211-0/+32
| |/ /
* | | Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot2017-03-231-0/+35
|\ \ \ | |_|/ |/| | Merged by openshift-bot
| * | Adding a pvc create test case.Kenny Woodson2017-03-201-0/+35
| |/
* | Adding configmap support.Kenny Woodson2017-03-211-1/+3
| |
* | Adding oc_volume to lib_openshift.Kenny Woodson2017-03-211-0/+39
|/
* Adding oc_group to lib_openshiftKenny Woodson2017-03-201-0/+32
|
* Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-101-0/+0
|
* Make generic OCObjectValidator from OCSDNValidatorMonis Khan2017-03-061-2/+2
| | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* Adding oc_project to lib_openshift.Kenny Woodson2017-03-061-0/+33
|
* oadm_policy_group/adm_policy_user modulejupierce2017-03-022-0/+68
|
* lib_openshift: new module atomic_containerGiuseppe Scrivano2017-02-281-0/+137
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Merge pull request #3387 from enj/enj/f/sdn_moduleScott Dodson2017-02-271-0/+24
|\ | | | | Add SDNValidator Module
| * Add SDNValidator ModuleMonis Khan2017-02-211-0/+24
| | | | | | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* | Fixed default variables. Added a fix to generated secret in env var.Kenny Woodson2017-02-241-2/+2
| |
* | Merge pull request #3378 from kwoodson/oadm_caKenny Woodson2017-02-221-0/+35
|\ \ | | | | | | Adding oc_adm_ca_server_cert to lib_openshift
| * | Removing reference to oadm. Moved parameter under general params.Kenny Woodson2017-02-221-2/+2
| | |
| * | Added backup feature. Fixed a bug with reading the certificate and ↵Kenny Woodson2017-02-211-1/+1
| | | | | | | | | | | | verifying names. Added force option.
| * | Added copy support when modifying cert and key on existenceKenny Woodson2017-02-211-1/+1
| | |
| * | Updated doc and defined defaults for signer_*Kenny Woodson2017-02-211-4/+3
| | |
| * | Rename of oadm_ca to oc_adm_ca. Decided to whittle down to the direct call, ↵Kenny Woodson2017-02-201-16/+4
| | | | | | | | | | | | server_cert.
| * | Fixing doc.Kenny Woodson2017-02-201-2/+1
| | |
| * | Adding oadm_ca to lib_openshift.Kenny Woodson2017-02-201-0/+49
| | |
* | | Added required_together. Added two minor bug fixes for when data is not passed.Kenny Woodson2017-02-221-0/+1
| | |
* | | if no key, cert, cacert, or default_cert is passed then do not pass to ocKenny Woodson2017-02-211-0/+1
| |/ |/|
* | Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-201-1/+5
| |