diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-13 17:56:38 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-13 17:56:47 +0000 |
commit | f82a6c40fddab065f90030e1d3def9662ac50b9a (patch) | |
tree | 3035b4ebba3c68b38480af894e149d536e050ae2 /docs/sections/blueprints | |
parent | 30c453e3bfa40414c1c1951fef2b97dc52ee7dae (diff) |
Add blueprint doc example
Issue-Id: DCAEGEN2-128
Change-Id: I214e0f560050a49affb378ca08f3f6100623eaec
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'docs/sections/blueprints')
-rw-r--r-- | docs/sections/blueprints/example.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/sections/blueprints/example.rst b/docs/sections/blueprints/example.rst new file mode 100644 index 00000000..47e52fdb --- /dev/null +++ b/docs/sections/blueprints/example.rst @@ -0,0 +1,19 @@ += My BluePrint Name + +Overview of my blueprint and the part it plays in DCAE. + +== Blue print files + +List where we can find the blueprints + +== Parameters + +The input parameters needed for running the blueprint + +== How to run + +Cfy command for running the blueprint + +== Addiional information + +Any additional information that help other people understanding and using yor blueprint |