Folks,

I have a YAML application bundled in a jar file with associated resources, and that JAR is on the classpath of my Brooklyn installation. I can launch the app from the command line fine:

brooklyn launch \
  --app blueprints/my-app.yaml \
  --location my-location

Now I'm looking to add this app to the catalog of a resident Brooklyn server for deployment-on-demand by end users, but the top-level application has no Java class and all attempts to refer to the YAML resource instead have come to naught. Is there a way to do this?

[..]
<template type="blueprints/my-app.yaml" name="My YAML app">
    <description>...</description>
    <iconUrl>...</iconUrl>
</template>
> [..]

A.
--
Alasdair Hodge
Principal Engineer,
Cloudsoft Corporation

Reply via email to