Move installer adapters to the new modules directory
[releng.git] / modules / README.rst
diff --git a/modules/README.rst b/modules/README.rst
new file mode 100644 (file)
index 0000000..7c91eca
--- /dev/null
@@ -0,0 +1,12 @@
+
+This directory may be used to add new tools that might be useful for any
+project in OPNFV. This tools must be python based and shall be imported
+as follows:
+
+  from opnfv.utils import SSHUtils
+  from opnfv.utils import RelengLogger
+  ...
+
+For further information about how to use this modules directory, contact:
+  fatih.degirmenci@ericsson.com
+  jose.lausuch@ericsson.com