Skip to content

Commit 76a6e5e

Browse files
authored
Merge pull request #810 from rackerlabs/server-enroll-state
fix(workflows): enrolling servers in Nautobot as Planned
2 parents 7acd891 + c95a54a commit 76a6e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)