Commit Graph

82 Commits

Author SHA1 Message Date
Qiu Jian
3dba5360d7 quota recode 2019-12-12 11:31:41 +08:00
wanyaoqi
130c82dfd3 hugepage fix 2019-11-18 16:10:47 +08:00
ioito
b85f414d4b feature: 支持预cache secgroup到云上 2019-10-22 19:51:03 +08:00
ioito
502bd834ff fix: 避免置空description失效 2019-09-11 16:16:13 +08:00
Qiu Jian
59cd60db6c feature: recode quota, cache quota usage, allow list all project/domain
quotas
2019-06-17 18:40:13 +08:00
ioito
93dfdf30c4 create disk and wait disk status is ready 2019-06-14 16:01:09 +08:00
ioito
ab152fe32c 修复调用错误方法 2019-05-20 13:43:28 +08:00
ioito
f27b924db7 避免创建时使用不同公有云的镜像 2019-05-13 19:06:00 +08:00
ioito
f64c2d8af7 重装系统支持初始化密码 2019-04-24 17:45:35 +08:00
Qiu Jian
29c1fd3855 fix: clearn up codes that impacted by query.Count return value changes 2019-04-23 11:32:16 +08:00
Zexi
7848a36f32 改进调度器 disk 选择 storage 的逻辑:
- 调度器选择 disk 对应一组 storages
- 主备机磁盘选择 storage
- 减少公有云选择 storage 的重复代码
2019-04-17 17:30:13 +08:00
Qiu Jian
da57161fd0 fix: move all consts in compute/models to apis/compute 2019-04-17 09:23:19 +08:00
屈轩
5e69f2040f 同步镜像最小要求系统盘大小 (#210) 2019-04-04 11:53:20 +08:00
Qiu Jian
004d9b6f95 update copyright headers of all source 2019-03-29 14:47:48 +08:00
Zexi Li
6df6880501 define scheduler apis output and input structs 2019-03-20 12:03:29 +08:00
万垚奇
e0db43c890 Merge pull request #1172 in YUNIONIO/onecloud from ~WANYAOQI/onecloud:feature/cpu-mem-wyq/hotplug to release/2.7.0
* commit '7c39255ef75158324e597b096a596f02c36fad48':
  add hotplug check
2019-03-07 17:50:29 +08:00
Qiu Jian
52ab56fa3f Merge branch 'release/2.7.0' of ssh://git.yunion.io/~qiujian/onecloud into feature/qj-sync-with-lock
Conflicts:
	pkg/compute/guestdrivers/aws.go
2019-03-07 15:22:58 +08:00
wanyaoqi
7c39255ef7 add hotplug check 2019-03-06 21:32:43 +08:00
Qiu Jian
62ebc90f2a feature: allow auto sychrnoization of cloud account 2019-03-04 01:09:34 +08:00
邱剑
0edeb53d28 update models with db.Update interface 2019-02-22 12:06:13 +08:00
屈轩
f5f2addfd7 避免部署主机失败后未设置external_id而删除主机失败 2019-02-18 17:49:06 +08:00
Qiu Jian
f2e97ff272 Merge branch 'release/2.5.0' of ssh://git.yunion.io/~qiujian/onecloud into hotfix/qj-resolve-conflict-2.6.0-20190215
Conflicts:
	pkg/compute/guestdrivers/esxi.go
	pkg/compute/guestdrivers/openstack.go
2019-02-15 19:47:56 +08:00
Qiu Jian
5ceaaf716e update: customize system disk size and backend for each hypervisor 2019-02-13 23:39:36 +08:00
邱剑
32e23a3fb4 Merge pull request #979 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:feature/qj-allow-kvm-running-change-disk to release/2.6.0
* commit 'f2d3460bad989229d1584a6c3b6beab00681bd10':
  update make fmt
  改进:允许kvm虚拟机在不关机状态下调整磁盘
2019-01-26 18:00:46 +08:00
Qiu Jian
c6eaa4ad9b 改进:允许kvm虚拟机在不关机状态下调整磁盘 2019-01-26 02:17:59 +08:00
屈轩
0a9db10e83 优化创建虚机结构 2019-01-24 21:48:13 +08:00
屈轩
bf89aa274f 优化虚机创建方法 2019-01-24 15:05:02 +08:00
Qiu Jian
46aaba2474 make fmt 2018-12-12 23:24:34 +08:00
Qiu Jian
dfb2e0e00c Merge branch 'release/2.4.0' of ssh://git.yunion.io/~qiujian/onecloud into feature/qj-vm-resource-pooling 2018-12-05 18:09:11 +08:00
Qiu Jian
3e87c17e72 support prepaid server create and renew 2018-12-05 00:40:15 +08:00
屈轩
2608e8e6b9 初始化model 2018-12-03 21:12:44 +08:00
Qiu Jian
7aa31407a7 temp commit 2018-12-02 02:11:50 +08:00
wanyaoqi
93100dd305 fix import not use and not enough arguments in call 2018-12-01 16:24:18 +08:00
Qiu Jian
6b19a7a1e8 Merge branch 'release/2.3.0' of ssh://git.yunion.io/~qiujian/onecloud into hotfix/qj-resolve-conflict-2.4.0-20181201
Conflicts:
	pkg/compute/guestdrivers/azure.go
	pkg/compute/guestdrivers/managedvirtual.go
	pkg/compute/guestdrivers/qcloud.go
	pkg/compute/models/guest_actions.go
2018-12-01 14:19:53 +08:00
屈轩
f905e01012 同步同一个secgroupcache需要加锁 2018-11-30 20:22:17 +08:00
邱剑
f18c9a3289 Merge pull request #605 in YUNIONIO/onecloud from ~TANGBIN/onecloud:feature/tb-use-cloudmeta to release/2.4.0
* commit 'c8bb6ff9f713bf78918b8dcdaaffbe3e802213b6':
  fix sku nil errror
  comment fix
  bugfix
  sync skus table from cloudmeta service && aws bugfix
  remove useless method
2018-11-30 16:11:25 +08:00
TangBin
4cb87d487e fix conflict 2018-11-29 21:37:53 +08:00
屈轩
1ecbafc4fe 冲突解决 2018-11-29 21:33:45 +08:00
TangBin
d9d66329dc sync skus table from cloudmeta service && aws bugfix 2018-11-29 20:18:20 +08:00
屈轩
00cd038275 迁移storagetype到2.3.0 2018-11-29 16:27:43 +08:00
Qiu Jian
341e4204a0 Merge branch 'release/2.4.0' of ssh://git.yunion.io/~qiujian/onecloud into feature/qj-esxi-support-complete 2018-11-26 21:54:06 +08:00
屈轩
18eedcf82c 解决冲突 2018-11-26 16:42:11 +08:00
屈轩
e98957b337 解决冲突 2018-11-26 16:27:32 +08:00
屈轩
5dc063ee40 Merge branch 'release/2.2.0' of ssh://git.yunion.io/~quxuan/onecloud into feature/qx-secgroup-sync 2018-11-26 11:10:43 +08:00
Qiu Jian
94c49ded2e esxi support 2018-11-25 08:21:24 +08:00
Qiu Jian
d72eb201eb Merge branch 'release/2.4.0' of ssh://git.yunion.io/~qiujian/onecloud into feature/qj-esxi-support-complete 2018-11-21 23:35:47 +08:00
Qiu Jian
d36a9f8be5 temp commit 2018-11-21 23:29:35 +08:00
屈轩
fc0e60c5ec azure使用统一登录用户名 2018-11-17 13:02:10 +08:00
屈轩
a07ab4c121 初始化model 2018-11-16 15:05:05 +08:00
邱剑
e9ce0dee68 Automatic merge from release/2.2.0 -> release/2.3.0
* commit '6dac339898e89d30729ccf49a0225420f075b1d8':
  修正:aliyun磁盘创建后,将image external id同步为template id,导致找不到对应的image,导致启动失败
2018-11-15 10:22:42 +08:00