Skip to content

Commit

Permalink
add new fields to server
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Jun 2, 2024
1 parent 0f78135 commit 78f2966
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/add_vendor.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,20 @@ def inventory_servers(vendor):
# "cpu_manufacturer": None,
# "cpu_family": None,
# "cpu_model": None,
# "cpu_l1_cache: None,
# "cpu_l2_cache: None,
# "cpu_l3_cache: None,
# "cpu_flags: [],
# "cpus": [],
# "memory_amount": ,
# "memory_generation": None,
# "memory_speed": None,
# "memory_ecc": None,
# "gpu_count": 0,
# "gpu_memory_min": None,
# "gpu_memory_total": None,
# "gpu_manufacturer": None,
# "gpu_family": None,
# "gpu_model": None,
# "gpus": [],
# "storage_size": 0,
Expand Down

0 comments on commit 78f2966

Please sign in to comment.