OpenLDAP Infrastructure

Contact Information

OpenLDAP Servers

JSON table that looks great in GitLab, but not in S4

{
  "fields": [
    {"key": "name", "label": "Name", "sortable": true}, 
    {"key": "ipv4", "label": "IPv4", "sortable": true}, 
    {"key": "ipv6", "label": "IPv6", "sortable": true}, 
    {"key": "os", "label": "OS", "sortable": true}, 
    {"key": "role", "label": "Role", "sortable": true}, 
    {"key": "tier", "label": "Tier", "sortable": true }, 
    {"key": "hardware", "label": "Hardware", "sortable": true} 
],
  "items": [
    { "name": "bee.nis.vt.edu", "ipv4": "198.82.169.87", "ipv6": "2001:468:c80:210f:0:154:f38d:8e73", "os": "Alma Linux 9", "role": "consumer", "tier": "prod", "hardware": "virtual" },
    { "name": "cicada.nis.vt.edu", "ipv4": "198.82.169.19", "ipv6": "2001:468:c80:210f:0:124:a9be:cdce", "os": "Alma Linux 9", "role": "consumer", "tier": "pprd", "hardware": "virtual" },
    { "name": "conehead.nis.vt.edu", "ipv4": "198.82.169.90", "ipv6": "2001:468:c80:210f:0:165:9b7d:7dcb", "os": "Alma Linux 9", "role": "consumer", "tier": "prod", "hardware": "physical" },
    { "name": "cricket.nis.vt.edu", "ipv4": "198.82.169.55", "ipv6": "2001:468:c80:210f:0:10a:4153:c230", "os": "Alma Linux 9", "role": "provider", "tier": "prod", "hardware": "virtual" },
    { "name": "froghopper.nis.vt.edu", "ipv4": "198.82.169.90", "ipv6": "2001:468:c80:210f:0:18a:bb:8ce2", "os": "Alma Linux 9", "role": "consumer", "tier": "prod", "hardware": "virtual" },
    { "name": "gnat.nis.vt.edu", "ipv4": "198.82.169.56", "ipv6": "2001:468:c80:210f:0:10c:3728:4514", "os": "Alma Linux 9", "role": "consumer", "tier": "dev", "hardware": "virtual" },
    { "name": "grub.nis.vt.edu", "ipv4": "198.82.247.107", "ipv6": "2001:468:c80:6101:0:19b:215c:e6df", "os": "Alma Linux 9", "role": "consumer", "tier": "prod", "hardware": "physical" },
    { "name": "hornet.nis.vt.edu", "ipv4": "198.82.169.67", "ipv6": "2001:468:c80:210f:0:1e4:a709:3216", "os": "Alma Linux 9", "role": "provider", "tier": "pprd", "hardware": "virtual" },
    { "name": "midge.nis.vt.edu", "ipv4": "198.82.169.15", "ipv6": "2001:468:c80:210f:0:1f4:a62c:991c", "os": "Alma Linux 9", "role": "consumer", "tier": "prod", "hardware": "virtual" },
    { "name": "owlfly.nis.vt.edu", "ipv4": "198.82.169.47", "ipv6": "2001:468:c80:210f:0:1ad:4e6c:98b9", "os": "Alma Linux 9", "role": "provider", "tier": "dev", "hardware": "virtual" },
    { "name": "cranefly.nis.vt.edu", "ipv4": "198.82.247.75", "ipv6": "2001:468:c80:4101:0:1de:e360:f57e", "os": "Alma Linux 9", "role": "consumer", "tier": "prod", "hardware": "physical" }
  ],
  "filter": true
}

HTML table for S4

Name IPv4 IPv6 OS Role Tier Hardware
bee.nis.vt.edu 198.82.169.87 2001:468:c80:210f:0:154:f38d:8e73 Alma Linux 9 consumer prod virtual
cicada.nis.vt.edu 198.82.169.19 2001:468:c80:210f:0:124:a9be:cdce Alma Linux 9 consumer pprd virtual
conehead.nis.vt.edu 198.82.169.90 2001:468:c80:210f:0:165:9b7d:7dcb Alma Linux 9 consumer prod physical
cricket.nis.vt.edu 198.82.169.55 2001:468:c80:210f:0:10a:4153:c230 Alma Linux 9 provider prod virtual
froghopper.nis.vt.edu 198.82.169.90 2001:468:c80:210f:0:18a:bb:8ce2 Alma Linux 9 consumer prod virtual
gnat.nis.vt.edu 198.82.169.56 2001:468:c80:210f:0:10c:3728:4514 Alma Linux 9 consumer dev virtual
grub.nis.vt.edu 198.82.247.107 2001:468:c80:6101:0:19b:215c:e6df Alma Linux 9 consumer prod physical
hornet.nis.vt.edu 198.82.169.67 2001:468:c80:210f:0:1e4:a709:3216 Alma Linux 9 provider pprd virtual
midge.nis.vt.edu 198.82.169.15 2001:468:c80:210f:0:1f4:a62c:991c Alma Linux 9 consumer prod virtual
owlfly.nis.vt.edu 198.82.169.47 2001:468:c80:210f:0:1ad:4e6c:98b9 Alma Linux 9 provider dev virtual
cranefly.nis.vt.edu 198.82.247.75 2001:468:c80:4101:0:1de:e360:f57e Alma Linux 9 consumer prod physical