diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-06-02 11:25:06 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-06-02 13:59:26 -0400 |
commit | f94e1c63c31b736d2335ab31f3a5a36c1cca3dfd (patch) | |
tree | c27c14f15d0d3e5c3cdeef3263b56cbfd8f7f738 /inventory/byo/hosts.aep.example | |
parent | c4c6685855a9dc6b4c698465b799c72d6a4f13bd (diff) | |
download | openshift-f94e1c63c31b736d2335ab31f3a5a36c1cca3dfd.tar.gz openshift-f94e1c63c31b736d2335ab31f3a5a36c1cca3dfd.tar.bz2 openshift-f94e1c63c31b736d2335ab31f3a5a36c1cca3dfd.tar.xz openshift-f94e1c63c31b736d2335ab31f3a5a36c1cca3dfd.zip |
Configure default docker logging options.
Diffstat (limited to 'inventory/byo/hosts.aep.example')
-rw-r--r-- | inventory/byo/hosts.aep.example | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index defd53d43..1e050f0f6 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -72,10 +72,8 @@ deployment_type=atomic-enterprise # Disable pushing to dockerhub #openshift_docker_disable_push_dockerhub=True # Items added, as is, to end of /etc/sysconfig/docker OPTIONS +# Default value: "--log-driver=json-file --log-opt max-size=50m" #openshift_docker_options="-l warn --ipv6=false" -# Deprecated methods to set --log-driver and --log-opts flags, use openshift_docker_options instead -#openshift_docker_log_driver=json -#openshift_docker_log_options=["tag=mailer"] # Alternate image format string. If you're not modifying the format string and # only need to inject your own registry you may want to consider |