-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add sap hana config spec #7715
Add sap hana config spec #7715
Conversation
instances: | ||
|
||
## @param server - string - required | ||
## The hostname used to connect to the system. | ||
# | ||
- server: <SERVER> | ||
|
||
## @param port - integer - required - default: 39015 |
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.
The default port is 30015 (see
self._port = self.instance.get('port', 30015) |
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.
@ofek Seems both port are valid, 39015 being "HXE2" and 30015 for "HXE1".
Any idea which one we should default to?
Codecov Report
|
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.
a couple documentation suggestions
eb82a8d
to
43e827c
Compare
43e827c
to
dfec3fb
Compare
Addressed
* Add config spec * Use db template * Remove useless attribute * Add timeout unit 10cfc97
What does this PR do?
Add config spec for
sap_hana
Motivation
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached