You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Duncan Godwin (JIRA)" <ji...@apache.org> on 2016/04/05 17:05:25 UTC

[jira] [Updated] (BROOKLYN-248) Incorrect name in derived locations

     [ https://issues.apache.org/jira/browse/BROOKLYN-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duncan Godwin updated BROOKLYN-248:
-----------------------------------
    Description: 
The following location displays "Test Location 1" for both "Test Location 1" and "Test Location 2"

{code:yaml}
brooklyn.catalog:
  version: 0.2.0
  items:
  - id: test-location-1
    name: "Test Location 1"
    itemType: location
    item:
      type: byon:(hosts="10.10.10.102")
      brooklyn.config:
        displayName: testingdisplayName
        user: testinguser
        password: testingpassword
        privateKeyFile: testingprivateKeyFile
        privateKeyPassphrase: testingprivateKeyPassphrase

  - id: test-location-2
    name: "Test Location 2"
    itemType: location
    item:
      type: test-location-1
      brooklyn.config:
        displayName: testingdisplayName2
        user: testinguser2
{code}

  was:
The following location displays "Test Location 1" for both "Test Location 1" and "Test Location 2"

```
brooklyn.catalog:
  version: 0.2.0
  items:
  - id: test-location-1
    name: "Test Location 1"
    itemType: location
    item:
      type: byon:(hosts="10.10.10.102")
      brooklyn.config:
        displayName: testingdisplayName
        user: testinguser
        password: testingpassword
        privateKeyFile: testingprivateKeyFile
        privateKeyPassphrase: testingprivateKeyPassphrase

  - id: test-location-2
    name: "Test Location 2"
    itemType: location
    item:
      type: test-location-1
      brooklyn.config:
        displayName: testingdisplayName2
        user: testinguser2
```


> Incorrect name in derived locations
> -----------------------------------
>
>                 Key: BROOKLYN-248
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-248
>             Project: Brooklyn
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>         Environment: OSX
>            Reporter: Duncan Godwin
>
> The following location displays "Test Location 1" for both "Test Location 1" and "Test Location 2"
> {code:yaml}
> brooklyn.catalog:
>   version: 0.2.0
>   items:
>   - id: test-location-1
>     name: "Test Location 1"
>     itemType: location
>     item:
>       type: byon:(hosts="10.10.10.102")
>       brooklyn.config:
>         displayName: testingdisplayName
>         user: testinguser
>         password: testingpassword
>         privateKeyFile: testingprivateKeyFile
>         privateKeyPassphrase: testingprivateKeyPassphrase
>   - id: test-location-2
>     name: "Test Location 2"
>     itemType: location
>     item:
>       type: test-location-1
>       brooklyn.config:
>         displayName: testingdisplayName2
>         user: testinguser2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)