mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 19:57:42 +08:00
Merge branch 'master' of https://github.com/goodrain/rainbond into githubmaster
This commit is contained in:
commit
0bee99c65a
@ -365,7 +365,7 @@ func (n *NodeCluster) checkNodeInstall(node *model.HostNode) {
|
||||
etcd = strings.Join(etcdConfig.Value.([]string), ",")
|
||||
}
|
||||
}
|
||||
initshell := "dev.repo.goodrain.com/gaops/jobs/install/prepare/init.sh"
|
||||
initshell := "repo.goodrain.com/gaops/jobs/install/prepare/init.sh"
|
||||
etcd = etcd + ","
|
||||
cmd := fmt.Sprintf("bash -c \"set %s %s %s;$(curl -s %s)\"", node.ID, etcd, role, initshell)
|
||||
logrus.Infof("init endpoint node cmd is %s", cmd)
|
||||
|
Loading…
Reference in New Issue
Block a user