Skip to content

CMLDEV-1127: Introduce STARTING node state for nodes pending full activation#226

Merged
tmikuska merged 1 commit into
devfrom
CMLDEV-1127-introduce-starting-node-state-for-nodes-pending-full-activation
May 12, 2026
Merged

CMLDEV-1127: Introduce STARTING node state for nodes pending full activation#226
tmikuska merged 1 commit into
devfrom
CMLDEV-1127-introduce-starting-node-state-for-nodes-pending-full-activation

Conversation

@marpauli-cisco
Copy link
Copy Markdown
Collaborator

CMLDEV-1127: Introduce STARTING node state for nodes pending full activation

Summary

• Adds STARTING to the set of states considered “active” in Node.is_active(), so nodes waiting for full activation match server semantics and callers that filter on is_active().
• Single-commit change on top of the shared ancestor with dev; no API or dependency churn.

Changes

• Models: virl2_client/models/node.py (virl2_client/models/node.py) — active_states now {"STARTING", "STARTED", "QUEUED", "BOOTED"} for is_active().

@marpauli-cisco marpauli-cisco requested review from tmikuska and virlos May 12, 2026 10:59
@tmikuska tmikuska merged commit f17e6db into dev May 12, 2026
5 checks passed
@tmikuska tmikuska deleted the CMLDEV-1127-introduce-starting-node-state-for-nodes-pending-full-activation branch May 12, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants