orchestrator: initial copy#6593
Conversation
* go modules enabled * go -> go/vt/orchestrator * go/cmd -> go/cmd * vendor-> external: golib, raft, zk * imports fixed * lint checks are failing Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
|
I assume the goal is to review the two PRs independently, but merge #6582 afterwards? |
|
The goal is to be able to review the "real" changes in #6582, other than the import itself of all of orchestrator's code. |
I like this idea. What do we do about the failing linter checks? |
|
My understanding is that we don't merge this PR, but use the other PR created against this branch to review the golint fixes? |
this branch does not exist yet, in |
|
So... This did not go as planned, because I had rebased ss-oc1 against master... |
|
ok cool. planetscale#68 looks good. |
Context: #6582
This PR pulls changes into
initial-orchestrator-importbranch, notmaster, with initial orchestrator code import, so that the rest of #6582 can be refactored to merge intoinitial-orchestrator-import. This way #6582 will be more review-able.Since we're not merging this branch into
master, we can generally avoid the review process for this PR.Copy from @sougou 's original commit:
DO NOT MERGE