Commit Graph
4358 Commits
Author SHA1 Message Date
yunion-ci-robot fd61f6ba92 Merge pull request #1357 from wanyaoqi/bugfix/wyq/set-default-http-client-timeout
set default http client timeout
2019-06-25 23:21:50 +08:00
屈轩 d48eebb466 Merge branch 'master' into hotfix/qx-clear-host-scheduler-cache 2019-06-25 21:42:19 +08:00
ioito 5c3155a411 clear scheduler cache afeter change host cmtbound 2019-06-25 20:58:21 +08:00
ioito f94460511d 避免镜像第一次上传时未做缓存 2019-06-25 20:48:39 +08:00
yunion-ci-robot 6692682e86 Merge pull request #1359 from ioito/hotfix/qx-zstack-secgroup-fix
替换有远端安全组的规则,避免网络不通
2019-06-25 11:47:49 +08:00
yunion-ci-robot 4e56e4ec6e Merge pull request #1367 from yousong/bugfix/yousong-lb
Bugfix/yousong lb
2019-06-25 11:45:51 +08:00
yunion-ci-robot 430189232a Merge pull request #1364 from wanyaoqi/bugfix/wyq/make-dhcp-port-optional
make dhcp server port optional
2019-06-25 10:35:50 +08:00
Yousong Zhou c0b080ab66 validators: 默认将pending deleted的模型排除在外 2019-06-24 14:29:01 +00:00
Yousong Zhou 7bab7724a9 db: 添加IPendingDeletable类型 2019-06-24 14:25:26 +00:00
Yousong Zhou 51eb607717 lbagents: 改正vrrp模板 2019-06-24 14:25:26 +00:00
Qiu Jian 8cceda8dcf fix: cloud account syncstatus is not accurate 2019-06-24 22:18:05 +08:00
wanyaoqi d399ca8d71 make dhcp server port optional 2019-06-24 20:56:07 +08:00
ioito b09f2528b4 替换有远端安全组的规则,避免网络不通 2019-06-24 17:36:15 +08:00
Yousong Zhou 8c88fbc9d9 treewide: gofmt with go1.12.6 2019-06-24 07:54:22 +00:00
wanyaoqi dc8dec6d04 set default http client timeout 2019-06-24 15:35:45 +08:00
yunion-ci-robot a59bec0832 Merge pull request #1336 from wanyaoqi/bugfix/wyq/fix-dhcp-reply
host: dhcp use raw socket
2019-06-24 15:16:49 +08:00
yunion-ci-robot 58ad36a808 Merge pull request #1350 from swordqiu/hotfix/qj-sync-delete-projects-and-ldap
fix: sync delete projects and related quota&usage data
2019-06-24 12:42:50 +08:00
yunion-ci-robot 11e52c0da0 Merge pull request #1328 from tb365/feature/tb-onecloud-skus-data-init
Feature/tb onecloud skus data init
2019-06-24 12:41:50 +08:00
Qiu Jian 183d94f7a4 fix: update gin import 2019-06-24 12:29:24 +08:00
ioito a6c0979b2e avoid duplicate network name 2019-06-24 11:21:26 +08:00
Qiu Jian 1dbb998844 fix: 1. sync delete projects and related quota&usage data
2. sync delete user/group/domain for ldap driver
3. ModelManager add OrderByExtraFields
2019-06-22 17:05:27 +08:00
yunion-ci-robot c761777a15 Merge pull request #1206 from wanyaoqi/feature/wyq/host-gpfs
feature: golang host gpfs
2019-06-22 12:58:48 +08:00
wanyaoqi 46115285cd fix attach storages 2019-06-22 12:49:54 +08:00
wanyaoqi c4a1dd7782 gpfs
- support gpfs
- fix cache non lvm
2019-06-22 12:48:57 +08:00
Jian Qiu 978471a177 Merge branch 'master' into feature/bm-ipmi-user-password 2019-06-22 12:32:40 +08:00
Jian Qiu c892d72887 Merge branch 'master' into hotfix/qx-zstack-mini-disk-size 2019-06-22 12:27:54 +08:00
Jian Qiu da96010bdb Merge branch 'master' into feature/bm-ipmi-user-password 2019-06-22 12:26:33 +08:00
yunion-ci-robot 6d197bfda4 Merge pull request #1271 from yousong/feature/yousong-lbagent-deploy
lbagents: 增加deploy支持
2019-06-22 12:19:49 +08:00
yunion-ci-robot c332634b14 Merge pull request #1287 from yousong/bugfix/yousong-bool-true
treewide: 将default:"true"的bool字段改为tristate.TriState
2019-06-22 12:17:49 +08:00
Zexi Li afe0d15e24 Merge pull request #1341 from Zexi/hotfix/scheduler-score
scheduler: fix prefer avoid score
2019-06-21 14:05:12 +08:00
Zexi d17fbaf02c scheduler: fix prefer avoid score 2019-06-21 13:57:13 +08:00
wanyaoqi 7371f1ca55 dhcp use raw socket
vendor update
update golang/x/sys
2019-06-21 13:42:37 +08:00
ioito b89a59951f fix zstack mini disk size 2019-06-21 11:22:36 +08:00
Jian Qiu 92b90cdbe0 fix: protect projects with resources in any services (#1337) 2019-06-21 09:09:27 +08:00
yunion-ci-robot db4aa765f3 Merge pull request #1334 from Zexi/hotfix/scheduler-image-fileter
scheduler: add image zone filter
2019-06-21 09:08:49 +08:00
Zexi 4aa4bafd7b scheduler: add image zone filter 2019-06-20 21:36:38 +08:00
yunion-ci-robot 237d245a0d Merge pull request #1330 from wanyaoqi/bugfix/wyq/remove-default-listen-address
baremetal: remove default listen address
2019-06-20 21:25:50 +08:00
Yousong Zhou bb1fd0bc59 treewide: 将default:"true"的bool字段改为tristate.TriState
使用以下命令进行字段类型更改

	ag 'bool .*`.*default:"true"' pkg \
		| grep models \
		| cut -f1 -d: \
		| xargs sed -i -r -e 's/bool (.*)default:"true"/tristate.TriState \1default:"true"/'
2019-06-20 11:03:38 +00:00
Yousong Zhou afce287ad3 lbagents: 增加deploy支持 2019-06-20 09:57:45 +00:00
Yousong Zhou 00b88ed339 lb: lbbackendgroups: 去掉多余lbbg.DoPendingDelete() 2019-06-20 09:57:45 +00:00
Yousong Zhou 5f04382f1c guestdrivers: remove commented out dup code 2019-06-20 09:56:01 +00:00
Yousong Zhou 6e05783022 guestdrivers: 移除多余的generateUserData()函数
在`pkg/cloudproviders/instance.go`中已经有相同的代码
2019-06-20 09:56:01 +00:00
yunion-ci-robot 93b95dd9d0 Merge pull request #1223 from yousong/bugfix/yousong-lbb-stales
lb: backends: 清理后端虚机已删除的backend
2019-06-20 17:50:50 +08:00
Yousong Zhou 36954218d5 mcclient: models: 添加ansibleplaybooks 2019-06-20 09:03:01 +00:00
Yousong Zhou 68cf6698a7 mcclient: ansibleplaybooks: 使用apis.XxxInput 2019-06-20 09:03:01 +00:00
Yousong Zhou 85d141847f apis: add ansible 2019-06-20 09:03:01 +00:00
Yousong Zhou 2d5b52810f mcclient: options: ansibleplaybooks: 支持指定文件 2019-06-20 09:03:01 +00:00
Yousong Zhou 5ec150e7a9 pkg: ansible: 添加文件内容支持 2019-06-20 09:03:01 +00:00
Yousong Zhou 68ed59eda0 ansibleserver: 在pb执行失败时打出警告日志 2019-06-20 09:03:01 +00:00
yunion-ci-robot 624df324e2 Merge pull request #1322 from ioito/hotfix/qx-image-zone
避免产生storagecacheimage脏数据
2019-06-20 15:43:48 +08:00