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

Introduce EccNodesSyncBean and Condition to nodes_sync Table #692

Merged

Conversation

VictorCavichioli
Copy link
Contributor

Introduce initial design of nodes_sync table and tests, also include the bean definition for it.

Closes #672

@VictorCavichioli VictorCavichioli requested a review from a team as a code owner July 16, 2024 14:54
@VictorCavichioli VictorCavichioli merged commit 993da5c into Ericsson:feature/agent Jul 17, 2024
7 checks passed
@VictorCavichioli VictorCavichioli deleted the feature/ecc-nodes branch July 17, 2024 13:28
datacenterName, nodeEndpoint, nodeStatus, lastConnection, nextConnection, nodeID);
return execute(insertNodeSyncInfo);
}

Choose a reason for hiding this comment

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

Not sure what the point is for this method, as it just passes all attributes through to another method.

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