Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Governance Server OMAS #8042

Merged
merged 3 commits into from
Feb 11, 2024
Merged

Add Governance Server OMAS #8042

merged 3 commits into from
Feb 11, 2024

Conversation

mandy-chessell
Copy link
Contributor

Description

This pull request adds a new service called Governance Server OMAS responsible for supplying the Integration Daemon and Engine Host with configuration.

The Governance Engine OMAS now supplied REST APIs and Watchdog events to running Governance Action Services. This is the split of responsibility between the two services:

image

Related Issue(s)

There is also a fix to the Governance Browser OMVS where some parameters were reversed on the findGlossaryTerms and findGlossaryCategories methods.

Testing

Basic regression testing on the configuration sharing.

Release Notes & Documentation

Associated PR in progress.

Additional notes

Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell mandy-chessell merged commit 2aa3f21 into odpi:main Feb 11, 2024
4 checks passed
String governanceRequestType,
String serviceRequestType,
Map<String, String> defaultAnalysisParameters,
List<String> serviceSupportedZones) throws InvalidParameterException,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'serviceSupportedZones' is never used.
String qualifiedName,
String displayName,
String description,
List<String> serviceSupportedZones) throws InvalidParameterException,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'serviceSupportedZones' is never used.
Comment on lines +117 to +118
"This is part of the normal shutdown of the service. No action is required if this is service" +
"shutdown was intentional."),

Check notice

Code scanning / CodeQL

Missing space in string literal Note

This string appears to be missing a space after 'service'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant