mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Remove port numbers
This commit is contained in:
parent
c47addedc5
commit
5d24cbffec
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ var pduCollectCmd = &cobra.Command{
|
|||
mockPayload := PayloadForSMD{
|
||||
ID: "x9999m0",
|
||||
Type: "CabinetPDUController",
|
||||
FQDN: "x9999m0-rts.mock:8083",
|
||||
Hostname: "x9999m0-rts.mock:8083",
|
||||
FQDN: "x9999m0-rts.mock",
|
||||
Hostname: "x9999m0-rts.mock",
|
||||
Enabled: true,
|
||||
RediscoverOnUpdate: false,
|
||||
PDUInventory: PDUInventoryForSMD{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue