FILE IMPORT PROBLEM #12649
Unanswered
22Jean-Paul
asked this question in
Q&A
FILE IMPORT PROBLEM
#12649
Replies: 1 comment 2 replies
-
You first need to create a manufacturer called "HPE" in your database. (Or if you already have one, let's say called "HP", then change "HPE" to "HP" in the yaml) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Netbox Community,
I receive this error message when I submit a yaml file corresponding to a device type that I find in the Netbox online library.
"Record 1 Manufacturer: Select a valid choice. This choice is not one of the available choices."
Its content is:
{
"manufacturer": "HPE",
"model": "ProLiant DL580 Gen10",
"slug": "hpe-proliant-dl580-gen10",
"u_height": 4,
"is_full_depth": true,
"console-ports": [
{
"name": "Serial",
"type": "de-9"
},
{
"name": "VGA",
"type": "other"
}
],
"module-bays": [
{
"name": "PSU1",
"position": "PSU1"
},
{
"name": "PSU2",
"position": "PSU2"
},
{
"name": "PSU3",
"position": "PSU3"
},
{
"name": "PSU4",
"position": "PSU4"
},
{
"name": "FlexLOM",
"position": "FlexLOM"
},
{
"name": "PCIe1",
"position": "PCIe1",
"label": "primary riser"
},
{
"name": "PCIe2",
"position": "PCIe2",
"label": "primary riser"
},
{
"name": "PCIe3",
"position": "PCIe3",
"label": "primary riser"
},
{
"name": "PCIe4",
"position": "PCIe4",
"label": "primary riser"
},
{
"name": "PCIe5",
"position": "PCIe5",
"label": "primary riser"
},
{
"name": "PCIe6",
"position": "PCIe6",
"label": "primary riser"
},
{
"name": "PCIe7",
"position": "PCIe7",
"label": "primary riser"
},
{
"name": "PCIe8",
"position": "PCIe8",
"label": "secondary riser"
},
{
"name": "PCIe9",
"position": "PCIe9",
"label": "secondary riser"
},
{
"name": "PCIe10",
"position": "PCIe10",
"label": "secondary riser"
},
{
"name": "PCIe11",
"position": "PCIe11",
"label": "secondary riser"
},
{
"name": "PCIe12",
"position": "PCIe12",
"label": "secondary riser"
},
{
"name": "PCIe13",
"position": "PCIe13",
"label": "secondary riser"
},
{
"name": "PCIe14",
"position": "PCIe14",
"label": "secondary riser"
},
{
"name": "PCIe15",
"position": "PCIe15",
"label": "tertiary riser"
},
{
"name": "PCIe16",
"position": "PCIe16",
"label": "tertiary riser"
}
],
"interfaces": [
{
"name": "iLO",
"type": "1000base-t",
"mgmt_only": true
}
]
}
How can the file be uploaded?
NetBox v3.4.6
Beta Was this translation helpful? Give feedback.
All reactions