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

Promote OMAG server to Technical Preview #7866

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# OMAG Server Chassis Spring

![egeria-content-status-in-development.png](..%2F..%2F..%2Fimages%2Fegeria-content-status-in-development.png)
![egeria-content-status-tech-preview.png](..%2F..%2F..%2Fimages%2Fegeria-content-status-tech-preview.png)

This module provides spring-boot based application that is able to launch single pre-configured OMAG server instance.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the ODPi Egeria project.

logging.level.root=error
logging.level.org.odpi.openmetadata=error
logging.level.org.odpi.openmetadata.frameworks.auditlog=info
logging.level.org.odpi.openmetadata.serverchassis.springboot.config=debug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
omag:
# server-config-file: classpath:samples/metadata-repository-server.json
# server-config-file: classpath:samples/metadata-repository-server.yaml
server-config-file: classpath:samples/metadata-repository-server.yml
server-config-file: classpath:samples/cohort-metadata-access-server.yaml
server-config:
localServerName: cocoMDS1
localServerUserId: OMAGServer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"accessServiceWiki": "https://egeria-project.org/services/omas/asset-catalog/overview/",
"accessServiceOperationalStatus": "ENABLED",
"accessServiceOptions": {
"SupportedZones": [],
"DefaultZones": [],
"SupportedTypesForSearch": [
"RelationalTable",
"TabularColumn",
Expand All @@ -47,24 +45,7 @@
"accessServiceURLMarker": "asset-manager",
"accessServiceDescription": "Manage metadata from a third party asset manager",
"accessServiceWiki": "https://egeria-project.org/services/omas/asset-manager/overview/",
"accessServiceOperationalStatus": "ENABLED",
"accessServiceOptions": {
"SupportedZones": [],
"DefaultZones": [],
"SupportedTypesForSearch": [
"RelationalTable",
"TabularColumn",
"TabularFileColumn",
"RelationalColumn",
"GlossaryTerm",
"GlossaryCategory",
"Process",
"DataFile",
"Asset",
"Application",
"SoftwareServerCapability"
]
}
"accessServiceOperationalStatus": "ENABLED"
},
{
"class": "AccessServiceConfig",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
class: OMAGServerConfig
localServerName: cocoMDS1
localServerUserId: OMAGServer
maxPageSize: 1000
accessServicesConfig:
- class: AccessServiceConfig
accessServiceAdminClass: org.odpi.openmetadata.accessservices.assetcatalog.admin.AssetCatalogAdmin
accessServiceName: Asset Catalog
accessServiceOperationalStatus: ENABLED
accessServiceOptions:
SupportedTypesForSearch:
- RelationalTable
- TabularColumn
- TabularFileColumn
- RelationalColumn
- GlossaryTerm
- GlossaryCategory
- Process
- DataFile
- Asset
- Application
- SoftwareServerCapability
- class: AccessServiceConfig
accessServiceAdminClass: org.odpi.openmetadata.accessservices.assetmanager.admin.AssetManagerAdmin
accessServiceName: Asset Manager
accessServiceOperationalStatus: ENABLED
- class: AccessServiceConfig
accessServiceAdminClass: org.odpi.openmetadata.accessservices.datamanager.admin.DataManagerAdmin
accessServiceName: Data Manager
accessServiceOperationalStatus: ENABLED
repositoryServicesConfig:
class: RepositoryServicesConfig
auditLogConnections:
- class: Connection
connectorType:
class: ConnectorType
connectorProviderClassName: org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console.ConsoleAuditLogStoreProvider
configurationProperties:
supportedSeverities:
- Information
- Startup
- Shutdown
localRepositoryConfig:
class: LocalRepositoryConfig
metadataCollectionId: 838005fc-e09f-4688-af89-58254a155cc6
localRepositoryLocalConnection:
class: Connection
connectorType:
class: ConnectorType
connectorProviderClassName: org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSRepositoryConnectorProvider
localRepositoryRemoteConnection:
class: Connection
connectorType:
class: ConnectorType
connectorProviderClassName: org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTRepositoryConnectorProvider
endpoint:
class: Endpoint
address: https://localhost:9443/servers/cocoMDS1
eventsToSaveRule: ALL
eventsToSendRule: ALL
enterpriseAccessConfig:
class: EnterpriseAccessConfig
enterpriseMetadataCollectionId: df77a8e6-ef88-48a6-9462-ce5e9697c347
enterpriseOMRSTopicConnection:
class: VirtualConnection
connectorType:
class: ConnectorType
connectorProviderClassName: org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicProvider
embeddedConnections:
- class: EmbeddedConnection
embeddedConnection:
class: Connection
connectorType:
class: ConnectorType
connectorProviderClassName: org.odpi.openmetadata.adapters.eventbus.topic.inmemory.InMemoryOpenMetadataTopicProvider
endpoint:
class: Endpoint
address: cocoMDS1.openmetadata.repositoryservices.enterprise.cocoMDS1.OMRSTopic
configurationProperties:
local.server.id: 996892b6-7299-4046-8928-b6687a7818ee
enterpriseOMRSTopicProtocolVersion: V1