This project will fetch all the necessary information from Trinity tools and present it in the On Demand Dashboard as a separate application.
This project requires python3.10 and the python modules listed in the requirements.txt file in each submodule.
pip install -r requirements.txt
In order to fully integrate this app inside OOD the following steps are required:
- Install
python3andpython3-pip - Clone the repository to
/tmp/ - Add required things to
/var/www/ood/apps/sys/. Examplecp -r /tmp/trinityx-ood/bmcsetup /var/www/ood/apps/sys/ - Install the python modules located inside
requirements.txtin each module.