From 2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 26 Oct 2023 10:33:28 +0300 Subject: Removing project content and adding a note that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari --- src/templates/base/dashboard/pdf.yaml | 92 ----------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 src/templates/base/dashboard/pdf.yaml (limited to 'src/templates/base/dashboard/pdf.yaml') diff --git a/src/templates/base/dashboard/pdf.yaml b/src/templates/base/dashboard/pdf.yaml deleted file mode 100644 index c893919..0000000 --- a/src/templates/base/dashboard/pdf.yaml +++ /dev/null @@ -1,92 +0,0 @@ ---- -version: {{version|default:"1.0"}} -details: - contact: {{details.contact}} - lab: {{details.lab}} - link: {{details.link}} - location: {{details.location}} - pod_owner: {{details.owner}} - type: {{details.type}} -jumphost: - disks: - {% for disk in jumphost.disks %} - - disk_capacity: {{disk.capacity}} - disk_interface: {{disk.interface}} - disk_rotation: {{disk.rotation}} - disk_type: {{disk.type}} - name: {{disk.name}} - {% endfor %} - interfaces: - {% for interface in jumphost.interfaces %} - - features: {{interface.features}} - mac_address: {{interface.mac_address}} - name: {{interface.name}} - speed: {{interface.speed}} - {% endfor %} - name: {{jumphost.name}} - node: - arch: {{jumphost.node.arch}} - cores: {{jumphost.node.cores}} - cpu_cflags: {{jumphost.node.cpu_cflags}} - cpus: {{jumphost.node.cpus}} - memory: {{jumphost.node.memory}} - model: {{jumphost.node.model}} - type: {{jumphost.node.type}} - vendor: {{jumphost.node.vendor}} - os: {{jumphost.os}} - remote_management: - address: {{jumphost.remote.address}} - mac_address: {{jumphost.remote.mac_address}} - pass: {{jumphost.remote.pass}} - type: {{jumphost.remote.type}} - user: {{jumphost.remote.user}} - versions: - {% for version in jumphost.remote.versions %} - - {{version}} - {% endfor %} - remote_params: - pass: {{jumphost.remote.pass}} - type: {{jumphost.remote.type}} - user: {{jumphost.remote.user}} - versions: - {% for version in jumphost.remote.versions %} - - {{version}} - {% endfor %} -nodes: -{% for node in nodes %} -- disks: - {% for disk in node.disks %} - - disk_capacity: {{disk.capacity}} - disk_interface: {{disk.interface}} - disk_rotation: {{disk.rotation}} - disk_type: {{disk.type}} - name: {{disk.name}} - {% endfor %} - interfaces: - {% for interface in node.interfaces %} - - features: {{interface.features}} - mac_address: {{interface.mac_address}} - name: {{interface.name}} - speed: {{interface.speed}} - {% endfor %} - name: {{node.name}} - node: - arch: {{node.node.arch}} - cores: {{node.node.cores}} - cpu_cflags: {{node.node.cpu_cflags}} - cpus: {{node.node.cpus}} - memory: {{node.node.memory}} - model: {{node.node.model}} - type: {{node.node.type}} - vendor: {{node.node.vendor}} - remote_management: - address: {{node.remote.address}} - mac_address: {{node.remote.mac_address}} - pass: {{node.remote.pass}} - type: {{node.remote.type}} - user: {{node.remote.user}} - versions: - {% for version in node.remote.versions %} - - {{version}} - {% endfor %} -{% endfor %} -- cgit 1.2.3-korg