Update requirements of OpenStack noheat deployment 00/123000/2
authorMaciej Wereski <m.wereski@partner.samsung.com>
Tue, 29 Jun 2021 15:26:31 +0000 (15:26 +0000)
committermrichomme <morgan.richomme@orange.com>
Mon, 23 Aug 2021 10:02:09 +0000 (12:02 +0200)
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>
deployment/noheat/README.rst
deployment/noheat/requirements.txt [new file with mode: 0644]
docs/docs_StndDefined_Events_Collection_Mechanism.rst

index f3c7fb8..da66516 100644 (file)
@@ -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 (file)
index 0000000..dfa66f7
--- /dev/null
@@ -0,0 +1,3 @@
+wheel==0.36.2
+openstacksdk==0.58.0
+ansible==2.9.24
index fd20271..aecc566 100644 (file)
@@ -31,7 +31,7 @@ and providing them for consumption by analytics applications running on top of D
 How to Configure VES Collector
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-By default config maps containing schema files are defined in the `OOM <https://gerrit.onap.org/r/gitweb?p=oom.git;a=tree;f=kubernetes/dcaegen2/resources/external>`_ repository and installed with dcaegen2 module.
+By default config maps containing schema files are defined in the `OOM <https://github.com/onap/oom/tree/honolulu/kubernetes/dcaegen2/resources/external>`_ repository and installed with dcaegen2 module.
 In Honolulu release in OOM are used schema files from https://forge.3gpp.org/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/.
 The newest schema files can be found in https://forge.3gpp.org/rep/sa5/MnS/tree/Rel-16-SA-91/OpenAPI
 If for production/test purpose are required different or newest schema files please follow procedure for `config map update <https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/configuration.html#config-maps>`_.