Sha256: 77dca819de9d014842bc04131497d343880be9cf5e4d4e4166fab1db9474aab6

Contents?: true

Size: 1.24 KB

Versions: 49

Compression:

Stored size: 1.24 KB

Contents

<ac:structured-macro ac:name="toc" ac:schema-version="1"/>
<table>
  <tbody>
    <tr>
      <th>Node</th>
      <th>Platform</th>
      <th>Host name</th>
      <th>IP</th>
      <th>Physical?</th>
      <th>OS</th>
      <th>Description</th>
      <th>Services</th>
    </tr>
    <% @nodes_handler.prefetch_metadata_of @nodes, %i[hostname host_ip physical image description services] %>
    <% @nodes.sort.each do |node| %>
      <tr style="vertical-align: middle;">
        <td><strong><%= node %></strong></td>
        <td><%= @platforms_handler.known_platforms.find { |platform| platform.known_nodes.include?(node) }&.name %></td>
        <td><%= @nodes_handler.get_hostname_of(node) %></td>
        <td><%= @nodes_handler.get_host_ip_of(node) %></td>
        <td><%= @nodes_handler.get_physical_of(node) ? 'Yes' : 'No' %></td>
        <td><%= @nodes_handler.get_image_of node %></td>
        <td><%= @nodes_handler.get_description_of node %></td>
        <td><%= (@nodes_handler.get_services_of(node) || []).sort.join(', ') %></td>
      </tr>
    <% end %>
  </tbody>
</table>
<p>
  <br/>
  Generated at <%= Time.now.utc.strftime('%F %T') %> UTC by <a href="https://github.com/sweet-delights/hybrid-platforms-conductor">Hybrid Platforms Conductor</a>.
  <br/>
</p>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.9.5 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.9.4 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.9.2 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.9.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.9.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.8.4 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.8.3 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.8.2 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.8.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.8.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.7.4 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.7.3 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.7.2 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.7.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.7.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.6.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.5.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.5.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.4.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-33.3.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb