GitHub user bostko opened a pull request:
https://github.com/apache/brooklyn-server/pull/612
Brooklyn Camp syntax for adding tags to an entity spec
```yaml
services:
- type: BasicApplication
brooklyn.tags: [tag1, tag2]
```
`brooklyn.tags` adds NamedStringTag to an entity spec.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bostko/brooklyn-server yaml-tags
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/612.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #612
----
commit 36d669cb73c8dfbe8c59431e4d6509ace147b390
Author: Valentin Aitken <[email protected]>
Date: 2017-03-27T10:14:40Z
Brooklyn Camp syntax for adding tags to an entity spec
services:
- type: BasicApplication
brooklyn.tags: [tag1, tag2]
brooklyn.tags adds NamedStringTag to an entity spec.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---