From 63497c206a89f2341e81faad21e6f931954ac4d8 Mon Sep 17 00:00:00 2001 From: Victor Laza Date: Tue, 5 May 2015 10:25:59 +0300 Subject: Add template for lab details in pharos project JIRA: PHAROS-11 - Add template for lab details in docs/labs/templates/lab_details_template.rst Change-Id: I95e3414e0a48fcf0f702271286000506ffa92238 Signed-off-by: Victor Laza --- docs/labs/templates/lab_details_template.rst | 68 ++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 docs/labs/templates/lab_details_template.rst (limited to 'docs/labs') diff --git a/docs/labs/templates/lab_details_template.rst b/docs/labs/templates/lab_details_template.rst new file mode 100644 index 00000000..c99a96bc --- /dev/null +++ b/docs/labs/templates/lab_details_template.rst @@ -0,0 +1,68 @@ +Pharos Lab Details Template +============================ + +Hardware details +----------------- + +**General details** ++----------------+------------------+----------------------+-----------------------+------------------+-----------+-------------+----------------------------------------------+---------+ +| Hostname | Node type | HW model | Storage | CPU model | # Sockets | Memory [GB] | # NIC [MAC / IP / VLAN id] | BW | ++----------------+------------------+----------------------+-----------------------+------------------+-----------+-------------+----------------------------------------------+---------+ +| galileo | network | Dell R730 | 3 x 1TB (raid 5) | IntelE5-2690 v2 | 2 | 64 | 1 # 00:ae:ff:cc:dd:12 / 192.168.22.10 / 1003 | 10 Gbps | +| | | | | | | | 2 # 00:11:22:33:44:55 / 10.7.8.10 / 1 | 1 Gbps | ++----------------+------------------+----------------------+-----------------------+--------------+-----------+-------------+-------------------------------------------+------+---------+ + +**Lights-out** ++----------------+-------------------------------+------------------+---------------------+ +| Hostname | Lights-out address | Username | Password | +-----------------+-------------------------------+------------------+---------------------+ +| | | | | ++----------------+-------------------------------+------------------+---------------------+ + + +Software +--------- + +**OS** + + +**Pre-provisioned software** + + +Network +-------- + +**Subnet allocations** ++--------------+-------------------+-------------------+---------------+---------+ +| Net name | Address | Mask | Gateway | VLAN id | ++--------------+-------------------+-------------------+---------------+---------+ +| | | | | | ++--------------+-------------------+-------------------+---------------+---------+ + + +**Firewall rules** + + +**Diagrams** + +.. image:: images/_.png|.jpg + :alt: Name of the diagram + +Remote access infrastructure +----------------------------- + +**Explanations** + +**Diagrams** + +.. image:: images/_.png|.jpg + :alt: Name of the diagram + + +Documentation tracking +----------------------- + +Revision: _sha1_ + +Build date: _date_ + -- cgit 1.2.3-korg