Sign inSign up

figaf/irt

By figaf

Updated over 2 years ago

Figaf IRT application to monitor SAP PI/CPI/API management. PLEASE USE FIGAF/APP

Image
0

10K+

figaf/irt repository overview

This is a tool that allows you to manage your SAP PI/PO/CPI and API management solution in a central way.

It allows you to:
Monitoring and alerting
Change Tracking or Versioning, so you can link business requirements with a change
Testing
Transport
Document changes

Read more at https://figaf.com/devops

docker run --name figaf-irt -p 8089:8089 --env-file params.env -d figaf/irt:2108

Main environment varaibles:
IRT_CONTAINER_PORT - IRT port inside a docker container (default value: 8089)
IRT_DB_TYPE - database type (default value: postgresql). Supported types are postgresql, oracle, mssql
IRT_DB_HOST - database host name (default value: localhost)
IRT_DB_PORT - database port (default value: 5432)
IRT_DB_NAME - database name (default value: irt)
IRT_DB_USER - database username
IRT_DB_PASSWORD - database password
IRT_DB_JDBC_URL - plain JDBC url. This parameter has a priority over the IRT_DB_HOST, IRT_DB_PORT, IRT_DB_NAME parameters used for jdbc url building
IRT_DB_SSLMODE - ssl mode for postgresql (look here for details: https://jdbc.postgresql.org/documentation/head/ssl-client.html, + https://learn.microsoft.com/en-us/azure/postgresql/single-server/concepts-ssl-connection-security, default value: require)
ADDITIONAL_IRT_PARAMETERS - additional parameters in the format "--irt.<parameter-name>=value".

If you want to bind external folders (e.g. a folder with XSLT templates), you need to add a volume in the docker run command:
-v <path to your local folder with XSLT templates>:/pi-to-cpi-migration-templates.

If you want the tool to communicate via proxy, please follow this article: https://docs.docker.com/network/proxy/

To see how to setup the image in Azure check out https://figaf.com/running-figaf-devops-as-docker-in-azure/

Tag summary

Content type

Image

Digest

sha256:941ec91d3

Size

298.5 MB

Last updated

over 2 years ago

docker pull figaf/irt:2402.1-btp