You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Svetoslav Neykov (JIRA)" <ji...@apache.org> on 2017/04/20 13:17:04 UTC

[jira] [Created] (BROOKLYN-478) Unable to add preconfigured byon locations (no hosts)

Svetoslav Neykov created BROOKLYN-478:
-----------------------------------------

             Summary: Unable to add preconfigured byon locations (no hosts)
                 Key: BROOKLYN-478
                 URL: https://issues.apache.org/jira/browse/BROOKLYN-478
             Project: Brooklyn
          Issue Type: Bug
    Affects Versions: 0.10.0
            Reporter: Svetoslav Neykov


Trying to add an "abstract" byon location with shared config and then specify just the hosts in extending locations. When trying to add the bom:

{noformat}
brooklyn.catalog:
  version: "0.0.1-SNAPSHOT"
  itemType: location
  items:
  - id: networking-common
    item:
      type: byon
      brooklyn.config:
        user: broo
        privateKeyFile: ~/.ssh/broo
  - id: networking-lb-tier
    item:
      type: networking-common
      brooklyn.config:
        hosts:
        - 51.140.116.28
{noformat}

I get the following error:

{noformat}
Transformer for Brooklyn OASIS CAMP interpreter gave an error creating this plan: No class or resolver found for location type byon
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)