summaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2018-03-13 17:48:07 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2018-03-22 16:08:58 +0800
commit4b6c8049d6d3b499cf3ed43c54bf76db897e0c3c (patch)
tree38b9b465b1cba9c9bb54167836c1cf8cae9bddd3 /Pipfile
parentd6d4f31e144bc912411baab96ec7cd66b8229800 (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--Pipfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..7bac042
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,15 @@
+[[source]]
+
+url = "https://pypi.python.org/simple"
+verify_ssl = true
+name = "pypi"
+
+
+[dev-packages]
+
+
+
+[packages]
+
+kubernetes = "*"
+sh = "*"