Commit Graph

103 Commits

Author SHA1 Message Date
bay1ts
a9153e7437 [REV] merge from code 2017-12-15 16:49:24 +08:00
bay1ts
d53f2181ae Merge remote-tracking branch 'origin/master' 2017-12-12 14:07:31 +08:00
bay1ts
c3fad66f38 [REV] optimize task check 2017-12-12 12:47:33 +08:00
goodrain
95f5e8aebe Merge branch 'release-3.4'
# Conflicts:
#	pkg/builder/api/router.go
#	pkg/grctl/cmd/init.go
#	pkg/grctl/cmd/installStatus.go
#	pkg/grctl/cmd/node.go
2017-12-12 11:36:57 +08:00
bay1ts
b0c2dc4342 [REV] optimize grctl show command 2017-12-11 19:41:25 +08:00
bay1ts
869f9d429d [REV] optimize grctl list command 2017-12-11 17:58:17 +08:00
bay1ts
4e85deffed [REV] optimize task execute 2017-12-11 16:36:16 +08:00
bay1ts
df19d9ebb6 [REV] optimize domain command in release 2017-12-11 15:38:00 +08:00
bay1ts
bb8266c6ab [REV] optimize domain command in release 2017-12-11 15:36:48 +08:00
bay1ts
b431e403b2 [REV] optimize domain command 2017-12-11 15:32:39 +08:00
bay1ts
80d1d9283e [REV] optimize domain command 2017-12-11 15:12:08 +08:00
bay1ts
b52ab794b9 [REV] add domain command 2017-12-11 14:29:36 +08:00
bay1ts
4b2ca65438 [REV] optimize output 2017-12-11 12:01:47 +08:00
bay1ts
c58e7ce145 [REV] optimize task depend relation,optimize node put label api 2017-12-11 11:58:39 +08:00
bay1ts
eb73a38f59 [REV] optimize get task api,optimize show command,optimize install status command,optimize node status 2017-12-11 11:51:28 +08:00
bay1ts
66f6db7361 [REV] optimize grctl show command 2017-12-11 11:10:36 +08:00
bay1ts
454f1fbd7c [REV] optimize node scheduable judge by hasrule compute,not manage 2017-12-11 10:10:36 +08:00
bay1ts
6d07bdd552 Merge branch 'master' of code.goodrain.com:goodrain/rainbond 2017-12-11 10:01:55 +08:00
bay1ts
10b7c4ea17 [REV] optimize grctl task depends command;optimize install process 2017-12-11 09:47:47 +08:00
bay1ts
9479528c9d [REV] optimize grctl task depends command 2017-12-09 19:57:18 +08:00
bay1ts
db6808eca0 [REV] optimize grctl install 2017-12-08 23:31:47 +08:00
bay1ts
428bef93ed [REV] optimize status function get status by node strategy;add task dependency relation 2017-12-08 21:31:55 +08:00
崔斌
f0a43de3b9 [REV]Update cloud auth show table format 2017-12-08 18:47:55 +08:00
bay1ts
c272a5e332 [REV] optimize get task strategy 2017-12-08 17:32:40 +08:00
崔斌
c68f30daad [ADD]Add grcth auth command 2017-12-08 17:14:12 +08:00
bay1ts
33ab092774 [REV] optimize node's pods info and merge bugfix from release 2017-12-07 23:48:07 +08:00
bay1ts
f91a2749d5 [REV] optimize,list command 2017-12-07 16:11:09 +08:00
bay1ts
15d47b4ecf Optimize:update list command 2017-12-07 16:01:12 +08:00
bay1ts
47a24d094b Optimize:merge dev to tenant_manage 2017-12-07 15:44:53 +08:00
bay1ts
840d728c00 [REV] optimize grctl list command 2017-12-05 16:32:34 +08:00
bay1ts
c4d26110fa [REV] optimize get node by ip 2017-12-05 15:02:43 +08:00
bay1ts
6dbf4a57cb [REV] optimize compute node install function 2017-12-05 14:59:33 +08:00
bay1ts
1151a18aae [ADD] add region resource api;add show command 2017-12-05 14:47:36 +08:00
bay1ts
daddae1631 [REV] optimize exit when task exec failed 2017-12-04 10:24:50 +08:00
bay1ts
6b2d1b8026 [REV] optimize output ,remove separator when there is no compute node 2017-12-01 18:37:35 +08:00
bay1ts
bd4a3bc7f9 [REV] optimize grctl install status output when error ;log image_name and slug path ,compare with origin logic 2017-12-01 14:41:17 +08:00
bay1ts
bf3e0223f7 [REV] optimize list command,group node role;get command rich output;version delete interface add delete image functioin 2017-12-01 11:38:46 +08:00
bay1ts
fe9866a63c [REV] optimize error message when grctl is down 2017-11-30 18:16:22 +08:00
bay1ts
776f0f76aa [ADD] add task/group implement,grctl exit when failed 2017-11-30 15:16:22 +08:00
bay1ts
5dc96492f3 [REV] grctl add task interface,fix err get task from etcd 2017-11-30 14:43:24 +08:00
bay1ts
91b7c4d123 [REV] add version delete interface,add some log to task engine 2017-11-30 12:08:58 +08:00
bay1ts
dc4ffc8898 [REV] add version delete interface,add some log to task engine 2017-11-30 11:35:22 +08:00
bay1ts
f974c7a837 [REV] protect from nil panic 2017-11-29 23:19:06 +08:00
bay1ts
ebed6f7168 [REV] optimize output when failed and optimize auto re-get task status 2017-11-29 18:49:24 +08:00
bay1ts
aed7497df3 [REV] allow re-get status of provided taskID,or auto get executing task 2017-11-29 18:44:39 +08:00
bay1ts
feec360b61 [REV] task_engine is usable,optimize the situation when install failed,try three time and exit,show script output msg 2017-11-29 18:26:56 +08:00
bay1ts
2f586c574c [REV] return to yestday task_engine code 2017-11-29 17:13:42 +08:00
bay1ts
4f0080e3a7 [REV] optimize grctl ,optimize task status storage and load strategy 2017-11-29 13:42:12 +08:00
bay1ts
6db8bb3110 [REV] optimize grctl output,remove useless log in api 2017-11-29 11:53:39 +08:00
bay1ts
ffb9557f14 [FIX] fix check status may cause nil pointer problem 2017-11-29 11:16:51 +08:00