diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-11 15:03:44 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-04 07:56:23 +0000 |
commit | 2faa6e6b9703f12bbbfc355241f99b46fdce0bbb (patch) | |
tree | debdd96f98907356beb7e89386c083619a257256 /requirements.txt | |
parent | 92fe1c430065310244cf33a726dc0d14505e1436 (diff) |
Initial commit of script
Add the script and the Dockerfile
Make the script pass pylint (one issue left)
Make Dockerfile from base ONAP image
Issue-ID: OOM-2418
Issue-ID: OOM-761
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ia93e3e85a16c764eca0c14af2dbe166117ea769a
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7102b1b --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +kubernetes==11.0.0 |