index
:
csa/devops/ansible-patches/openshift.git
ands
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
roles
/
lib_openshift
/
src
/
class
Commit message (
Expand
)
Author
Age
Files
Lines
*
ignore 'users' field in oc_group module
Joel Diaz
2018-01-25
1
-1
/
+1
*
Bug 1512793- Fix idempotence issues in ASB deploy
Fabian von Feilitzsch
2017-11-28
1
-1
/
+3
*
Merge pull request #5729 from kwoodson/cluster_autoscaler
OpenShift Merge Robot
2017-11-16
1
-0
/
+4
|
\
|
*
Adding support for cluster-autoscaler role
Kenny Woodson
2017-10-11
1
-0
/
+4
*
|
Fix broken oc_secret update function
Rastislav Barlik
2017-10-28
1
-1
/
+1
*
|
Do not remove files for bootstrap if resolv or dns.
Kenny Woodson
2017-10-17
1
-2
/
+14
|
/
*
Update ansible-service-broker config to track latest broker
Fabian von Feilitzsch
2017-10-02
2
-2
/
+2
*
Merge pull request #4887 from zgalor/fix_oc_route_certificate_validation
Scott Dodson
2017-08-29
1
-5
/
+2
|
\
|
*
Only validate certificates that are passed to oc_route
Zohar Galor
2017-08-01
1
-5
/
+2
*
|
First attempt at creating the cert signer.
Kenny Woodson
2017-08-21
1
-0
/
+197
*
|
Merge pull request #5006 from ivanhorvath/ocobjdumper
Scott Dodson
2017-08-15
1
-1
/
+10
|
\
\
|
*
|
adding check to a yaml dump to work properly with new ruamel lib
Ivan Horvath
2017-08-09
1
-1
/
+10
|
|
/
*
/
Error check project creation.
Kenny Woodson
2017-08-10
1
-0
/
+3
|
/
*
Merge pull request #4933 from kwoodson/policy_to_binding
OpenShift Bot
2017-07-29
3
-46
/
+44
|
\
|
*
Remove cluster in favor of rolebindings.
Kenny Woodson
2017-07-28
3
-46
/
+44
*
|
add selector and storage class name to oc_pvc module
Jeff Cantrill
2017-07-27
1
-0
/
+2
|
/
*
Fixed spacing and lint errors.
Kenny Woodson
2017-07-17
1
-2
/
+2
*
Fixed tests and added sleep for update.
Kenny Woodson
2017-07-14
1
-0
/
+1
*
Fixing needs_update comparison. Added a small pause for race conditions. Fi...
Kenny Woodson
2017-07-14
1
-5
/
+12
*
Adding storageclass support to lib_openshift.
Kenny Woodson
2017-07-14
1
-0
/
+147
*
Merge pull request #4380 from jarrpa/oc_obj-fixes
OpenShift Bot
2017-06-13
1
-2
/
+8
|
\
|
*
oc_obj: set _delete() rc to 0 if err is 'not found'
Jose A. Rivera
2017-06-06
1
-1
/
+6
|
*
oc_obj: only check 'items' if exists in delete
Jose A. Rivera
2017-06-06
1
-1
/
+2
*
|
oc_secret: allow use of force for secret type
Jose A. Rivera
2017-06-07
1
-5
/
+9
|
/
*
oc_secret: allow for specifying secret type
Jose A. Rivera
2017-05-31
1
-0
/
+7
*
add support for oc_service for labels, externalIPs
Rich Megginson
2017-05-30
3
-3
/
+6
*
oc_process: Better error output on failed template() call
Jose A. Rivera
2017-05-19
1
-1
/
+1
*
Filter non-strings from the oc_adm_ca_server_cert hostnames parameter.
Andrew Butcher
2017-05-15
1
-0
/
+4
*
Merge pull request #4030 from liggitt/reserved-namespaces
OpenShift Bot
2017-05-12
1
-0
/
+2
|
\
|
*
Reserve kubernetes and 'kubernetes-' prefixed namespaces
Jordan Liggitt
2017-04-27
1
-0
/
+2
*
|
Updating oc_obj to use get instead of getattr
ewolinetz
2017-05-08
1
-1
/
+1
*
|
Merge pull request #4003 from lhuard1A/fix_registry_ose_3.2
OpenShift Bot
2017-04-28
1
-16
/
+25
|
\
\
|
|
/
|
/
|
|
*
Fix OpenShift registry deployment on OSE 3.2
Lénaïc Huard
2017-04-25
1
-16
/
+25
*
|
oc_obj: Allow for multiple kinds in delete
Jose A. Rivera
2017-04-21
1
-6
/
+3
|
/
*
Adding module calls instead of command for idempotency.
Kenny Woodson
2017-04-19
2
-2
/
+6
*
Fixing a compatibility issue with python 2.7 to 3.5 when reading from subproc...
Kenny Woodson
2017-04-10
1
-1
/
+1
*
Fixed a bug when oc command fails.
Kenny Woodson
2017-04-06
1
-1
/
+1
*
Merge pull request #3840 from kwoodson/oc_obj_delete_selector
Scott Dodson
2017-04-06
5
-21
/
+30
|
\
|
*
Fixed a string format and a lint space issue
Kenny Woodson
2017-04-05
1
-1
/
+1
|
*
Fixed
Kenny Woodson
2017-04-05
1
-1
/
+1
|
*
Adding ability to delete by selector.
Kenny Woodson
2017-04-05
4
-12
/
+9
|
*
Adding delete with selector support.
Kenny Woodson
2017-04-05
1
-12
/
+24
*
|
Merge pull request #3821 from kwoodson/default_router_cert
OpenShift Bot
2017-04-05
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Adding signed router cert and fixing server_cert bug.
Kenny Woodson
2017-04-04
1
-0
/
+3
*
|
Merge pull request #3841 from jarrpa/oc_label-get-fix
OpenShift Bot
2017-04-04
1
-2
/
+2
|
\
\
|
*
|
oc_label: handle case where _get() returns no results
Jose A. Rivera
2017-04-03
1
-2
/
+2
*
|
|
Merge pull request #3837 from jarrpa/oc_configmap-check
OpenShift Bot
2017-04-04
1
-0
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
oc_configmap: Add missing check for name
Jose A. Rivera
2017-04-03
1
-0
/
+4
|
|
/
*
/
Fixed a bug. Ansible requires a msg param when module.fail_json.
Kenny Woodson
2017-04-03
1
-6
/
+6
|
/
*
Merge pull request #3786 from kwoodson/oc_clusterrole
Scott Dodson
2017-03-30
1
-0
/
+163
|
\
[next]