GNM-183 Als PO möchte ich, dass die Anwendung / Entwicklung auf der QA-Plattform installert ist und weitergeführt wird, damit alle darauf zugreifen können
diff --git a/serviceConfig_QA.yml b/serviceConfig_QA.yml new file mode 100644 index 0000000..dbf46e7 --- /dev/null +++ b/serviceConfig_QA.yml
@@ -0,0 +1,25 @@ +servicesDistributionFileName: servicesDistributionQAServer.json + + +logging: + level: INFO + appenders: + - type: file + currentLogFilename: /opt/logs/mics-central-service.log + threshold: ALL + archive: true + archivedLogFilenamePattern: /opt/logs/mics-central-service-%d.log + archivedFileCount: 5 + timeZone: UTC + loggers: + org.eclipse.openk: DEBUG + org.eclipse.jetty.servlets: DEBUG + +server: + applicationConnectors: + - type: http + port: 9010 + adminConnectors: + - type: http + port: 9011 +
diff --git a/servicesDistributionQAServer.json b/servicesDistributionQAServer.json new file mode 100644 index 0000000..7f4036c --- /dev/null +++ b/servicesDistributionQAServer.json
@@ -0,0 +1,67 @@ +[ + { + "active": "true", + "clustername": "elogbook.openK", + "description": "elogbook service cluster for openKonsequenz", + "distributions": [ + { + "active": "true", + "name": "auth-n-auth.mics", + "protocol": "http", + "host": "169.50.13.154", + "urlPath": "/authNAuth", + "portApp": "9002", + "portHealth": "9003", + "description": "Authentication Service" + }, + { + "active": "true", + "name": "mics-central-service", + "protocol": "http", + "host": "169.50.13.154", + "urlPath": "/mics/central", + "portApp": "9010", + "portHealth": "9011", + "description": "Mics Central Service-Configures and dispatches different service clusters for different modules" + } + ] + }, + { + "active": "true", + "clustername": "openK", + "description": "service cluster for openKonsequenz", + "distributions": [ + { + "active": "true", + "name": "planned-grid-measures.openK", + "protocol": "http", + "host": "169.50.13.154", + "urlPath": "/mics/gridmeasures", + "portApp": "9050", + "portHealth": "9051", + "description": "Planned Grid Measures Backend" + }, + { + "active": "true", + "name": "authNauth.openK", + "protocol": "http", + "host": "169.50.13.154", + "urlPath": "/portal/rest/beservice", + "healthUrlPath": "/portal/rest/beservice", + "portApp": "8080", + "portHealth": "8080", + "description": "Auth&Auth-Modul" + }, + { + "active": "true", + "name": "mics-central-service", + "protocol": "http", + "host": "169.50.13.154", + "urlPath": "/mics/central", + "portApp": "9010", + "portHealth": "9011", + "description": "Mics Central Service-Configures and dispatches different service clusters for different modules" + } + ] + } +] \ No newline at end of file