-
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
[feat] add http deployment method #351
Conversation
Signed-off-by: Chengyu Liu <[email protected]>
update: wrong word spelling
Signed-off-by: ilixiaocui <[email protected]>
@caoxianfei1 PTAL |
10d0de8
to
11bb6eb
Compare
It seems to only support deploy cluster now, but how to implement other maintenance operations? |
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
…ocker v24. Signed-off-by: Wine93 <[email protected]>
This reverts commit 0bff214. Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
… local path. Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: fengshunli <[email protected]> Signed-off-by: Wine93 <[email protected]>
Signed-off-by: fengshunli <[email protected]> Signed-off-by: Wine93 <[email protected]>
…ner. Signed-off-by: Cyber-SiKu <[email protected]> Signed-off-by: Wine93 <[email protected]>
…oolset. Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
…urveadm's database (opencurve#206). Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
…r docker v24. Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
… v24. Signed-off-by: Wine93 <[email protected]>
Signed-off-by: montaguelhz <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
…e#280). Signed-off-by: Wine93 <[email protected]>
…r some clients. Signed-off-by: Wine93 <[email protected]>
…). Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: caoxianfei1 <[email protected]>
Signed-off-by: Cyber-SiKu <[email protected]>
Signed-off-by: jyf111 <[email protected]>
Signed-off-by: tec-rubbish maker <[email protected]>
solution: execute the ss command in a temporary container to precheck for ports in use instead Signed-off-by: jyf111 <[email protected]>
Signed-off-by: Cyber-SiKu <[email protected]>
Signed-off-by: wanghai01 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: caoxianfei1 <[email protected]>
…ing. Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: wanghai01 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: Wine93 <[email protected]>
internal/task/task/task.go
Outdated
} else if t.httpConfig != nil { | ||
client, err := module.NewHttpClient(*t.httpConfig) | ||
if err != nil { | ||
return errno.ERR_SSH_CONNECT_FAILED.E(err) |
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.
ERR_HTTP...
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.
ok
LGTM! |
8b25058
to
e4a9411
Compare
Signed-off-by: caoxianfei1 <[email protected]>
Signed-off-by: caoxianfei1 <[email protected]>
Signed-off-by: zztaki <[email protected]>
the branch you pushed should be |
Signed-off-by: liuminjian <[email protected]>
e4a9411
to
e17126e
Compare
Issue Number: #328
1.增加http daemon的部署方式,host增加protocol和http port字段
2.在每个host节点上部署http daemon,可以使用ansible playbook部署,或者在k8s环境下用daemonset部署
3.部署http daemon后能正常部署curve集群
遗留问题:目前enter指令不支持http方式