algairim commented on PR #335:
URL: https://github.com/apache/brooklyn-ui/pull/335#issuecomment-1156160742
Covers both cases now, either importing a type into the catalog as a BOM and
then deploying it:
```
brooklyn.catalog:
version: "1.2.3"
itemType: entity
items:
- id: cluster
item:
type: cluster
brooklyn.config:
cluster.initial.size: 11
```
or application:
```
brooklyn.parameters:
- name: cluster.initial.size
default: 9
brooklyn.config:
cluster.initial.size: 11
services:
- type: cluster
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]