-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcatalog.bom
More file actions
38 lines (35 loc) · 1.24 KB
/
catalog.bom
File metadata and controls
38 lines (35 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
brooklyn.catalog:
version: "2.6.0-SNAPSHOT" # BROOKLYN_ETCD_VERSION
items:
- classpath://io.brooklyn.etcd.brooklyn-etcd:etcd/etcd.bom
- id: etcd-cluster-template
name: "etcd-cluster"
iconUrl: classpath://io.brooklyn.etcd.brooklyn-etcd:icons/etcd.png
description: |
A cluster of etcd nodes.
itemType: template
item:
services:
- type: org.apache.brooklyn.entity.stock.BasicApplication
brooklyn.parameters:
# Duplicated parameters for UI visibility
- name: etcd.version
label: Etcd Version
description: |
The version of etcd to install
type: string
default: "3.2.7"
- name: etcd.client.port
label: Etcd Client Port
description: |
The client port Etcd will listen on
type: port
default: 2379
- name: etcd.cluster.name
label: Etcd Cluster Name
description: |
The name of the Etcd cluster
type: string
default: "brooklyn"
brooklyn.children:
- type: etcd-cluster