You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by grkvlt <gi...@git.apache.org> on 2016/07/03 11:43:43 UTC

[GitHub] brooklyn-docs pull request #82: Catalog format more consistent

Github user grkvlt commented on a diff in the pull request:

    https://github.com/apache/brooklyn-docs/pull/82#discussion_r69390018
  
    --- Diff: guide/ops/catalog/index.md ---
    @@ -160,14 +179,15 @@ and its implementation will be the Java class `org.apache.brooklyn.entity.nosql.
     ~~~ yaml
     brooklyn.catalog:
       id: datastore
    -  version: 1.0
    +  version: "1.0"
       itemType: template
       iconUrl: classpath://org/apache/brooklyn/entity/nosql/riak/riak.png
       name: Datastore (Riak)
       description: Riak is an open-source NoSQL key-value data store.
       item:
    -    type: org.apache.brooklyn.entity.nosql.riak.RiakNode
    -    name: Riak Node
    +    services:
    --- End diff --
    
    It's not made clear why templates use a `services` block but entities do not. Is this covered somewhere else?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---