mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -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{
|
mockPayload := PayloadForSMD{
|
||||||
ID: "x9999m0",
|
ID: "x9999m0",
|
||||||
Type: "CabinetPDUController",
|
Type: "CabinetPDUController",
|
||||||
FQDN: "x9999m0-rts.mock:8083",
|
FQDN: "x9999m0-rts.mock",
|
||||||
Hostname: "x9999m0-rts.mock:8083",
|
Hostname: "x9999m0-rts.mock",
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
RediscoverOnUpdate: false,
|
RediscoverOnUpdate: false,
|
||||||
PDUInventory: PDUInventoryForSMD{
|
PDUInventory: PDUInventoryForSMD{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue