Skip to content

Commit c95a54a

Browse files
committed
fix(workflows): enrolling servers in Nautobot as Planned
Follow the Ironic/Nautobot state mapping by enrolling servers into Nautobot at the Planned state instead of creating a new state called "enroll" inside of Nautobot.
1 parent 903100f commit c95a54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/understack-workflows/understack_workflows/nautobot_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
logger = setup_logger(__name__)
1313

14-
DEVICE_INITIAL_STATUS = "enroll"
14+
DEVICE_INITIAL_STATUS = "Planned"
1515
DEVICE_ROLE = "server"
1616
INTERFACE_TYPE = "25gbase-x-sfp28"
1717
BMC_INTERFACE_TYPE = "1000base-t"

0 commit comments

Comments
 (0)