Commit Graph
6490 Commits
Author SHA1 Message Date
Qiu Jian f219b96b13 update vendor 2019-06-24 02:54:28 +00: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
yunion-ci-robot d2487f91b9 Merge pull request #1298 from Zexi/feature/bm-ipmi-user-password
baremetal: change ipmi user password
2019-06-22 12:43:48 +08:00
Jian Qiu 978471a177 Merge branch 'master' into feature/bm-ipmi-user-password 2019-06-22 12:32:40 +08:00
yunion-ci-robot 5e0c50ba18 Merge pull request #1339 from ioito/hotfix/qx-zstack-mini-disk-size
fix zstack mini disk size
2019-06-22 12:31:49 +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
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 b27a2c4180 vendor: 引入tristate.NewFromBool() 2019-06-20 11:03:37 +00:00
yunion-ci-robot 8d03110316 Merge pull request #1331 from yousong/bugfix/yousong-remove-dup-genuserdata
guestdrivers: 移除多余代码
2019-06-20 18:18:48 +08: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
yunion-ci-robot 0752221098 Merge pull request #1210 from yousong/feature/yousong-ansibleserver
ansibleserver: 添加文件支持
2019-06-20 17:49:48 +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
yunion-ci-robot 27dc75208e Merge pull request #1326 from ioito/hotfix/qx-zstack-secgroup
fix delete rules failure
2019-06-20 15:39:48 +08:00
wanyaoqi 7d0fafa02f remove default listen address 2019-06-20 11:47:28 +08:00
ioito adedad8e66 fix delete rules failure 2019-06-20 11:02:50 +08:00
yunion-ci-robot 7010a759b3 Merge pull request #1324 from swordqiu/hotfix/qj-user-project-list-404
fix: 1. user-project-list 404 2. check quotas of all projects when set
2019-06-20 09:31:49 +08:00
Qiu Jian 013a439e6d fix: 1. user-project-list 404 2. check quotas of all projects when set
domain quota 3. host.cpu shows negative number
2019-06-20 00:03:17 +08:00
ioito b8396ad2bf 避免产生storagecacheimage脏数据 2019-06-19 21:18:29 +08:00
yunion-ci-robot dff9c784d5 Merge pull request #1316 from wanyaoqi/wyq/bugfix/storage-attach
fix storage attach host sync status
2019-06-19 20:17:52 +08:00
wanyaoqi a0d51a61f4 fix storage attach host sync status 2019-06-19 19:56:09 +08:00
yunion-ci-robot b4b35b4ee6 Merge pull request #1305 from ioito/hotfix/qx-qcloud-eip-disassociate
dissocate and release eip optimized
2019-06-19 18:06:51 +08:00
yunion-ci-robot 5d619decc8 Merge pull request #1273 from ioito/hotfix/qx-azure-geographic
add azure region geographicinfo
2019-06-19 18:02:49 +08:00
yunion-ci-robot 733dc17b7d Merge pull request #1314 from ioito/hotfix/qx-zstack-account
fix zstack create account error
2019-06-19 17:57:49 +08:00
ioito 06cbdd9345 fix zstack create account error 2019-06-19 17:52:29 +08:00
yunion-ci-robot 17c1608d6c Merge pull request #1265 from ioito/hotfix/qx-wire-sync
avoid openstack zone externalid equals
2019-06-19 17:45:53 +08:00
yunion-ci-robot b25dc4aaee Merge pull request #1269 from ioito/hotfix/qx-zstack-secgroup
set port when protocol is not any
2019-06-19 17:41:49 +08:00
yunion-ci-robot 8c1140503d Merge pull request #1301 from ioito/hotfix/qx-zstack-update-password
fix update zstack account password error
2019-06-19 17:39:50 +08:00