Skip to content

Commit

Permalink
test(IT): ensure meta-inf support is documented
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Oct 4, 2019
1 parent 399d961 commit da9c061
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
secrets:
meta-inf-support: (( grab meta-inf.status ))

name: bosh-deployment-sample

releases: [] # defined in a operators file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ secrets: # you may define temporary keys in this section, that will be pruned up

timeout: (( file secrets.path_to_my_file ))

meta-inf-support: (( grab meta-inf.status ))


Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
secrets:
meta-inf-support: (( grab meta-inf.status ))
resources:
- name: (( grab secrets.release-name ))
type: git
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
user_name: "(( grab secrets.openstack.username ))"
password: "(( grab secrets.openstack.password ))"
meta-inf-support: "(( grab meta-inf.status ))"
3 changes: 3 additions & 0 deletions docs/reference_dataset/template_repository/meta-inf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
meta-inf:
status: enabled
coa-version: latest

0 comments on commit da9c061

Please sign in to comment.