aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2021-06-29 15:26:31 +0000
committermrichomme <morgan.richomme@orange.com>2021-08-23 12:02:09 +0200
commitf85754bbceb4aac3609038e2d13316625f08b63e (patch)
tree891ca5f22ed0f7392f445a59797255ec1cc57399 /deployment
parentb698cdeb43dc8c45c20aed10a6b2e2773d9c726b (diff)
Update requirements of OpenStack noheat deployment
Python dependencies are now tracked in requirements.txt file. Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I47bbec6ad3e7b9e9fa3ec569d44605b803ac8271 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'deployment')
-rw-r--r--deployment/noheat/README.rst13
-rw-r--r--deployment/noheat/requirements.txt3
2 files changed, 9 insertions, 7 deletions
diff --git a/deployment/noheat/README.rst b/deployment/noheat/README.rst
index f3c7fb8e4..da665168d 100644
--- a/deployment/noheat/README.rst
+++ b/deployment/noheat/README.rst
@@ -24,16 +24,15 @@ Configuration
Dependencies
~~~~~~~~~~~~
-- Ansible: tested on 2.9.9 (using Python 3.5.2)
+- Required python packages (including Ansible) can be found in ``requirements.txt`` pip file.
+ Tested on Python 3.6.9.
+- Ansible:
- Collections
- - community.crypto: tested on 1.3.0
- - ansible.posix: tested on 1.1.1
+ - community.crypto: tested on 1.7.1
+ - ansible.posix: tested on 1.2.0
+ - openstack.cloud: tested on 1.5.0
- Roles
- geerlingguy.ansible: tested on 2.1.0
-- openstacksdk_: tested on 0.46.0 (using Python 3.5.2)
-
-.. _openstacksdk: https://pypi.org/project/openstacksdk
-
Expected output
---------------
diff --git a/deployment/noheat/requirements.txt b/deployment/noheat/requirements.txt
new file mode 100644
index 000000000..dfa66f7f6
--- /dev/null
+++ b/deployment/noheat/requirements.txt
@@ -0,0 +1,3 @@
+wheel==0.36.2
+openstacksdk==0.58.0
+ansible==2.9.24