-
Notifications
You must be signed in to change notification settings - Fork 176
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
base: integration
Are you sure you want to change the base?
Conversation
288e6b7
to
8bce932
Compare
There was a problem hiding this 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): |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
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 ? |
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