This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git
The following commit(s) were added to refs/heads/master by this push:
new d158859 add workflow software process to catalog
d158859 is described below
commit d158859aa46d4a8af7da66d17784b3f4475fa13a
Author: Alex Heneveld <[email protected]>
AuthorDate: Sat Oct 22 01:02:17 2022 +0100
add workflow software process to catalog
---
.../resources/catalog/catalog-brooklyn-software-base.bom | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/karaf/features/src/main/filtered-resources/resources/catalog/catalog-brooklyn-software-base.bom
b/karaf/features/src/main/filtered-resources/resources/catalog/catalog-brooklyn-software-base.bom
index 611f9af..7c0af09 100644
---
a/karaf/features/src/main/filtered-resources/resources/catalog/catalog-brooklyn-software-base.bom
+++
b/karaf/features/src/main/filtered-resources/resources/catalog/catalog-brooklyn-software-base.bom
@@ -51,6 +51,11 @@ brooklyn.catalog:
type: org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
name: Vanilla Windows Process
description: A basic Windows entity configured with scripts, e.g. for
launch, check-running and stop
+ - id: org.apache.brooklyn.entity.software.base.WorkflowSoftwareProcess
+ item:
+ type: org.apache.brooklyn.entity.software.base.WorkflowSoftwareProcess
+ name: Workflow Software Process
+ description: A base entity for SSH-based machines expecting workflow
to define how to start and stop
- id: org.apache.brooklyn.entity.java.VanillaJavaApp
item:
type: org.apache.brooklyn.entity.java.VanillaJavaApp