diff options
author | Julien <zhang.jun3g@zte.com.cn> | 2017-09-12 00:02:33 +0800 |
---|---|---|
committer | Julien <zhang.jun3g@zte.com.cn> | 2017-09-12 00:03:28 +0800 |
commit | c795eab899e6a602d7d8009a4b5875019bd25a80 (patch) | |
tree | 93216237b6d49e09d5d41d5e6678dc215f9e3cec /docs/release | |
parent | 8d34f96fb1ed9bf34ad3da17048e1e29f71106ed (diff) |
Add PDF to document
Change-Id: Ib3d9f89b4556d91c2d7207eb109e18eafe6dfbd6
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/release-notes/lab-description/index.rst | 2 | ||||
-rw-r--r-- | docs/release/release-notes/lab-description/pdf.rst | 18 |
2 files changed, 19 insertions, 1 deletions
diff --git a/docs/release/release-notes/lab-description/index.rst b/docs/release/release-notes/lab-description/index.rst index 23b675ae..3782829f 100644 --- a/docs/release/release-notes/lab-description/index.rst +++ b/docs/release/release-notes/lab-description/index.rst @@ -24,4 +24,4 @@ readable inventory and network configuration files that follow common format. ./lab_description.rst ./pod_description.rst - ./inventory.rst + ./pdf.rst diff --git a/docs/release/release-notes/lab-description/pdf.rst b/docs/release/release-notes/lab-description/pdf.rst new file mode 100644 index 00000000..4f53edb3 --- /dev/null +++ b/docs/release/release-notes/lab-description/pdf.rst @@ -0,0 +1,18 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2016 OPNFV. + +******************** +Pod Description File +******************** + +The PDF(Pod Descrition File) provides template for POD's hardware information for all the +installers in yaml. The target is to use the same PDF file to deploy a POD by any installer with +any scenario it supports. It is the base of the dynamic CI , LaaS(Lab as a Service) and +SDF(Scenario Description File). + +Currently Jinja template is used to transfer the PDF to the specific installer's +template. PDF, Jinja template and the transfering tools are all stored in :ref:`securedlab`. +You can find the latest PDF template in +https://gerrit.opnfv.org/gerrit/#/c/38283/8/labs/lf/pod4.yaml. + |