Skip to content

add note about idempotency in ims_create_vlans and ims_remove_vlans#116

Open
gertvdw wants to merge 1 commit into
mainfrom
62-idempotency
Open

add note about idempotency in ims_create_vlans and ims_remove_vlans#116
gertvdw wants to merge 1 commit into
mainfrom
62-idempotency

Conversation

@gertvdw

@gertvdw gertvdw commented Jun 30, 2026

Copy link
Copy Markdown

See #62.
Warn about lack of idempotency in ims_create_vlans and ims_remove_vlans

def ims_remove_vlans(subscription: L2vpn) -> None:
"""Note: this step is not idempotent.
If you want to use this workflow, this step has to be
refactored to make it idempotent."""

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was another comment lower in the ticket which you probably didn't see:

Please add a section on idempotency to the readme and point to the code.

So somewhere in an appropriate place in the readme we'd like to have a small section about idempotency of steps, and what that entails (without too much detail)

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