diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-03-13 17:48:07 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-03-22 16:08:58 +0800 |
commit | 4b6c8049d6d3b499cf3ed43c54bf76db897e0c3c (patch) | |
tree | 38b9b465b1cba9c9bb54167836c1cf8cae9bddd3 /Pipfile | |
parent | d6d4f31e144bc912411baab96ec7cd66b8229800 (diff) |
Initial commit for logging installation and validataion
- install fluentd with elastic stack
- validate the installation
JIRA: CLOVER-5
Change-Id: I181a7277bc332ceac549d384cf2c3817a182b06e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +[[source]] + +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + + +[dev-packages] + + + +[packages] + +kubernetes = "*" +sh = "*" |