Sha256: 7cc7da75c28c08194818576b36a76e094ce578bed44eacbb7bc660a1827eabae

Contents?: true

Size: 1.27 KB

Versions: 18

Compression:

Stored size: 1.27 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://www.site.my_company.net/git/projects/PROJECTrepos/hybrid_platforms_conductor/browse">Hybrid Platforms Conductor</a>.
  <br/>
</p>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-32.11.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.11.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.10.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.9.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.9.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.8.2 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.8.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.8.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.7.3 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.7.2 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.7.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.7.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.6.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.5.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.4.2 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.4.1 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.4.0 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb
hybrid_platforms_conductor-32.3.6 lib/hybrid_platforms_conductor/hpc_plugins/report/templates/confluence_inventory.html.erb