Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Check if all nodes, in current state, are reachable before applying new changes #1516

Open
1 task
Despire opened this issue Sep 24, 2024 · 1 comment
Labels
feature New feature groomed Task that everybody agrees to pass the gatekeeper

Comments

@Despire
Copy link
Contributor

Despire commented Sep 24, 2024

Motivation

If some of the nodes are not reachable before we apply changes to an already existing current state at some point during the workflow the new changes will fail. To prevent this issue and save time we should check if nodes in the current state are reachable first.

Description

Before a new Task is being scheduled

, check if current state exists and if yes check if all the nodes are reachable.

Exit criteria

  • Check if all nodes in current state are reachable before making changes.
@Despire Despire added the feature New feature label Sep 24, 2024
@bernardhalas
Copy link
Member

Makes sense. Assess pros and cons for placing this in builder and ansibler.

@bernardhalas bernardhalas added the groomed Task that everybody agrees to pass the gatekeeper label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature groomed Task that everybody agrees to pass the gatekeeper
Projects
None yet
Development

No branches or pull requests

2 participants