郑雨
84661a1bcf
refactor: Instance Group's getMoreDetails
2019-12-10 16:00:06 +08:00
郑雨
40d98c08f9
fix: Fix the unexpected json field coverage after GetCustomizeColumns
...
一般来说一个资源的detail版本的输出会放在 <ResoureName>Details
这样的结构体中,并且这个结构体包含资源本身。不过一般在 details
的处理函数中(比如GetCustomizeColumns)资源本身的结构体都是默认值,
而jsonutils的unmarshal函数会把默认值(零值)的int类型(也可能会有其他类型)
unmarshal到jsonutils.JSONDict中(string类型就不会有这种情况)。
这会导致返回的extraDict会覆盖掉原来的Dict中的一些字段,这种覆盖并不是所期望的。
所以现在暂时改为用后者来覆盖前者,前者是最终输出的全集。
2019-12-10 15:58:22 +08:00
Zexi Li
b91aa5274b
Merge pull request #4079 from rainzm/bugfix/server-template
...
fix(region): Fix the list bug of Guest Template
2019-12-10 15:47:22 +08:00
郑雨
9142a6eb48
fix(region): Fix the list bug of Guest Template
...
1. Add function GetCustomizeColumns for Guest Template
2. Fix the ValidateDeleteCondition for Guest Template
3. Rename Config as ConfigInfo in apis.GuesttemplateDetails
2019-12-10 15:06:44 +08:00
Zexi Li
fdf6f1cbde
Merge pull request #4067 from rainzm/bugfix/guest_tempalte_param
...
fix(region): Guest template & Service catalog
2019-12-10 10:52:43 +08:00
郑雨
8d21e622ec
fix(region): Guest template & Service catalog
...
Add the common create input.
Not allow to delete the guest template used by some service catalog.
2019-12-10 10:34:30 +08:00
Zexi Li
68156f4a47
Merge pull request #4064 from swordqiu/hotfix/qj-host-cache-image-not-work
...
fix: host-cache-image might not work
2019-12-10 10:02:59 +08:00
Qiu Jian
0b03a1b1d1
fix: host-cache-image might not work
2019-12-09 17:56:32 +08:00
Zexi Li
8671abbe53
Merge pull request #4062 from wanyaoqi/bugfix/wyq/docker-push
...
bugfix: fix docker push script component name
2019-12-09 15:47:52 +08:00
wanyaoqi
cd99aa4527
fix docker push script component name
2019-12-09 15:45:06 +08:00
Zexi Li
92d546c9a7
Merge pull request #3998 from wanyaoqi/feature/wyq/add-bundles-libraries-scripts
...
feature: add bundle libraries script for build host image
2019-12-09 11:38:40 +08:00
Zexi Li
ed2ee4f8b5
Merge pull request #4008 from ioito/hotfix/qx-secgroup-fix
...
fix: 安全组同步优化,避免规则不同的安全组可以合并
2019-12-09 11:34:58 +08:00
Zexi Li
2186ead796
Merge pull request #3805 from rainzm/feature/guest_template
...
feature: Guest Template & Service Catalog
2019-12-09 11:31:08 +08:00
郑雨
06eccd18d8
feat(region): Add Guest Template & Service Catalog
...
Modify the structure of ServerCreateOptions so that
GuestTemplateCreateOptions can reuse most field.
2019-12-09 11:24:01 +08:00
yunion-ci-robot
45302ab49f
Merge pull request #4045 from rainzm/feature/vm_resume
...
feat(region): Support for resuming vm suspended in vmware
2019-12-09 11:15:37 +08:00
Zexi Li
b70decaf24
Merge pull request #3997 from wanyaoqi/feature/wyq/host-use-command-executor
...
feature: host container deployment
2019-12-09 10:49:49 +08:00
yunion-ci-robot
acea8e6fd0
Merge pull request #4057 from ioito/bugfix/qx-rds-sku-medel-init
...
fix: 避免在初始化model时设置rds sku handler
2019-12-09 10:45:37 +08:00
屈轩
106a06f097
fix: 避免在初始化model时设置rds skuhandler
2019-12-08 12:40:19 +08:00
yunion-ci-robot
c74a0b72b6
Merge pull request #4040 from ioito/hotfix/qx-cloudregion-external-id
...
fix: 返回region external_id
2019-12-07 17:41:36 +08:00
yunion-ci-robot
0b1f80c99f
Merge pull request #4047 from wanyaoqi/bugfix/wyq/fix-brands-filter
...
region misc bugfix
2019-12-07 17:15:36 +08:00
yunion-ci-robot
fe7988ae15
Merge pull request #4035 from ioito/bugfix/qx-secgroup-privilege
...
fix: 避免普通用户添加规则到系统安全组
2019-12-06 23:21:35 +08:00
Qu Xuan
4509a804e0
fix: 返回region external_id
2019-12-06 20:27:05 +08:00
yunion-ci-robot
87c72c89d7
Merge pull request #4032 from tb365/bugfix/tb-bugfix-1205
...
image upload bugfix
2019-12-06 18:26:35 +08:00
wanyaoqi
ac9a988e91
region misc bugfix
...
- fix capabilities filter disabled account
- fix kvm guest start no logevent
- fix guest restart not set guest status immediately
2019-12-06 17:00:29 +08:00
郑雨
15edc45030
feat(region): Support for resuming vm suspended in vmware
2019-12-06 16:35:37 +08:00
yunion-ci-robot
9b260935f3
Merge pull request #4028 from tb365/feature/tb-redis-1203
...
Feature/tb redis 1203
2019-12-06 15:49:34 +08:00
Qu Xuan
7fdd6200db
fix: 避免普通用户添加规则到系统安全组
2019-12-06 14:43:31 +08:00
wanyaoqi
e304acb267
add bundle libraries script for build host image
2019-12-06 11:48:48 +08:00
yunion-ci-robot
165183989c
Merge pull request #4002 from rainzm/bugfix/instance_group_api
...
fix(region): The param of list instancegroup filter by Guest is 'server'
2019-12-06 11:41:34 +08:00
yunion-ci-robot
f5d19c5e1d
Merge pull request #3988 from ioito/hotfix/qx-network-create-list
...
fix: 结构化network create list 参数
2019-12-06 11:40:35 +08:00
郑雨
58d8bf212c
fix(region): The param of list instancegroup filter by Guest is 'server'
2019-12-06 10:48:33 +08:00
TangBin
070d998987
image upload bugfix
2019-12-06 10:00:24 +08:00
wanyaoqi
c8fff1d44f
add rpm file, add socket used check
2019-12-05 20:58:57 +08:00
yunion-ci-robot
b180d81b93
Merge pull request #3992 from ioito/hotfix/qx-metadata-fix
...
fix: 标签添加排序,不统计回收站的资源标签
2019-12-05 15:21:34 +08:00
yunion-ci-robot
9760a77198
Merge pull request #3985 from tb365/feature/tb-add-ctyun-sync
...
Feature/tb add ctyun sync
2019-12-05 15:20:35 +08:00
yunion-ci-robot
cae85c2213
Merge pull request #4021 from wanyaoqi/bugfix/wyq/minor-1204
...
bugfix: add socket check of deploy server
2019-12-05 14:34:36 +08:00
TangBin
5225fd0ff3
add elastic cache skus capability api
2019-12-05 11:18:24 +08:00
TangBin
7c2ccb6088
elastic cache task bugfix
2019-12-05 11:18:24 +08:00
TangBin
be45ce1cf2
huawei reset password bugfix
2019-12-05 11:18:24 +08:00
Qu Xuan
061b3872be
fix: 标签添加排序,不统计回收站的资源标签
2019-12-05 10:51:47 +08:00
wanyaoqi
7bf48c992e
- add command executor
...
- host prepare for deploy on container
- procutils adpat to executor
2019-12-04 20:49:39 +08:00
yunion-ci-robot
b5cddd294e
Merge pull request #3999 from tb365/bugfix/tb-bugfix-120201
...
Bugfix/tb bugfix 120201
2019-12-04 15:15:33 +08:00
TangBin
ae6ce9ecb1
yunionmeta offline data using gzip files
...
disk billing type error fix
2019-12-04 14:49:20 +08:00
wanyaoqi
82a5e6403c
add socket used check of deploy server
2019-12-04 11:38:49 +08:00
TangBin
376cd8b067
comment fix
2019-12-04 11:10:23 +08:00
yunion-ci-robot
9aad8c1314
Merge pull request #4016 from yousong/bugfix/yousong-off-report-ignored-msrs
...
hostman: hostinfo: turn off report_ignored_msrs
2019-12-04 11:02:34 +08:00
yunion-ci-robot
b27e0b792f
Merge pull request #4007 from zhaoxiangchun/feature/zhaoxiangchun
...
更改获取监控信息的参数单位
2019-12-04 10:50:32 +08:00
yunion-ci-robot
ce68417eae
Merge pull request #4013 from swordqiu/hotfix/qj-network-address-add-created-at
...
fix: network-addresses add created_at column
2019-12-04 10:45:33 +08:00
yunion-ci-robot
4404b2acba
Merge pull request #3994 from ioito/hotfix/qx-rds-sku-sync
...
fix: 避免每次重启region同步rds sku, 避免新加公有云账号未能及时同步sku问题
2019-12-04 10:34:36 +08:00
Yousong Zhou
743f65ebb8
hostman: hostinfo: turn off report_ignored_msrs
...
Quote mainline linux commit fab0aa3b ("KVM: x86: Allow suppressing
prints on RDMSR/WRMSR of unhandled MSRs")
> Some guests use these unhandled MSRs very frequently.
> This cause dmesg to be populated with lots of aggregated messages on
> usage of ignored MSRs. As ignore_msrs=true means that the user is
> well-aware his guest use ignored MSRs, allow to also disable the
> prints on their usage.
>
> An example of such guest is ESXi which tends to access a lot to MSR
> 0x34 (MSR_SMI_COUNT) very frequently.
>
> In addition, we have observed this to cause unnecessary delays to
> guest execution. Such an example is ESXi which experience networking
> delays in it's guests (L2 guests) because of these prints (even when
> prints are rate-limited). This can easily be reproduced by pinging
> from one L2 guest to another. Once in a while, a peak in ping RTT
> will be observed. Removing these unhandled MSR prints solves the
> issue.
>
> Because these prints can help diagnose issues with guests,
> this commit only suppress them by a module parameter instead of
> removing them from code entirely.
2019-12-04 02:15:39 +00:00