Skip to content
Merged
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
78 changes: 26 additions & 52 deletions karaf/init/src/main/resources/catalog-classes.bom
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
brooklyn.catalog:
version: "0.10.0-SNAPSHOT" # BROOKLYN_VERSION
items:
- brooklyn.libraries:
- name: org.apache.brooklyn.core
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.core
- itemType: entity
items:
- id: org.apache.brooklyn.entity.group.QuarantineGroup
item:
Expand Down Expand Up @@ -63,10 +61,8 @@ brooklyn.catalog:
item:
type: org.apache.brooklyn.entity.group.DynamicFabric

- brooklyn.libraries:
- name: org.apache.brooklyn.policy
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
items:
# org.apache.brooklyn.policy
- items:
- id: org.apache.brooklyn.policy.ha.ConnectionFailureDetector
itemType: policy
item:
Expand Down Expand Up @@ -110,10 +106,8 @@ brooklyn.catalog:
name: Auto-scaler
description: Policy that is attached to a Resizable entity and dynamically

- brooklyn.libraries:
- name: org.apache.brooklyn.software-base
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-base
- itemType: entity
items:
- id: org.apache.brooklyn.entity.machine.MachineEntity
item:
Expand Down Expand Up @@ -167,10 +161,8 @@ brooklyn.catalog:
name: Server Pool
description: Creates a pre-allocated server pool, which other applications can deploy to

- brooklyn.libraries:
- name: org.apache.brooklyn.software-webapp
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-webapp
- itemType: entity
items:
- id: org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
item:
Expand Down Expand Up @@ -227,21 +219,17 @@ brooklyn.catalog:
name: Controlled Dynamic Web-app Cluster
description: A cluster of load-balanced web-apps, which can be dynamically re-sized

- brooklyn.libraries:
- name: org.apache.brooklyn.software-osgi
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-osgi
- itemType: entity
items:
- id: org.apache.brooklyn.entity.osgi.karaf.KarafContainer
item:
type: org.apache.brooklyn.entity.osgi.karaf.KarafContainer
name: Karaf
description: Apache Karaf is a small OSGi based runtime which provides a lightweight container onto which various components and applications can be deployed.

- brooklyn.libraries:
- name: org.apache.brooklyn.software-nosql
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-nosql
- itemType: entity
items:
- id: org.apache.brooklyn.entity.nosql.redis.RedisStore
item:
Expand Down Expand Up @@ -366,32 +354,26 @@ brooklyn.catalog:
item:
type: org.apache.brooklyn.entity.nosql.mongodb.sharding.CoLocatedMongoDBRouter

- brooklyn.libraries:
- name: org.apache.brooklyn.software-network
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-network
- itemType: entity
items:
- id: org.apache.brooklyn.entity.network.bind.BindDnsServer
description: BIND is an Internet Domain Name Server.
item:
type: org.apache.brooklyn.entity.network.bind.BindDnsServer
name: BIND

- brooklyn.libraries:
- name: org.apache.brooklyn.software-monitoring
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-monitoring
- itemType: entity
items:
- id: org.apache.brooklyn.entity.monitoring.monit.MonitNode
item:
type: org.apache.brooklyn.entity.monitoring.monit.MonitNode
name: Monit Node
description: Monit is a free open source utility for managing and monitoring, processes, programs, files, directories and filesystems on a UNIX system

- brooklyn.libraries:
- name: org.apache.brooklyn.software-messaging
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-messaging
- itemType: entity
items:
- id: org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
item:
Expand Down Expand Up @@ -452,10 +434,8 @@ brooklyn.catalog:
name: Storm Deployment
description: A Storm cluster. Apache Storm is a distributed realtime computation system.

- brooklyn.libraries:
- name: org.apache.brooklyn.software-database
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-database
- itemType: entity
items:
- id: org.apache.brooklyn.entity.database.crate.CrateNode
item:
Expand Down Expand Up @@ -484,32 +464,26 @@ brooklyn.catalog:
name: MariaDB Node
description: MariaDB is an open source relational database management system (RDBMS)

- brooklyn.libraries:
- name: org.apache.brooklyn.software-cm-salt
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-cm-salt
- itemType: entity
items:
- id: org.apache.brooklyn.entity.cm.salt.SaltEntity
item:
type: org.apache.brooklyn.entity.cm.salt.SaltEntity
name: SaltEntity
description: Software managed by Salt CM

- brooklyn.libraries:
- name: org.apache.brooklyn.software-cm-ansible
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.software-cm-ansible
- itemType: entity
items:
- id: org.apache.brooklyn.entity.cm.ansible.AnsibleEntity
item:
type: org.apache.brooklyn.entity.cm.ansible.AnsibleEntity
name: AnsibleEntity
description: Software managed by Ansible CM

- brooklyn.libraries:
- name: org.apache.brooklyn.test-framework
version: "0.10.0.SNAPSHOT" # BROOKLYN_VERSION
itemType: entity
# org.apache.brooklyn.test-framework
- itemType: entity
items:
- id: org.apache.brooklyn.test.framework.TestSshCommand
item:
Expand Down