Skip to content

Commit

Permalink
Updated all APB examples to list dependencies in their metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dymurray committed Jul 19, 2017
1 parent 9f50085 commit a57f68f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ LABEL "com.redhat.apb.version"="0.1.0"
LABEL "com.redhat.apb.spec"=\
"aWQ6IDU1YzUzYTVkLTY1YTYtNGMyNy04OGZjLWUwMjc0MTBiMTg4MgpuYW1lOiBoZWxsby13b3Js\
ZC1hcGIKaW1hZ2U6IGFuc2libGVwbGF5Ym9va2J1bmRsZS9oZWxsby13b3JsZC1hcGIKZGVzY3Jp\
cHRpb246ICJoZWxsby13b3JsZC1hcGIgZGVzY3JpcHRpb24iCmJpbmRhYmxlOiBmYWxzZQphc3lu\
Yzogb3B0aW9uYWwKcGFyYW1ldGVyczogW10K"
cHRpb246IGhlbGxvLXdvcmxkLWFwYiBkZXNjcmlwdGlvbgpiaW5kYWJsZTogRmFsc2UKYXN5bmM6\
IG9wdGlvbmFsCm1ldGFkYXRhOgogIGRpc3BsYXlOYW1lOiAKICBsb25nRGVzY3JpcHRpb246IAog\
IGltYWdlVXJsOiAKICBkb2N1bWVudGF0aW9uVXJsOiAKICBkZXBlbmRlbmNpZXM6CiAgICAtIGRv\
Y2tlci5pby9hbnNpYmxlcGxheWJvb2tidW5kbGUvaGVsbG8td29ybGQ6bGF0ZXN0CiAgICAKcGFy\
YW1ldGVyczogW10KICAKcmVxdWlyZWQ6IFtdCiAg"


ADD playbooks /opt/apb/actions
Expand Down
15 changes: 13 additions & 2 deletions apb.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
id: 55c53a5d-65a6-4c27-88fc-e027410b1882
name: hello-world-apb
image: ansibleplaybookbundle/hello-world-apb
description: "hello-world-apb description"
bindable: false
description: hello-world-apb description
bindable: False
async: optional
metadata:
displayName:
longDescription:
imageUrl:
documentationUrl:
dependencies:
- docker.io/ansibleplaybookbundle/hello-world:latest

parameters: []

required: []

0 comments on commit a57f68f

Please sign in to comment.