diff options
-rw-r--r-- | docs/labs/templates/lab_details_template.rst | 68 |
1 files changed, 68 insertions, 0 deletions
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/<lab-name>_<diagram-name>.png|.jpg + :alt: Name of the diagram + +Remote access infrastructure +----------------------------- + +**Explanations** + +**Diagrams** + +.. image:: images/<lab-name>_<diagram-name>.png|.jpg + :alt: Name of the diagram + + +Documentation tracking +----------------------- + +Revision: _sha1_ + +Build date: _date_ + |