diff options
Diffstat (limited to 'docs/release/release-notes/lab-description')
-rw-r--r-- | docs/release/release-notes/lab-description/index.rst | 11 | ||||
-rw-r--r-- | docs/release/release-notes/lab-description/pdf.rst | 18 |
2 files changed, 27 insertions, 2 deletions
diff --git a/docs/release/release-notes/lab-description/index.rst b/docs/release/release-notes/lab-description/index.rst index 23b675ae..aed596e2 100644 --- a/docs/release/release-notes/lab-description/index.rst +++ b/docs/release/release-notes/lab-description/index.rst @@ -13,7 +13,14 @@ network topologies. Compute, network and storage specifications with network top required to help developers use lab resources efficiently while minimizing support needs. This also greatly assists with troubleshoting. It is the responsibility of the lab owner to keep individual lab documents updated and determine appropriate level of detail that is exposed publicly through -the Wiki or maintained in a secure Pharos repo with controlled access. +the Wiki or maintained in a secure Pharos repo +`securedlab <https://gerrit.opnfv.org/gerrit/#/admin/projects/securedlab>`_ with controlled access. +To avoid deplicated content, it is suggested to directly include the rst docs in the wiki. + +Before Danube release, securedlab is only opened for Infra WG committers and installer projects's +contributors. Since Euphrates release, it is opened for all the contributors of Pharos project, if +you are the owner of a community lab, please ask helpdesk to become a Pharos contributor in order +to submit your PDF to the securedlab repo. The goal of the Pharos Project is automation of resource provisioning. This requires machine readable inventory and network configuration files that follow common format. @@ -24,4 +31,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. + |