You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typically, unit IDs are set in a stacking configuration. But as stacking is not supported, this is the only way to set the Unit ID on the front panel's LED display. I'd like to be able to do this in terraform.
host_vars/os10_sw1.yaml
os10_system:
hostname: os10-sw1identifier: 1
host_vars/os10_sw2.yaml
os10_system:
hostname: os10-sw2identifier: 2
The text was updated successfully, but these errors were encountered:
SUMMARY
I would like the ability to set the Unit ID with terraform.
The CLI command is pretty simple:
system identifier system-id
Docs: https://www.dell.com/support/manuals/en-us/smartfabric-os10-emp-partner/smartfabric-os-user-guide-10-5-6/system-identifier?guid=guid-4584e84b-c5c5-4625-9cbd-9d816d1528e0&lang=en-us
ISSUE TYPE
COMPONENT NAME
I suspect this would live quite nicely in the
os10_system
role.ADDITIONAL INFORMATION
Typically, unit IDs are set in a stacking configuration. But as stacking is not supported, this is the only way to set the Unit ID on the front panel's LED display. I'd like to be able to do this in terraform.
host_vars/os10_sw1.yaml
host_vars/os10_sw2.yaml
The text was updated successfully, but these errors were encountered: