-
Notifications
You must be signed in to change notification settings - Fork 184
[9.0] Remove system instances #7671
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
Conversation
288e6b7 to
8bce932
Compare
fstagni
left a comment
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!
| 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 ? |
f8a660d to
cba9f0e
Compare
cba9f0e to
ad86ef4
Compare
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