-
Notifications
You must be signed in to change notification settings - Fork 26
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
Hook into Jira provisoning #102
Conversation
e2da917
to
77ef790
Compare
77ef790
to
17c76ed
Compare
) { | ||
val localSharedHome = sharedHome.localSharedHome | ||
sharedHome.mount(ssh) | ||
val jiraHome = jira.home.path // TODO what's the difference between localSharedHome and jiraHome? should both be hookable? |
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.
- remove the DataCenterHook until we get a DC test
private val remotePath: String | ||
) : Report { | ||
|
||
override fun locate(ssh: SshConnection): List<String> = listOf(remotePath) |
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.
It assumes that the ssh
will connect to the same server as when it got the remotePath
during construction.
Might get messy when we get DC hooks support. It'd probably need to return a List<RemotePath>
and higher layers will have to deal with paths coming from different hosts.
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.
@dagguh, this work is awesome!
Thanks! ❤️ |
Obsoleted by #103 |
Depends on #101