From 4b6c8049d6d3b499cf3ed43c54bf76db897e0c3c Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 13 Mar 2018 17:48:07 +0800 Subject: 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 --- Pipfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Pipfile (limited to 'Pipfile') 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 = "*" -- cgit 1.2.3-korg