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

[9.0] Remove system instances #7671

Open
wants to merge 11 commits into
base: integration
Choose a base branch
from

Conversation

atsareg
Copy link
Contributor

@atsareg atsareg commented Jun 12, 2024

This PR removes the concept of system instances. The corresponding configuration options and sections are removed.

Requires #7186

BEGINRELEASENOTES

NEW: Remove the use of Setup and System Instances from the configuration and code

ENDRELEASENOTES

@atsareg atsareg marked this pull request as draft June 12, 2024 13:24
@atsareg atsareg marked this pull request as draft June 12, 2024 13:24
@atsareg atsareg marked this pull request as ready for review September 14, 2024 17:51
Copy link
Contributor

@fstagni fstagni left a comment

Choose a reason for hiding this comment

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

Congrats!

@@ -1100,44 +1094,6 @@ def do_revert(self, args):
else:
gLogger.notice("Software reverted to", result["Value"])

def do_add(self, args):
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you remove this entirely?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This call is to add a system instance. The system instances elimination is the whole purpose of this PR. This call is no more relevant

@fstagni fstagni closed this Oct 31, 2024
@fstagni fstagni reopened this Oct 31, 2024
@atsareg
Copy link
Contributor Author

atsareg commented Oct 31, 2024

The failed integration tests does not seem to be failing due to this PR changes. @fstagni : can you please have a look, may be you will have an idea for the failure reason ?

@fstagni
Copy link
Contributor

fstagni commented Oct 31, 2024

The failed integration tests does not seem to be failing due to this PR changes. @fstagni : can you please have a look, may be you will have an idea for the failure reason ?

Probably not. #7843 needs to be merged first.

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