-
Notifications
You must be signed in to change notification settings - Fork 72
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
installation: CNF Installation (8) Transition to new installation #2171
Conversation
2bbd309
to
df5f452
Compare
9d66364
to
661e134
Compare
74f22df
to
4251f58
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.
As we've discussed in a meeting, I think that rewriting all mentions of cnf_setup/cnf_cleanup internally to install_cnf/uninstall_cnf might be hard to understand for new contributors. Seeing the state of the code I might be more inclined to switch the cnf_setup/cnf_cleanup to cnf_install/cnf_uninstall on the terminal more now, but I am still not sure (@martin-mat we could use your input on this matter). Additionally I do not think that it is necessary to name the methods install_cnf/uninstall_cnf when they are part of CNFInstall module.
4251f58
to
2a2d6d1
Compare
2a2d6d1
to
5ee7ca5
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.
lgtm
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.
lgtm
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.
blank chars + format
5ee7ca5
to
b4d1a72
Compare
Remove old installation method, use the new one instead. Change specs accordingly. Remove unnecessary config parameters. Fully enable multiple deployments installation. Refs: #2169 Signed-off-by: Konstantin Yarovoy <[email protected]>
b4d1a72
to
7ea09f9
Compare
@collivier, Whitespaces and formatting were fixed in mentioned cases, i think that there is still a lot of problems of this type in testsuite, maybe different ticket should be created to fix this. |
Description
Remove old installation method, use the new one instead.
Change specs accordingly.
Remove unnecessary config parameters.
Fully enable multiple deployments installation.
Issues:
Refs: #2169