index
:
csa/devops/ansible-patches/openshift.git
ands
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
roles
/
openshift_facts
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove atomic check and cockpit.socket
Samuel Munilla
2016-08-26
1
-1
/
+1
*
Add support for Atomic Registry Installs
Samuel Munilla
2016-08-26
1
-2
/
+8
*
Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselves
Scott Dodson
2016-08-24
1
-2
/
+0
*
Add ability to disable pvc creation
Scott Dodson
2016-08-24
1
-2
/
+4
*
add selectors for metrics and logging
Scott Dodson
2016-08-24
1
-0
/
+8
*
Pull in keynote demo changes
Scott Dodson
2016-08-24
1
-1
/
+3
*
Bug 1367199 - iptablesSyncPeriod should default to 30s OOTB
Samuel Munilla
2016-08-16
1
-1
/
+1
*
Merge pull request #2268 from abutcher/ansible-2.2
Scott Dodson
2016-08-09
1
-13
/
+24
|
\
|
*
Support gathering ansible 2.1/2.2 system facts
Andrew Butcher
2016-08-08
1
-12
/
+19
|
*
Try/except urlparse calls.
Andrew Butcher
2016-08-08
1
-1
/
+5
*
|
Enable 'NoVolumeZoneConflict' policy for scheduler
Andrew Butcher
2016-08-09
1
-0
/
+1
|
/
*
remove outdated openshift_cluster_metrics role
Jason DeTiberus
2016-07-25
1
-18
/
+0
*
Merge remote-tracking branch 'upstream/master' into upgrade33
Devan Goodwin
2016-07-14
1
-5
/
+11
|
\
|
*
Fix erroneous pylint error
Samuel Munilla
2016-07-13
1
-1
/
+1
|
*
Various hosted component improvements
Andrew Butcher
2016-07-07
1
-4
/
+10
*
|
Remove too recent pylint option keys.
Devan Goodwin
2016-07-13
1
-2
/
+2
*
|
pylint fixes
Devan Goodwin
2016-07-13
1
-27
/
+26
*
|
Remove/update TODOs.
Devan Goodwin
2016-07-08
1
-3
/
+0
*
|
Merge branch 'aoi-32-up' into upgrade33
Devan Goodwin
2016-07-08
1
-1
/
+9
|
\
|
|
*
Make /var/lib/origin mounted rslave
Scott Dodson
2016-07-06
1
-0
/
+1
|
*
Add gte_3_3
Scott Dodson
2016-07-03
1
-1
/
+8
*
|
Merge branch 'master' into upgrade33
Devan Goodwin
2016-06-28
1
-1
/
+1
|
\
|
|
*
Merge pull request #1927 from jfcoz/metrics_resolution
Scott Dodson
2016-06-23
1
-1
/
+1
|
|
\
|
|
*
default unit in openshift_facts
jfcoz
2016-06-07
1
-1
/
+1
*
|
|
Fix version facts with trailing newline.
Devan Goodwin
2016-06-17
1
-1
/
+1
*
|
|
More stable lookup of running openshift version.
Devan Goodwin
2016-06-17
1
-14
/
+15
*
|
|
Fix typo in facts.
Devan Goodwin
2016-06-16
1
-1
/
+1
*
|
|
Cleanup, fix 3.1 version bug in facts.
Devan Goodwin
2016-06-16
1
-12
/
+11
*
|
|
More stable containerized version lookup.
Devan Goodwin
2016-06-15
1
-1
/
+21
*
|
|
Fix performance hit in openshift_facts.
Devan Goodwin
2016-06-15
1
-5
/
+0
*
|
|
Fix version unset bug, and set common ver fact on containerized nodes.
Devan Goodwin
2016-06-10
1
-2
/
+12
*
|
|
Fix missing openshift.common.version fact on containerized nodes.
Devan Goodwin
2016-06-10
1
-0
/
+3
*
|
|
Merge remote-tracking branch 'upstream/master' into upgrade33
Devan Goodwin
2016-06-09
1
-1
/
+9
|
\
|
|
|
*
|
Ansible 2.1 support.
Andrew Butcher
2016-06-07
1
-1
/
+9
*
|
|
Merge remote-tracking branch 'upstream/master' into upgrade33
Devan Goodwin
2016-06-06
1
-1
/
+3
|
\
|
|
|
*
|
Configure default docker logging options.
Andrew Butcher
2016-06-02
1
-1
/
+3
*
|
|
Merge remote-tracking branch 'upstream/master' into upgrade33
Devan Goodwin
2016-05-30
1
-0
/
+19
|
\
|
|
|
*
|
Merge pull request #1896 from abutcher/openshift-loadbalancer
Jason DeTiberus
2016-05-27
1
-0
/
+8
|
|
\
\
|
|
*
|
Separate master and haproxy config playbooks.
Andrew Butcher
2016-05-26
1
-0
/
+8
|
|
|
/
|
*
/
Allow clock role in openshift_facts
Jeremiah Stuever
2016-05-20
1
-0
/
+11
|
|
/
*
|
Hookup node configuration.
Devan Goodwin
2016-05-25
1
-2
/
+6
*
|
Work towards determining openshift_version when unspecified.
Devan Goodwin
2016-05-25
1
-0
/
+2
*
|
Set openshift_version in config playbooks for first master.
Devan Goodwin
2016-05-25
1
-9
/
+3
|
/
*
Merge pull request #1880 from dgoodwin/registry-insecure
Brenton Leanhardt
2016-05-16
1
-1
/
+1
|
\
|
*
Fixes for openshift_docker_hosted_registry_insecure var.
Devan Goodwin
2016-05-16
1
-1
/
+1
*
|
Allow overriding servingInfo.maxRequestsInFlight via openshift_master_max_req...
Andrew Butcher
2016-05-13
1
-1
/
+2
*
|
Update StringIO import for py2/3 compat.
Andrew Butcher
2016-05-12
1
-4
/
+4
*
|
Merge pull request #1192 from lebauce/storage-cinder-role
Jason DeTiberus
2016-05-10
1
-0
/
+3
|
\
\
|
*
|
Add support for Openstack based persistent volumes
Sylvain Baubeau
2016-05-10
1
-0
/
+3
*
|
|
Merge pull request #1828 from sdodson/bz1330920
Jason DeTiberus
2016-05-10
1
-8
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]