{{ define "main" }}

{{ .Params.data.name }} {{ with .Params.data.functional_name }} / {{ . }} {{ end }}


{{ .Params.data.description }} / {{ .Params.data.os_family }} / Fabric: {{ .Params.data.fabric }} / Network Zones: {{ .Params.data.network_zones }} / {{ .Params.data.legacyintent_domain }} / {{ .Params.data.status }} / {{ .Params.data.location }} / {{ .Params.data.pool }}
Infra Intent
{{ with .Params.data.processes }}

Processes

{{ len . }} Processes

{{ end }}

Other

Device Type {{ .Params.data.device_type }}
{{ with .Params.data.profile }} Profile {{ .name }}
CPU Model {{ .cpu_model }}
Numa Profile
  • Numa Profile: {{ .numa_node_profile.name }}
  • {{ range .numa_node_profile.numa_nodes }}
  • Node {{ .node }}: {{ .cpu_cores }}
  • {{ end }}
    Disk Arrays
    {{ .arrays | jsonify (dict "prefix" " " "indent" " ") }}
    {{ end}} {{ with .Params.data.reserved_group }}
    Reserved Group {{ . }} {{ end }} {{ with .Params.data.build_type }}
    Build Type {{ . }} {{ end }} {{ with .Params.data.host_type }}
    Host Type {{ . }} {{ end }} {{ with .Params.data.legacyintent_system_profile }}
    DevOps1 Profile {{ . }} {{ end }}
    {{ with .Params.data.system_host_vars }}

    {{ . | jsonify (dict "indent" " ") }}
    {{ end }} {{ with .Params.data.deployment_method1_host_vars }}

    {{ . | jsonify (dict "indent" " ") }}
    {{ end }}

    {{ .Params.data.firmware_collection | jsonify (dict "indent" " ") }}

    {{ range .AlternativeOutputFormats }} {{ if eq .Name "json" }} View JSON Version

    {{ end }} {{ end }}
    {{ end }}