This website works better with JavaScript
首页
发现
帮助
注册
登录
shixiong
/
okd
关注
1
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
c529d49aad
分支列表
标签列表
master
okd
/
roles
/
openshift_hosted_logging
John Kwiatkoski
41fd8df9c6
added admin binary varibale usage as well as specifying kubeconfig copy to be used
9 年之前
..
files
a181c8705a
Tested of refactored code
9 年之前
meta
a181c8705a
Tested of refactored code
9 年之前
tasks
41fd8df9c6
added admin binary varibale usage as well as specifying kubeconfig copy to be used
9 年之前
vars
a181c8705a
Tested of refactored code
9 年之前
README.md
7fa2d035c9
revised and restructured logging role
9 年之前
README.md
###Required vars:
openshift_hosted_logging_hostname: kibana.example.com
openshift_hosted_logging_elasticsearch_cluster_size: 1
openshift_hosted_logging_master_public_url:
https://localhost:8443
###Optional vars:
openshift_hosted_logging_secret_vars: (defaults to nothing=/dev/null) kibana.crt=/etc/origin/master/ca.crt kibana.key=/etc/origin/master/ca.key ca.crt=/etc/origin/master/ca.crt ca.key=/etc/origin/master/ca.key
openshift_hosted_logging_fluentd_replicas: (defaults to 1) 3
openshift_hosted_logging_cleanup: (defaults to no) Set this to 'yes' in order to cleanup logging components instead of deploying.