summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/ansible
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6277 from fabianvf/asb-idempotence-cpickScott Dodson2017-12-011-0/+1
|\ | | | | Bug 1512793- Fix idempotence issues in ASB deploy
| * Bug 1512793- Fix idempotence issues in ASB deployFabian von Feilitzsch2017-11-281-0/+1
| | | | | | | | | | | | | | - 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
* | Fix no_log warnings for custom moduleMichael Gugino2017-11-281-3/+3
|/ | | | | We need to set no_log for password and private_key variables.
* Merge pull request #5729 from kwoodson/cluster_autoscalerOpenShift Merge Robot2017-11-161-0/+1
|\ | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Adding support for cluster-autoscaler. This is the kubernetes cluster-autoscaler role. Features: - Updated lib_openshift to handle --role-namespace when modifying/creating rolebindings for specific namespaced role objects - openshift_cluster_autoscaler role to deploy the autoscaler
| * Adding support for cluster-autoscaler roleKenny Woodson2017-10-111-0/+1
| |
* | removing kind restrictions from oc_editKenny Woodson2017-11-091-14/+1
| |
* | Remove provisioner restrictions on oc_storageclassJan-Otto Kröpke2017-10-221-1/+1
|/
* Update ansible-service-broker config to track latest brokerFabian von Feilitzsch2017-10-022-0/+2
| | | | | | | | | | | | | 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
* Merge pull request #3536 from giuseppe/system-containers-skopeoOpenShift Bot2017-09-051-2/+2
|\ | | | | Merged by openshift-bot
| * oc_atomic_container: support Skopeo outputGiuseppe Scrivano2017-03-021-2/+2
| | | | | | | | | | | | | | | | we are working on using Skopeo to copy images to the OSTree storage. The output from atomic will be slightly different. Support also the new version. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | 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