Zexi Li
5466a88ac3
Merge pull request #9115 from yousong/automated-cherry-pick-of-#9109-upstream-release-3.1
...
Automated cherry pick of #9109 : fix(host): make sure it won't match vpc guests by accident
2020-12-01 20:22:08 +08:00
Yousong Zhou
3a23f64836
fix(host): make sure it won't match vpc guests by accident
2020-12-01 15:34:34 +08:00
yunion-ci-robot
cc48edc32d
Merge pull request #8530 from rainzm/automated-cherry-pick-of-#8525-upstream-release-3.1
...
Automated cherry pick of #8525 : fix(esxi): no callback in uploadHandler
2020-10-28 00:57:41 +08:00
rainzm
a77dfee4d3
fix(esxi): filter vmdk item in lease.info
2020-10-27 21:35:55 +08:00
rainzm
e70c1244e3
fix(esxi): use correct device index
...
1. Sort devices via their Key.
2. There is no relationship between vdisk index and vnics length.
2020-10-27 21:35:55 +08:00
rainzm
bc8ee81afd
fix(esxi): no callback in uploadHandler
2020-10-27 21:35:55 +08:00
yunion-ci-robot
be3d7a4fbb
Merge pull request #8318 from rainzm/automated-cherry-pick-of-#8314-upstream-release-3.1
...
Automated cherry pick of #8314 : feat(esxi): do not specify portkey in NewVNIC
2020-10-16 10:40:34 +08:00
rainzm
3f8c5fd12c
feat(esxi): do not specify portkey in NewVNIC
2020-10-16 08:25:36 +08:00
Zexi Li
d06343b6cf
Merge pull request #8262 from rainzm/automated-cherry-pick-of-#8232-upstream-release-3.1
...
Automated cherry pick of #8232 : fix(esxi): search template from whole vCenter
2020-10-13 10:08:24 +08:00
rainzm
19335a1fbf
fix(esxi): use system disk of template only when cloning vm
...
1. Create a driver if necessary.
2. After cloning the virtual machine, remove all data disks.
3. Create new data disks.
2020-10-12 17:51:33 +08:00
rainzm
999f6e2dba
fix(esxi): search template from whole vCenter
2020-10-12 17:51:33 +08:00
yunion-ci-robot
6f94124e81
Merge pull request #8198 from rainzm/automated-cherry-pick-of-#8194-upstream-release-3.1
...
Automated cherry pick of #8194 : fix(esxi): check nil value when NewVirtualMachine
2020-10-10 19:05:16 +08:00
yunion-ci-robot
fa457b0461
Merge pull request #8222 from yousong/automated-cherry-pick-of-#8218-upstream-release-3.1
...
Automated cherry pick of #8218 : webconsole: ssh: each argument on its own line
2020-10-10 15:34:49 +08:00
Yousong Zhou
38778aae06
webconsole: ssh: add keyboard-interactive as an option
...
For ESXi 6.0
Authentications that can continue: publickey,keyboard-interactive
2020-10-10 14:48:17 +08:00
Yousong Zhou
38cd512516
webconsole: ssh: each argument on its own line
2020-10-10 14:47:41 +08:00
yunion-ci-robot
23cc211deb
Merge pull request #8187 from yousong/automated-cherry-pick-of-#8183-upstream-release-3.1
...
Automated cherry pick of #8183 : vpcagent: ovn: increase dhcp lease, renew, rebind time
2020-10-10 11:56:13 +08:00
rainzm
48d764dd36
fix(esxi): check nil value when NewVirtualMachine
2020-10-10 11:39:06 +08:00
Yousong Zhou
d708af7781
vpcagent: ovn: increase dhcp lease, renew, rebind time
2020-10-09 10:29:12 +08:00
Zexi Li
4e806ed185
Merge pull request #7965 from zexi/automated-cherry-pick-of-#7961-upstream-release-3.1
...
Automated cherry pick of #7961 : region: fix network schedtag not cleanup when network deleted
2020-09-18 12:45:13 +08:00
Zexi Li
0ac14febc8
region: fix network schedtag not cleanup when network deleted
2020-09-18 10:40:32 +08:00
Zexi Li
a1b2a4ddcd
Merge pull request #7874 from rainzm/automated-cherry-pick-of-#7870-upstream-release-3.1
...
Automated cherry pick of #7870 : fix(esxiagent): add HostDelayTaskWorkerCount
2020-09-11 20:56:12 +08:00
Zexi Li
f405cb921b
Merge pull request #7866 from wanyaoqi/automated-cherry-pick-of-#7836-upstream-release-3.1
...
Automated cherry pick of #7836 : host: fix rbd storage cache iso image
2020-09-11 20:54:01 +08:00
rainzm
112026b778
fix(esxiagent): add HostDelayTaskWorkerCount
...
之前,HostDelayWorker 是通过 hostutils.InitWorkerManager 来初始化,
worker的数量依赖于options.HostOptions.DefaultRequestWorkerCount, 因为
这个options没有经过初始化,所以就是0,导致worker count的数量变为1。
现在增加了 HostDelayTaskWorkerCount 来管理这个count,默认值为8。
2020-09-11 17:23:46 +08:00
wanyaoqi
b230711ded
host: fix rbd storage cache iso image
2020-09-10 23:21:36 +08:00
yunion-ci-robot
716d4d2172
Merge pull request #7849 from rainzm/automated-cherry-pick-of-#7845-upstream-release-3.1
...
Automated cherry pick of #7845 : Feat & Fix & Refactor for ESXi
2020-09-10 09:41:57 +08:00
rainzm
182777e677
fix(region): add RequestSyncstatusOnHost for SESXiGuestDriver
...
esxi 平台 Guest 进行 syncstatus 和其他平台有所区别,Vcenter 可能会更改
VM 所在的 Host,所以在 Host 上寻找 VM 可能会出现 ErrNotFound。此时,应该
主动去整个 datacenter 中寻找 VM,然后更改 Host,进行同步。
2020-09-09 22:01:35 +08:00
rainzm
2fdb1430a4
fix(esxi): fetch templatevm from datacenter before clone vm
...
这里应该和image_cache那里保持一直,对template的获取应该从datacenter
中获取,而不是host。
2020-09-09 22:00:02 +08:00
rainzm
bb1f439a04
refactor(esxi): replace GetTemplateVMById with FetchTemplateVMById
...
FetchTemplateVMById 更好,因为它更轻量,更快。
2020-09-09 22:00:02 +08:00
rainzm
595be9b0ed
feat(esxicli): better vm operator
...
现在,可以通过Datacenter来获取vm,不一定要指定HostIp,
Datacenter和HostIp必须指定一个。
2020-09-09 22:00:02 +08:00
rainzm
1f9b473521
feat(esxi): support fetchVM form datacenter
2020-09-09 22:00:02 +08:00
rainzm
6f47aa8ad3
refactor(esxi): fetchVms and fetchHardwareInfo
...
1. fetchHardwareInfo 只有一种error,原因是moVM的某些字段为nil,这种情况下,完全可以打印日志直接返回。
2. fetchVms 现在只返回[]*SVirtualMachine, 进一步的过滤(是不是template)交给调用者。
2020-09-09 22:00:02 +08:00
yunion-ci-robot
c2c981c40f
Merge pull request #7826 from rainzm/automated-cherry-pick-of-#7821-upstream-release-3.1
...
Automated cherry pick of #7821 : fix(esxiagent): return image extid not id
2020-09-08 20:23:54 +08:00
rainzm
3eefd80d84
fix(esxiagent): return image extid not id
...
调用 disk/image_cache 接口的Task StorageCacheImageTask 会根据回调
回来数据中的 image_id,来设置 storagecachedimage 中的 externalid,
所以这里的 image_id 应该是 externalid。
2020-09-08 15:35:00 +08:00
wanyaoqi
97d438e4a4
fix get storage capacity on init' ( #7690 )
2020-09-01 01:01:36 +08:00
Zexi Li
3aec0a110e
Merge pull request #7626 from wanyaoqi/automated-cherry-pick-of-#7623-upstream-release-3.1
...
Automated cherry pick of #7623 : fix gpfs check mountpoint
2020-08-25 17:41:28 +08:00
wanyaoqi
ab5245bd29
fix gpfs check mountpoint
2020-08-25 15:53:25 +08:00
Zexi Li
3eb4a31c46
Merge pull request #7578 from rainzm/automated-cherry-pick-of-#7575-upstream-release-3.1
...
Automated cherry pick of #7575 : fix: GetIImages correctly without 'image_cache' dir
2020-08-16 23:42:03 +08:00
rainzm
e5a5439ac9
fix: GetIImages correctly without 'image_cache' dir
...
After creating vms, there is no dir named 'image_cache' exists in
storage of esxi. So handle this case to not affecte the synchronization of the
VMware Template.
2020-08-14 20:37:30 +08:00
Zexi Li
41e2a194e4
Merge pull request #7538 from wanyaoqi/automated-cherry-pick-of-#7530-upstream-release-3.1
...
Automated cherry pick of #7530 : fix mount xfs
2020-08-11 11:16:53 +08:00
wanyaoqi
64c801dbca
fix mount xfs
2020-08-10 20:06:19 +08:00
Zexi Li
34fa66230b
Merge pull request #7450 from tb365/automated-cherry-pick-of-#7447-upstream-release-3.1
...
Automated cherry pick of #7447 : aws elb listener&rule name too long fix
2020-08-02 10:08:50 +08:00
wanyaoqi
1fd2b2eebc
fix cache non lvm disks ( #7462 )
2020-08-01 21:13:02 +08:00
tangbin
72e99816a2
aws elb listener&rule name too long fix
2020-08-01 11:13:20 +08:00
Zexi Li
1cf5771607
Merge pull request #7424 from rainzm/automated-cherry-pick-of-#7416-upstream-release-3.1
...
Automated cherry pick of #7416 : fix(region): Don't allow address conflicts under vpc
2020-08-01 11:06:03 +08:00
rainzm
91efa6f48d
fix(region): Don't allow address conflicts under vpc
...
Except for default vpc, vpc and wire have a one-to-one correspondence.
So prohibiting the address conflict of wire does not avoid
the address conflict of default vpc.
2020-08-01 10:53:09 +08:00
Zexi Li
400a87221d
Merge pull request #7444 from wanyaoqi/automated-cherry-pick-of-#7441-upstream-release-3.1
...
Automated cherry pick of #7441 : fix deploy admin auth key
2020-08-01 00:07:09 +08:00
wanyaoqi
7e6fb93a3e
fix deploy admin auth key
2020-07-31 23:27:05 +08:00
Zexi Li
f91526f96f
baremetal: fix hpssactl split last LV size out of limit ( #7429 )
2020-07-31 22:38:00 +08:00
Zexi Li
e5cabfb3a8
Merge pull request #7422 from ioito/automated-cherry-pick-of-#7417-upstream-release-3.1
...
Automated cherry pick of #7417 : fix: avoid lost backend params
2020-07-31 18:08:07 +08:00
Zexi Li
68a31e0d14
Merge pull request #7410 from ioito/automated-cherry-pick-of-#7405-upstream-release-3.1
...
Automated cherry pick of #7405 : fix: avoid account sync deadlock
2020-07-31 18:05:34 +08:00
Qu Xuan
be45e166cb
fix: avoid lost backend params
2020-07-31 17:20:23 +08:00
Qu Xuan
0bc58b8fe3
fix: avoid account sync deadlock
2020-07-31 16:41:00 +08:00
Zexi Li
7d92493e3a
Merge pull request #7362 from ioito/automated-cherry-pick-of-#7359-upstream-release-3.1
...
Automated cherry pick of #7359 : fix: 修复vm绑定重复安全组
2020-07-28 20:56:11 +08:00
Qu Xuan
4663ecddf4
fix: 修复vm绑定重复安全组
2020-07-28 18:16:47 +08:00
Zexi Li
0bd0782268
Merge pull request #7341 from rainzm/automated-cherry-pick-of-#7338-upstream-release-3.1
...
Automated cherry pick of #7338 : fix(region): Remove default secgroup for esxi guest
2020-07-27 19:49:28 +08:00
rainzm
c5b719b21f
fix(region): Remove default secgroup for esxi guest
...
1. InitializeData remove all secgroup_id of esxi guest from database
2. Set input.SecgroupId as empty for guest whose GetMaxSecurityGroupCount
return 0
2020-07-27 14:54:47 +08:00
yunion-ci-robot
7b470196ef
Merge pull request #7306 from wanyaoqi/automated-cherry-pick-of-#7302-upstream-release-3.1
...
Automated cherry pick of #7302 : fix clone clean pending usage
2020-07-24 22:51:41 +08:00
wanyaoqi
f1113a9c23
fix clone clean pending usage
2020-07-23 18:39:22 +08:00
Zexi Li
b56e49de6d
Merge pull request #7297 from wanyaoqi/automated-cherry-pick-of-#7294-upstream-release-3.1
...
Automated cherry pick of #7294 : fix snapshot clean pending usage
2020-07-23 13:48:18 +08:00
wanyaoqi
3f270e8bd3
fix snapshot clean pending usage
2020-07-23 11:40:58 +08:00
Zexi Li
de893473d6
Merge pull request #7289 from tb365/automated-cherry-pick-of-#7286-upstream-release-3.1
...
Automated cherry pick of #7286 : apigateway host imports data validate
2020-07-22 21:44:22 +08:00
tangbin
6809f62d95
format fix
2020-07-22 18:05:07 +08:00
tangbin
c345991bd4
fix empty else
2020-07-22 18:05:07 +08:00
tangbin
e5f95e0986
fix host import
2020-07-22 18:05:07 +08:00
tangbin
e8bd33751c
fix huawei delete resource
2020-07-22 18:05:07 +08:00
tangbin
727801bff5
fix huawei elb disable healthcheck
2020-07-22 18:05:07 +08:00
tangbin
3e56e4acb8
lb sync project fix
2020-07-22 18:05:06 +08:00
tangbin
f79abe479a
add more log
2020-07-22 17:51:27 +08:00
tangbin
ec8e58554a
apigateway host imports data validate
2020-07-22 17:51:27 +08:00
Zexi Li
5a731d8176
Merge pull request #7284 from rainzm/automated-cherry-pick-of-#7281-upstream-release-3.1
...
Automated cherry pick of #7281 : fix(esxi): Select correct unitNumber for ide control when creating disk
2020-07-22 13:52:33 +08:00
Rain Zheng
4515843a2c
fix(esxi): Select correct unitNumber for ide control when creating disk
2020-07-21 20:49:48 +08:00
Zexi Li
8c1b1f80b6
Merge pull request #7261 from tb365/automated-cherry-pick-of-#7237-upstream-release-3.1
...
Automated cherry pick of #7237 : huawei eip delete fix
2020-07-20 20:47:30 +08:00
tangbin
4b95ec7f0d
huawei eip delete fix
2020-07-20 10:51:16 +08:00
Zexi Li
8ddf04e3dd
Merge pull request #7219 from rainzm/automated-cherry-pick-of-#7216-upstream-release-3.1
...
Automated cherry pick of #7216 : fix: prefetch image error when create guest with vmware template
2020-07-17 10:16:48 +08:00
rainzm
3b268ad6fb
fix: prefetch image error when create guest with vmware template
...
1. Only need the corresponding vmware template in the vcenter where the host is
located.
2. Chose storagecache which cacheimage is ready before deploying.
2020-07-16 21:47:40 +08:00
yunion-ci-robot
21e7ea198c
Merge pull request #7207 from zexi/automated-cherry-pick-of-#7201-upstream-release-3.1
...
Automated cherry pick of #7201 : webconsole: fix old session make new session closed
2020-07-16 20:21:20 +08:00
Zexi Li
c09676aa9f
webconsole: fix old session make new session closed
2020-07-16 18:51:09 +08:00
Zexi Li
ee69f560ae
Merge pull request #7180 from ioito/automated-cherry-pick-of-#7177-upstream-release-3.1
...
Automated cherry pick of #7177 : fix: 避免华为云安全组规则删除失败
2020-07-16 10:16:41 +08:00
Qu Xuan
92e75e87c9
fix: 避免华为云安全组规则删除失败
2020-07-15 17:14:45 +08:00
Zexi Li
4b2869cf4e
Merge pull request #7161 from yousong/automated-cherry-pick-of-#7158-upstream-release-3.1
...
Automated cherry pick of #7158 : iproute2: address: make Exact idempotent
2020-07-15 10:34:45 +08:00
Yousong Zhou
249abee22d
iproute2: address: make Exact idempotent
...
Idempotence against address not available for Exact is not a bad idea if
we look at the name of that func
This should accomodate the race condition where keepalived will remove
vips should the primary address used for vrrp comms is removed, causing
later addr del to fail with "cannot assign requested address"
2020-07-14 16:42:49 +08:00
Zexi Li
27e99f8b51
Merge pull request #7150 from rainzm/automated-cherry-pick-of-#7147-upstream-release-3.1
...
Automated cherry pick of #7147 : fix: mo.VirtualMachine's Config maybe nil
2020-07-14 11:34:52 +08:00
rainzm
5d1d963990
fix: mo.VirtualMachine's Config maybe nil
2020-07-13 23:30:04 +08:00
Zexi Li
9c27a7cafd
Merge pull request #7128 from wanyaoqi/bugfix/wyq/cherry-pick-7125
...
Manual cherry pick of #7125 : fix rbd set storage info
2020-07-10 20:16:07 +08:00
wanyaoqi
433aa54055
fix rbd set storage info
2020-07-10 14:56:15 +08:00
Zexi Li
cf8377ea72
Merge pull request #7109 from wanyaoqi/automated-cherry-pick-of-#7106-upstream-release-3.1
...
Automated cherry pick of #7106 : fix set storage info bind mount
2020-07-09 21:19:44 +08:00
wanyaoqi
0a71acd86b
fix set storage info bind mount
2020-07-09 14:56:37 +08:00
Zexi Li
780418219c
Merge pull request #7064 from rainzm/automated-cherry-pick-of-#7061-upstream-release-3.1
...
Automated cherry pick of #7061 : Update docker image onecloud-base and its references
2020-07-07 11:12:56 +08:00
rainzm
e5487fab4f
Update docker image onecloud-base and its references
2020-07-06 21:06:20 +08:00
Zexi Li
546ec09848
Merge pull request #7039 from swordqiu/automated-cherry-pick-of-#7036-upstream-release-3.1
...
Automated cherry pick of #7036 : fix: cloud account sync may block
2020-07-04 12:09:33 +08:00
Qiu Jian
1e49aa17b7
fix: cloud account sync may block
2020-07-04 10:25:41 +08:00
Zexi Li
bf3b06cd8c
Merge pull request #7014 from wanyaoqi/automated-cherry-pick-of-#7006-upstream-release-3.1
...
Automated cherry pick of #7006 : bind mount nfs storage path
2020-07-02 17:35:48 +08:00
wanyaoqi
289a6bcf4b
bind mount nfs storage path
2020-07-02 17:34:59 +08:00
Zexi Li
46b80f79a3
Merge pull request #6993 from rainzm/automated-cherry-pick-of-#6990-upstream-release-3.1
...
Automated cherry pick of #6990 : fix the bug introduced in #6643
2020-07-01 19:26:36 +08:00
rainzm
0438db6938
fix the bug introduced in #6643
2020-07-01 16:55:58 +08:00
Zexi Li
4d9b6e1599
Merge pull request #6978 from wanyaoqi/automated-cherry-pick-of-#6975-upstream-release-3.1
...
Automated cherry pick of #6975 : fix deploy backup server order
2020-06-30 23:09:17 +08:00
wanyaoqi
2f4401a407
fix deploy backup server order
2020-06-30 22:04:30 +08:00
Zexi Li
e9855290e8
Merge pull request #6939 from swordqiu/automated-cherry-pick-of-#6936-upstream-release-3.1
...
Automated cherry pick of #6936 : fix: sort quota list result by usage rate
2020-06-23 23:28:09 +08:00
Qiu Jian
228d45b7a1
fix: sort quota list result by usage rate
2020-06-23 22:24:42 +08:00
Zexi Li
f977e44885
Merge pull request #6924 from swordqiu/automated-cherry-pick-of-#6921-upstream-release-3.1
...
Automated cherry pick of #6921 : fix: simplify forbidden user login message
2020-06-23 21:26:06 +08:00
Qiu Jian
ecfe897c2e
fix: simplify forbidden user login message
2020-06-23 17:48:21 +08:00
yunion-ci-robot
7370f1ecf1
Merge pull request #6909 from wanyaoqi/automated-cherry-pick-of-#6906-upstream-release-3.1
...
Automated cherry pick of #6906 : disable dhclient
2020-06-23 10:31:59 +08:00
wanyaoqi
bd0d22e7e4
disable dhclient
2020-06-22 21:31:33 +08:00
Zexi Li
997141525d
Merge pull request #6896 from yousong/automated-cherry-pick-of-#6893-upstream-release-3.1
...
Automated cherry pick of #6893 : cloudcommon: app: cosmetic change
2020-06-22 09:15:46 +08:00
Yousong Zhou
477d5845d5
cloudcommon: policy: fix interval and oneshot sync
...
Reduce CPU utilization caused by queued time.AfterFunc calls
2020-06-21 18:34:21 +08:00
Yousong Zhou
fb886c6f25
cloudcommon: app: cosmetic change
2020-06-21 18:34:21 +08:00
yunion-ci-robot
44a9f29c94
Merge pull request #6887 from swordqiu/automated-cherry-pick-of-#6885-upstream-release-3.1
...
Automated cherry pick of #6885 : fix: wrong cloud provider status when sync disconnected cloud account
2020-06-19 09:49:08 +08:00
Qiu Jian
20473f6544
fix: wrong cloud provider status when sync disconnected cloud account
2020-06-19 01:22:58 +08:00
yunion-ci-robot
af19d59bc8
Merge pull request #6866 from yousong/automated-cherry-pick-of-#6859-upstream-release-3.1
...
Automated cherry pick of #6859 : cloudaccounts: one sync task in queue per cloudaccount
2020-06-18 23:19:04 +08:00
Zexi Li
11a66c13c3
Merge pull request #6873 from ioito/automated-cherry-pick-of-#6871-upstream-release-3.1
...
Automated cherry pick of #6871 : fix: 避免同步删除失败
2020-06-18 19:05:46 +08:00
Qu Xuan
ea4535cbbb
fix: 避免同步删除失败
2020-06-18 17:21:39 +08:00
Yousong Zhou
2ab2c5b0dd
cloudaccounts: one sync task in queue per cloudaccount
2020-06-18 17:12:33 +08:00
yunion-ci-robot
b1bd51d040
Merge pull request #6876 from tb365/automated-cherry-pick-of-#6875-upstream-release-3.1
...
Automated cherry pick of #6875 : replace err with errors.cause
2020-06-18 15:16:03 +08:00
tangbin
e4c1d4181b
replace err with errors.cause
2020-06-18 14:29:49 +08:00
Zexi Li
356fa8d02d
Merge pull request #6863 from tb365/automated-cherry-pick-of-#6861-upstream-release-3.1
...
Automated cherry pick of #6861 : shuzhou to suzhou
2020-06-17 18:50:55 +08:00
Zexi Li
dd32b0aacc
Merge pull request #6842 from zexi/automated-cherry-pick-of-#6839-upstream-release-3.1
...
Automated cherry pick of #6839 : scheduler: fix memory over committed
2020-06-17 18:49:40 +08:00
tangbin
4c00f92502
shuzhou to suzhou
2020-06-17 15:55:36 +08:00
Zexi Li
d4a714af2c
Merge pull request #6856 from yousong/automated-cherry-pick-of-#6837-upstream-release-3.1
...
Automated cherry pick of #6837 : appsrv: ring: release ring content on pop
2020-06-17 11:24:40 +08:00
Yousong Zhou
da702c8284
appsrv: rework TestRing
2020-06-17 10:53:42 +08:00
Yousong Zhou
649eac69ef
appsrv: ring: release ring content on pop
2020-06-17 10:53:42 +08:00
Zexi Li
0cf01d2f0a
Merge pull request #6851 from swordqiu/automated-cherry-pick-of-#6849-upstream-release-3.1
...
Automated cherry pick of #6849 : fix: disable policy rule compaction
2020-06-17 10:29:07 +08:00
Qiu Jian
120ed1f695
fix: policy allow if one of the matching rules is allow
2020-06-16 23:11:35 +08:00
Qiu Jian
4acc7a580f
fix: disable policy rule compaction
2020-06-16 23:11:34 +08:00
Zexi Li
facbe5433a
Merge pull request #6846 from wanyaoqi/automated-cherry-pick-of-#6844-upstream-release-3.1
...
Automated cherry pick of #6844 : fix cpu usage metrics
2020-06-16 21:00:51 +08:00
wanyaoqi
96088d3465
fix cpu usage metrics
2020-06-16 20:44:40 +08:00
Zexi Li
4b98425f0c
Merge pull request #6826 from wanyaoqi/automated-cherry-pick-of-#6824-upstream-release-3.1
...
Automated cherry pick of #6824 : fix windows install regedit record
2020-06-16 20:12:53 +08:00
Zexi Li
4ac3f8e4fa
scheduler: fix memory over committed
2020-06-16 19:17:35 +08:00
wanyaoqi
d48b88ec83
fix windows install regedit record
2020-06-15 10:58:41 +08:00
Zexi Li
c0659c1453
Merge pull request #6819 from yousong/automated-cherry-pick-of-#6817-upstream-release-3.1
...
Automated cherry pick of #6817 : guestnetworks: use math/rand instead of crypto/rand
2020-06-12 10:09:26 +08:00
Yousong Zhou
99598a4804
guestnetworks: reduce odds of collision seeded by epoch seconds
2020-06-11 21:22:52 +08:00
Yousong Zhou
651f2c3f9c
guestnetworks: use math/rand instead of crypto/rand
2020-06-11 21:22:52 +08:00
Zexi Li
fa12b95e21
Merge pull request #6813 from ioito/automated-cherry-pick-of-#6810-upstream-release-3.1
...
Automated cherry pick of #6810 : fix: 避免openstack磁盘和存储窜位
2020-06-11 17:52:22 +08:00
Zexi Li
93a659c81c
Merge pull request #6805 from zexi/automated-cherry-pick-of-#6803-upstream-release-3.1
...
Automated cherry pick of #6803 : webconsole: fix version and others handler not handle
2020-06-11 17:50:10 +08:00
Qu Xuan
9def31ddfe
fix: 避免openstack磁盘和存储窜位
2020-06-11 14:14:19 +08:00
Zexi Li
f98104ad20
Merge pull request #6799 from wanyaoqi/automated-cherry-pick-of-#6797-upstream-release-3.1
...
Automated cherry pick of #6797 : fix host list servers filter
2020-06-10 17:05:59 +08:00
Zexi Li
6b0be1317e
webconsole: fix version and others handler not handle
2020-06-10 17:02:24 +08:00
wanyaoqi
5a9e9f66e4
fix host list servers filter
2020-06-10 14:08:26 +08:00
Zexi Li
b5d4885007
Merge pull request #6732 from ioito/automated-cherry-pick-of-#6663-upstream-release-3.1
...
Automated cherry pick of #6663 : fix: 优化安全组同步逻辑
2020-06-10 11:28:55 +08:00
Zexi Li
58ba106c61
Merge pull request #6788 from rainzm/automated-cherry-pick-of-#6786-upstream-release-3.1
...
Automated cherry pick of #6786 : fix: Hanle the error of vdisk.GetIStorage in syncCloudDisk
2020-06-10 11:28:06 +08:00
Zexi Li
fb406e91c4
Merge pull request #6781 from ioito/automated-cherry-pick-of-#6779-upstream-release-3.1
...
Automated cherry pick of #6779 : fix: 更正华为云操作成功判断
2020-06-10 10:46:07 +08:00
Zexi Li
462ff5c2d8
Merge pull request #6784 from rainzm/automated-cherry-pick-of-#6782-upstream-release-3.1
...
Automated cherry pick of #6782 : fix: Add '/version' handler for notify
2020-06-10 10:18:56 +08:00
Zexi Li
a1fbc8455b
Merge pull request #6793 from swordqiu/automated-cherry-pick-of-#6791-upstream-release-3.1
...
Automated cherry pick of #6791 : fix: policy-explain not working properly
2020-06-10 09:53:04 +08:00
Qiu Jian
50e28166ef
fix: policy-explain not working properly
2020-06-09 22:29:44 +08:00
rainzm
92381b0213
fix: Hanle the error of vdisk.GetIStorage in syncCloudDisk
2020-06-09 19:50:30 +08:00
rainzm
65b1fbae34
fix: Add '/version' handler for notify
2020-06-09 18:55:34 +08:00
Qu Xuan
918265ea49
fix: 更正华为云操作成功判断
2020-06-09 18:21:25 +08:00
yunion-ci-robot
5591bbec4e
Merge pull request #6771 from zexi/automated-cherry-pick-of-#6769-upstream-release-3.1
...
Automated cherry pick of #6769 : region: retry set influxdb policy until completed
2020-06-08 21:11:09 +08:00
Zexi Li
8f0ac8e19b
region: retry set influxdb policy until completed
2020-06-08 19:08:50 +08:00
Qu Xuan
307fb3a116
fix: 优化安全组同步逻辑
2020-06-08 14:12:57 +08:00
yunion-ci-robot
3bd3dda026
Merge pull request #6694 from ioito/automated-cherry-pick-of-#6692-upstream-release-3.1
...
Automated cherry pick of #6692 : fix: 返回object默认acl
2020-06-06 10:59:46 +08:00
Qu Xuan
a396868d6a
fix: 返回object默认acl
2020-06-05 11:00:56 +08:00
Zexi Li
794b2896f4
Merge pull request #6742 from swordqiu/automated-cherry-pick-of-#6740-upstream-release-3.1
...
Automated cherry pick of #6740 : fix: xsky recode using endpoint as accesskey key
2020-06-04 21:41:06 +08:00
Zexi Li
2443cc9a3c
Merge pull request #6738 from tb365/automated-cherry-pick-of-#6737-upstream-release-3.1
...
Automated cherry pick of #6737 : ctyun sync host wire fix
2020-06-04 21:39:51 +08:00
Zexi Li
56ebaea85e
Merge pull request #6746 from wanyaoqi/automated-cherry-pick-of-#6744-upstream-release-3.1
...
Automated cherry pick of #6744 : bind mount local image path to container path
2020-06-04 21:24:19 +08:00
Zexi Li
37cefd0d64
Merge pull request #6749 from wanyaoqi/automated-cherry-pick-of-#6173-upstream-release-3.1
...
Automated cherry pick of #6173 : support custom service url
2020-06-04 21:20:05 +08:00
wanyaoqi
8a2c03d683
support custom service url
2020-06-04 20:28:20 +08:00
wanyaoqi
ed136fb2f0
bind mount local image path to container path
2020-06-04 20:22:45 +08:00
Qiu Jian
3b3cbb94d6
fix: xsky recode using endpoint as accesskey key
2020-06-04 19:23:27 +08:00
tangbin
79614b5939
ctyun sync host wire fix
2020-06-04 18:53:00 +08:00
Zexi Li
6fce123623
Merge pull request #6724 from ioito/automated-cherry-pick-of-#6722-upstream-release-3.1
...
Automated cherry pick of #6722 : fix: 添加region翻译
2020-06-04 10:28:27 +08:00
Qu Xuan
d9ddbb5bcf
fix: 添加region翻译
2020-06-03 20:41:35 +08:00
Zexi Li
e871084a85
Merge pull request #6718 from tb365/automated-cherry-pick-of-#6696-upstream-release-3.1
...
Automated cherry pick of #6696 : add-enterprise-info-update-climc
2020-06-03 17:26:18 +08:00
Zexi Li
170b08329d
Merge pull request #6715 from wanyaoqi/automated-cherry-pick-of-#6713-upstream-release-3.1
...
Automated cherry pick of #6713 : isolated device manager:
2020-06-03 17:25:28 +08:00
tangbin
a433306ba4
add-enterprise-info-update-climc
2020-06-03 16:26:14 +08:00
wanyaoqi
0737e5ed39
isolated device manager:
...
- fix find boot_vga got No such file or dirtory
2020-06-03 15:53:09 +08:00
yunion-ci-robot
b9c8dc01fb
Merge pull request #6688 from ioito/automated-cherry-pick-of-#6686-upstream-release-3.1
...
Automated cherry pick of #6686 : fix: 避免锁超时
2020-06-02 13:59:42 +08:00
Qu Xuan
748d547b88
fix: 避免锁超时
2020-06-02 11:15:15 +08:00
Zexi Li
59d979043e
Merge pull request #6677 from ioito/automated-cherry-pick-of-#6675-upstream-release-3.1
...
Automated cherry pick of #6675 : fix: add us-west4 for google region
2020-06-02 10:00:20 +08:00
Zexi Li
9f9e5eed10
Merge pull request #6672 from wanyaoqi/automated-cherry-pick-of-#6670-upstream-release-3.1
...
Automated cherry pick of #6670 : get snapshots order by created at asc
2020-06-02 09:58:38 +08:00
Qu Xuan
e9638cc461
fix: add us-west4 for google region
2020-06-01 18:28:22 +08:00
wanyaoqi
8f15091db1
get snapshots order by created at asc
2020-06-01 15:10:25 +08:00
Zexi Li
3ee4ae370a
Merge pull request #6660 from ioito/automated-cherry-pick-of-#6658-upstream-release-3.1
...
Automated cherry pick of #6658 : fix: byte size fix
2020-05-29 19:14:42 +08:00
Qu Xuan
99eb111954
fix: byte size fix
2020-05-29 17:00:25 +08:00
Zexi Li
d968caaa47
Merge pull request #6655 from swordqiu/automated-cherry-pick-of-#6636-upstream-release-3.1
...
Automated cherry pick of #6636 : fix: ignore match weights when searching matched policysets
2020-05-29 14:20:34 +08:00
Zexi Li
a5530fee10
Merge pull request #6652 from wanyaoqi/automated-cherry-pick-of-#6650-upstream-release-3.1
...
Automated cherry pick of #6650 : fix migrate with multi local storage
2020-05-29 14:19:01 +08:00
Qiu Jian
87b4a151df
fix: ignore match weights when searching matched policysets
2020-05-29 12:50:15 +08:00
wanyaoqi
1d463ed8c8
fix migrate with multi local storage
2020-05-29 11:54:19 +08:00
yunion-ci-robot
63638b15d1
Merge pull request #6645 from rainzm/automated-cherry-pick-of-#6643-upstream-release-3.1
...
Automated cherry pick of #6643 : feat(notify): Support 'socpe:domain' when list contacts
2020-05-28 19:04:59 +08:00
yunion-ci-robot
5c4bf3e03c
Merge pull request #6557 from zhaoxiangchun/automated-cherry-pick-of-#6544-upstream-release-3.1
...
Automated cherry pick of #6544 : 类型是onecloud的notifier增加webconsole的alert
2020-05-28 19:02:00 +08:00
Zexi Li
b239ca7b15
Merge pull request #6639 from ioito/automated-cherry-pick-of-#6637-upstream-release-3.1
...
Automated cherry pick of #6637 : fix: 避免因磁盘数量导致创建机器失败
2020-05-28 17:14:00 +08:00
rainzm
87ca98b362
feat(notify): Support 'socpe:domain' when list contacts
...
This is a temporary solution.
2020-05-28 15:28:55 +08:00
Qu Xuan
04eaf773fe
fix: 避免因磁盘数量导致创建机器失败
2020-05-28 12:08:57 +08:00
Zexi Li
4aa2299b47
Merge pull request #6622 from ioito/automated-cherry-pick-of-#6619-upstream-release-3.1
...
Automated cherry pick of #6619 : fix: 避免azure卸载磁盘失败
2020-05-27 17:52:14 +08:00
Qu Xuan
9c8337ae8f
fix: 避免azure卸载磁盘失败
2020-05-27 15:56:40 +08:00
Zexi Li
a8e9c3f510
Merge pull request #6615 from yousong/bugfix/yousong-vpc-key-3.1
...
apis: WireDetails: fix wrong key for vpc name
2020-05-27 10:30:09 +08:00
Yousong Zhou
290a32b9de
apis: WireDetails: fix wrong key for vpc name
2020-05-27 10:02:24 +08:00
Zexi Li
94fe13ddc5
Merge pull request #6600 from wanyaoqi/automated-cherry-pick-of-#6598-upstream-release-3.1
...
Automated cherry pick of #6598 : fix remotefile fetch image propertites
2020-05-26 17:25:02 +08:00
Zexi Li
ad071de5a0
Merge pull request #6596 from ioito/automated-cherry-pick-of-#6594-upstream-release-3.1
...
Automated cherry pick of #6594 : fix: bucket信息修正
2020-05-26 17:14:02 +08:00
wanyaoqi
b570dc9d82
fix remotefile fetch image propertites
2020-05-26 15:54:43 +08:00
Qu Xuan
aa9de0f84d
fix: bucket信息修正
2020-05-26 15:10:25 +08:00
Zexi Li
9285208d1c
Merge pull request #6584 from zexi/hotfix/k8s-repo-privilege-bk
...
fix k8s repo wrong privilege
2020-05-25 18:27:18 +08:00
Zexi Li
4112e7052d
fix k8s repo wrong privilege
2020-05-25 16:58:06 +08:00
Zexi Li
f33aa39eed
Merge pull request #6576 from zhaoxiangchun/automated-cherry-pick-of-#6573-upstream-release-3.1
...
Automated cherry pick of #6573 : zstack宿主机监控中增加参数信息进行Unmarshal
2020-05-25 12:18:09 +08:00
zhaoxiangchun
cd2499c3b0
zstack宿主机监控中增加参数信息进行Unmarshal
2020-05-24 17:19:26 +08:00
Zexi Li
e2fa8d48e6
Merge pull request #6569 from swordqiu/automated-cherry-pick-of-#6567-upstream-release-3.1
...
Automated cherry pick of #6567 : fix: default policy not effective
2020-05-22 22:48:31 +08:00
Zexi Li
a1750c6dd0
Merge pull request #6560 from ioito/automated-cherry-pick-of-#6558-upstream-release-3.1
...
Automated cherry pick of #6558 : fix: 避免openstack以镜像做系统盘创建失败
2020-05-22 22:45:27 +08:00
Qiu Jian
5a93924ff2
fix: default policy not effective
2020-05-22 22:38:19 +08:00
Qu Xuan
0c32be0707
fix: 避免openstack以镜像做系统盘创建失败
2020-05-22 20:17:54 +08:00
zhaoxiangchun
62fe7d977d
类型是onecloud的notifier增加webconsole的alert
2020-05-22 20:04:49 +08:00
Zexi Li
fb4206d904
Merge pull request #6553 from swordqiu/automated-cherry-pick-of-#6551-upstream-release-3.1
...
Automated cherry pick of #6551 : fix: empty matched policies list for roles
2020-05-22 19:32:24 +08:00
Qiu Jian
3afbb86fad
fix: empty matched policies list for roles
2020-05-22 18:53:43 +08:00
Zexi Li
aeaa6939c7
Merge pull request #6542 from ioito/automated-cherry-pick-of-#6540-upstream-release-3.1
...
Automated cherry pick of #6540 : fix: 避免因io问题导致同步镜像列表为空
2020-05-22 14:43:49 +08:00
Qu Xuan
950e7696bc
fix: 避免因io问题导致同步镜像列表为空
2020-05-22 13:47:47 +08:00
Zexi Li
8bf5eb3321
Merge pull request #6538 from ioito/automated-cherry-pick-of-#6530-upstream-release-3.1
...
Automated cherry pick of #6530 : fix: aliyun rds backup create fix
2020-05-22 12:36:48 +08:00
Qu Xuan
91e558e74a
fix: aliyun rds backup create fix
2020-05-22 10:31:55 +08:00
Zexi Li
d196c943eb
Merge pull request #6513 from ioito/automated-cherry-pick-of-#6511-upstream-release-3.1
...
Automated cherry pick of #6511 : fix: 避免忽略本地allow any云上deny any安全组规则同步
2020-05-22 10:22:34 +08:00
Zexi Li
61e6a98328
Merge pull request #6522 from swordqiu/automated-cherry-pick-of-#6516-upstream-release-3.1
...
Automated cherry pick of #6516 : fix: system privileges user cannot access system console
2020-05-22 10:15:22 +08:00
yunion-ci-robot
61e81748d7
Merge pull request #6507 from ioito/automated-cherry-pick-of-#6505-upstream-release-3.1
...
Automated cherry pick of #6505 : fix: 上传镜像为转换列表之外时,subformat状态异常
2020-05-21 23:08:50 +08:00
Qiu Jian
51563912b0
fix: system privileges user cannot access system console
2020-05-21 18:44:37 +08:00
Qu Xuan
215f9c4d1d
fix: 避免忽略本地allow any云上deny any安全组规则同步
2020-05-21 18:30:39 +08:00
Qu Xuan
a32021969a
fix: 上传镜像为转换列表之外时,subformat状态异常
2020-05-21 17:41:55 +08:00
Zexi Li
18e98f598e
Merge pull request #6501 from zhaoxiangchun/automated-cherry-pick-of-#6500-upstream-release-3.1
...
Automated cherry pick of #6500 : 修复当prestate=alerting,newstate=alerting的情况无法触发notify的问题
2020-05-21 16:37:58 +08:00
Zexi Li
520af18f9e
Merge pull request #6489 from rainzm/automated-cherry-pick-of-#6487-upstream-release-3.1
...
Automated cherry pick of #6487 : Fix/esxi
2020-05-21 16:33:17 +08:00
zhaoxiangchun
28fab54660
修复当prestate=alerting,newstate=alerting的情况无法触发notify的问题
2020-05-21 13:57:14 +08:00
rainzm
4f9bbe0674
fix(esxi): Modify the disk size correctly when creating vm
2020-05-21 10:50:25 +08:00
rainzm
d3fb8a60d7
fix(esxi): Detach all disk first when deleting vm
2020-05-21 10:50:25 +08:00
rainzm
3276164c8b
Kill processes in time & Add debug info
2020-05-21 10:50:25 +08:00
rainzm
d759c27bf6
fix(esxi): Remove 'Destory' operation that is unnecessary for VirtualDiskManager
2020-05-21 10:50:25 +08:00
rainzm
ce827235b3
fix(esxi): Separate detach disk and delete disk when rebuilding.
...
In previous versions, set
`removeSpec.FileOperation = types.VirtualDeviceConfigSpecFileOperationDestroy'
to delete disk indirectly.
But, when its parent has only one child, the parent will be deleted along with it.
And the consequence is failure to reinstall the system.
Now, detach disk without deleteing backing file and then remove backing
2020-05-21 10:50:25 +08:00
Zexi Li
9534c153c3
Merge pull request #6493 from zexi/automated-cherry-pick-of-#6491-upstream-release-3.1
...
Automated cherry pick of #6491 : keystone: fix db not sync
2020-05-20 17:32:24 +08:00
Zexi Li
e4eb798fda
keystone: fix db not sync
2020-05-20 17:23:07 +08:00
Zexi Li
34cef736d3
Merge pull request #6482 from zexi/automated-cherry-pick-of-#6481-upstream-release-3.1
...
Automated cherry pick of #6481 : region: fix get resource details panic
2020-05-20 14:00:12 +08:00
Zexi Li
a175ca421f
region: fix get resource details panic
2020-05-20 13:30:32 +08:00
Zexi Li
03b13297e8
Merge pull request #6476 from yousong/automated-cherry-pick-of-#6474-upstream-release-3.1
...
Automated cherry pick of #6474 : cloudcommon: rbac: fix typo
2020-05-20 12:53:21 +08:00
Zexi Li
1b3c442407
Merge pull request #6480 from tb365/automated-cherry-pick-of-#6463-upstream-release-3.1
...
Automated cherry pick of #6463 : add fuzzy ip matching
2020-05-20 12:51:58 +08:00
tangbin
949c202692
add fuzzy ip matching
2020-05-20 12:02:29 +08:00
Zexi Li
47be971d66
Merge pull request #6455 from ioito/automated-cherry-pick-of-#6453-upstream-release-3.1
...
Automated cherry pick of #6453 : fix: 优化azure image同步逻辑
2020-05-20 11:08:27 +08:00
Yousong Zhou
77a36234a4
networks: return HTTP 404 for sql.ErrNoRows
2020-05-20 11:06:34 +08:00
Yousong Zhou
2f89114413
wires: default to "default" vpc on creation
...
Wire creation request right now only makes sense in context of classic
network ("default" vpc)
2020-05-20 11:06:34 +08:00
Yousong Zhou
2322118457
networks: eliminate a variable
2020-05-20 11:05:50 +08:00
Yousong Zhou
fa5fbccf2b
guestdrivers: managed: use const api.EIP_STATUS_ASSOCIATE
2020-05-20 11:05:50 +08:00
Yousong Zhou
c5cf45772c
cloudprovider: fix typo
2020-05-20 11:05:50 +08:00
Yousong Zhou
6daa0a1d4f
cloudcommon: rbac: fix typo
2020-05-20 11:05:50 +08:00
yunion-ci-robot
a304d30020
Merge pull request #6471 from tb365/automated-cherry-pick-of-#6463-upstream-release-3.1
...
Automated cherry pick of #6463 : add fuzzy ip matching
2020-05-19 19:29:40 +08:00
tangbin
8aed26a110
add fuzzy ip matching
2020-05-19 19:24:55 +08:00
Zexi Li
6c78e3d349
Merge pull request #6460 from ioito/automated-cherry-pick-of-#6458-upstream-release-3.1
...
Automated cherry pick of #6458 : fix: 修复zstack使用win镜像时userdata base64加密问题
2020-05-19 19:13:56 +08:00
Zexi Li
83a5574e5d
Merge pull request #6465 from zexi/automated-cherry-pick-of-#6462-upstream-release-3.1
...
Automated cherry pick of #6462 : region: fix server create params not include specified resource
2020-05-19 19:08:52 +08:00
Zexi Li
f05ed6ccb6
region: fix server create params not include specified resource
2020-05-19 17:38:46 +08:00
Qu Xuan
73ca4a9ee8
fix: 修复zstack使用win镜像时userdata base64加密问题
2020-05-19 16:47:29 +08:00
Qu Xuan
144bc806b8
fix: 优化azure image同步逻辑
2020-05-19 16:24:47 +08:00
Zexi Li
144ebc6e8b
Merge pull request #6445 from swordqiu/automated-cherry-pick-of-#6443-upstream-release-3.1
...
Automated cherry pick of #6443 : fix: anonymous user may list resources
2020-05-19 10:17:58 +08:00
Zexi Li
33fd165939
Merge pull request #6439 from zexi/automated-cherry-pick-of-#6436-upstream-release-3.1
...
Automated cherry pick of #6436 : baremetal: fix ssh put empty content file not created
2020-05-19 10:16:12 +08:00
Qiu Jian
08971d413a
fix: anonymous user may list resources
2020-05-19 01:24:16 +08:00
Zexi Li
c321c6c4b7
Merge pull request #6425 from ioito/automated-cherry-pick-of-#6423-upstream-release-3.1
...
Automated cherry pick of #6423 : fix: 避免仅同步一个region时,其余region状态变为准备中
2020-05-18 21:49:19 +08:00
Zexi Li
45d627da21
Merge pull request #6430 from ioito/automated-cherry-pick-of-#6428-upstream-release-3.1
...
Automated cherry pick of #6428 : fix: 避免设置自动释放后磁盘的expired_at失效
2020-05-18 21:47:59 +08:00
Zexi Li
24a6b94fc8
baremetal: fix ssh put empty content file not created
2020-05-18 21:46:04 +08:00
Qu Xuan
7fd2a886b4
fix: 避免设置自动释放后磁盘的expired_at失效
2020-05-18 20:08:29 +08:00
Qu Xuan
4a9030636b
fix: 避免仅同步一个region时,其余region状态变为准备中
2020-05-18 19:38:00 +08:00
Zexi Li
15ba242294
Merge pull request #6413 from rainzm/release/3.1
...
update vendor for release/3.1
2020-05-17 14:18:12 +08:00
Zexi Li
12b8efa2a1
Merge pull request #6414 from zhaoxiangchun/automated-cherry-pick-of-#6410-upstream-release-3.1
...
Automated cherry pick of #6410 : 修复无法获取vmware宿主机监控数据的问题
2020-05-17 14:17:01 +08:00
zhaoxiangchun
715c1ba936
修复无法获取vmware宿主机监控数据的问题
2020-05-16 21:23:00 +08:00
rainzm
a50e8a797e
update vendor
2020-05-16 21:21:45 +08:00
yunion-ci-robot
a314b7a37b
Merge pull request #6390 from zexi/automated-cherry-pick-of-#6388-upstream-release-3.1
...
Automated cherry pick of #6388 : region: fix baremetal can't enable public baremetal type network
2020-05-16 18:05:03 +08:00
Zexi Li
f3838108cd
Merge pull request #6397 from swordqiu/automated-cherry-pick-of-#6395-upstream-release-3.1
...
Automated cherry pick of #6395 : fix: server-sync-fix-nics should return errors if vnics ip is not reachable on host
2020-05-16 17:44:50 +08:00
Zexi Li
756e1f5570
Merge pull request #6377 from rainzm/automated-cherry-pick-of-#6375-upstream-release-3.1
...
Automated cherry pick of #6375 : Fix/esxi
2020-05-16 17:41:39 +08:00
Zexi Li
9425460800
region: fix baremetal can't enable public baremetal type network
2020-05-16 17:30:59 +08:00
Qiu Jian
bebdc5532c
fix: server-sync-fix-nics should return errors if vnics ip is not reachable on host
2020-05-15 22:20:18 +08:00
rainzm
069805fa89
fix(esxi): Allow the creation of duplicate vcenter machines.
...
Create vm with name whose vlaue is localVM.Uuid and try to rename again.
2020-05-15 21:36:50 +08:00
rainzm
eae078398b
fix(esxi): Add usb to support mouse in vnc viewer
2020-05-15 21:36:50 +08:00
rainzm
068a89b234
fix(esxi): Fix GetDriver and add driver log for vdisk.
...
In GetDriver, return 'name' directly if driverMap is empty.
2020-05-15 21:36:50 +08:00
rainzm
b27a0af647
fix(esxi): Set 'WindowsDefaultAdminUser' as true when deploy vm.
...
'WindowsDefaultAdminUser' means that the default admin account is
'Administrator' when deploy windows vm.
2020-05-15 21:36:50 +08:00
rainzm
7bc16cacad
fix(region): Set default value if rootdisk's driver is empty.
2020-05-15 21:36:50 +08:00
rainzm
700e513595
fix(esxi): Disable automatically add host to the dvs
2020-05-15 21:36:50 +08:00
rainzm
9113050534
fix(esxi): Set 'IsInit' as true when rebuildroot
...
IsInit is true will cause cloudinit enable. When rebuilding root, if there is cloudinit service in the image, it will cover the initialization work we did on the rebuilding.
2020-05-15 21:36:50 +08:00
Zexi Li
89c80a43f8
Merge pull request #6384 from zexi/automated-cherry-pick-of-#6381-upstream-release-3.1
...
Automated cherry pick of #6381 : scheduler: fix min counter get count not correct
2020-05-15 15:28:30 +08:00
Zexi Li
e2d86cc624
scheduler: fix min counter get count not correct
2020-05-15 15:09:40 +08:00
Zexi Li
99e30e2dc1
Merge pull request #6362 from ioito/automated-cherry-pick-of-#6346-upstream-release-3.1
...
Automated cherry pick of #6346 : fix: 优化windows powershell userdata
2020-05-15 11:09:58 +08:00
Zexi Li
110555570c
Merge pull request #6360 from ioito/automated-cherry-pick-of-#6352-upstream-release-3.1
...
Automated cherry pick of #6352 : fix: 优化rds zone同步逻辑
2020-05-15 11:05:52 +08:00
Qu Xuan
7a80b316ac
fix: 优化windows powershell userdata
2020-05-14 20:43:41 +08:00
Qu Xuan
1445a91007
fix: 优化rds zone同步逻辑
2020-05-14 20:26:55 +08:00
Zexi Li
d4a81bedf9
Merge pull request #6356 from zexi/automated-cherry-pick-of-#6353-upstream-release-3.1
...
Automated cherry pick of #6353 : scheduler: filter disabled cloudprovider
2020-05-14 18:59:29 +08:00
Zexi Li
05313e1f9a
Merge pull request #6340 from swordqiu/automated-cherry-pick-of-#6338-upstream-release-3.1
...
Automated cherry pick of #6338 : fix: avoid using background context
2020-05-14 18:19:31 +08:00
Zexi Li
372646dd0d
scheduler: filter disabled cloudprovider
2020-05-14 18:15:32 +08:00
Zexi Li
617adad306
Merge pull request #6349 from zexi/automated-cherry-pick-of-#6347-upstream-release-3.1
...
Automated cherry pick of #6347 : scheduler: set schedtag default strategy if input empty
2020-05-14 17:49:23 +08:00
Zexi Li
8ad98ea029
scheduler: set schedtag default strategy if input empty
2020-05-14 17:26:28 +08:00
Qiu Jian
869d434ce1
fix: avoid using background context
2020-05-14 17:05:10 +08:00
yunion-ci-robot
1b5c347408
Merge pull request #6321 from wanyaoqi/automated-cherry-pick-of-#6319-upstream-release-3.1
...
Automated cherry pick of #6319 : do not close worker chan
2020-05-13 20:18:02 +08:00
wanyaoqi
bccdbae49d
do not close worker chan
...
don't close worker chan after put work, will cause dead loop
2020-05-13 18:58:45 +08:00
Zexi Li
63fe793a2f
Merge pull request #6304 from yousong/automated-cherry-pick-of-#6302-upstream-release-3.1
...
Automated cherry pick of #6302 : vpcagent: ignore possible external subnets
2020-05-13 12:45:38 +08:00
Zexi Li
e9e6ff2425
Merge pull request #6311 from ioito/automated-cherry-pick-of-#6306-upstream-release-3.1
...
Automated cherry pick of #6306 : fix: openstack 安全组规则同步
2020-05-13 12:42:00 +08:00
Zexi Li
dcdcbcae11
Merge pull request #6294 from ioito/automated-cherry-pick-of-#6292-upstream-release-3.1
...
Automated cherry pick of #6292 : fix: 优化openstack错误处理
2020-05-13 10:42:51 +08:00
Yousong Zhou
b1d2f2e2fc
vpcagent: ignore possible external subnets
2020-05-12 18:06:47 +08:00
Qu Xuan
0473fe6524
fix: openstack 安全组规则同步
2020-05-12 17:57:46 +08:00
Qu Xuan
08bef5e63f
fix: 优化openstack错误处理
2020-05-12 14:09:35 +08:00
Zexi Li
743b4d2561
Merge pull request #6289 from yousong/automated-cherry-pick-of-#6287-upstream-release-3.1
...
Automated cherry pick of #6287 : region: lbagent: undeploy: make it idempotent
2020-05-12 11:50:34 +08:00
Zexi Li
66b937acc5
Merge pull request #6284 from yousong/automated-cherry-pick-of-#6282-upstream-release-3.1
...
Automated cherry pick of #6282 : region: lbagents: fix deleting pending_deleted objects
2020-05-12 11:43:46 +08:00
Yousong Zhou
0781273c26
region: lbagent: undeploy: make it idempotent
...
Both the following three can result in the same error message "Could not
find the requested service yunion-xx: host"
-m systemd -a 'name=yunion-xx enabled=no state=stopped daemon_reload=yes'
-m systemd -a 'name=yunion-xx enabled=no state=stopped daemon_reload=yes force=yes'
-m service -a 'name=yunion-xx enabled=no state=stopped'
Use of ansibleplaybookv2 is overkill and can break console expectation.
Just turn to shell module for now
2020-05-12 10:39:17 +08:00
Yousong Zhou
8a619edb7a
region: lbagents: fix deleting pending_deleted objects
...
This was broken since the introduction of virtual object
2020-05-12 10:11:22 +08:00
Zexi Li
32429e54b7
Merge pull request #6272 from zexi/automated-cherry-pick-of-#6270-upstream-release-3.1
...
Automated cherry pick of #6270 : scheduler: get region nil panic
2020-05-11 21:07:44 +08:00
Zexi Li
28b00fc130
Merge pull request #6260 from ioito/automated-cherry-pick-of-#6258-upstream-release-3.1
...
Automated cherry pick of #6258 : fix: 避免aliyun磁盘计费类型多次转换
2020-05-11 18:17:09 +08:00
Zexi Li
b42df76abd
scheduler: get region nil panic
2020-05-11 18:02:36 +08:00
Qu Xuan
15ee6e6920
fix: 避免aliyun磁盘计费类型多次转换
2020-05-11 14:06:25 +08:00
Zexi Li
9bb48de844
Merge pull request #6255 from swordqiu/automated-cherry-pick-of-#6252-upstream-release-3.1
...
Automated cherry pick of #6252 : fix: panic when disk has no valid storage_id
2020-05-11 10:01:46 +08:00
Qiu Jian
e8f7ab6676
fix: panic when disk has no valid storage_id
2020-05-11 02:58:03 +08:00
Zexi Li
14542810a8
Merge pull request #6249 from wanyaoqi/automated-cherry-pick-of-#6247-upstream-release-3.1
...
Automated cherry pick of #6247 : fix import from libvirt
2020-05-10 21:35:11 +08:00
Zexi Li
3175bdd0cc
Merge pull request #6235 from tb365/automated-cherry-pick-of-#6232-upstream-release-3.1
...
Automated cherry pick of #6232 : huawei network id fix
2020-05-10 21:33:44 +08:00
wanyaoqi
25003603aa
fix import from libvirt
2020-05-10 20:44:13 +08:00
Zexi Li
74ea904e4c
Merge pull request #6244 from yousong/automated-cherry-pick-of-#6242-upstream-release-3.1
...
Automated cherry pick of #6242 : disks: reword error message on bad DiskConfig struct
2020-05-10 11:29:08 +08:00
Yousong Zhou
ae2926168c
disks: reword error message on bad DiskConfig struct
2020-05-10 00:18:39 +08:00
tangbin
12335b8f62
huawei network id fix
2020-05-09 20:11:47 +08:00
Zexi Li
b118cbe143
Merge pull request #6223 from yousong/automated-cherry-pick-of-#6221-upstream-release-3.1
...
Automated cherry pick of #6221 : cloudprovider: add methods for getting http client
2020-05-09 19:02:21 +08:00
Zexi Li
8b0437f988
Merge pull request #6215 from yousong/automated-cherry-pick-of-#6213-upstream-release-3.1
...
Automated cherry pick of #6213 : vpcagent: ovn: explicitly include gateway route in classless routes
2020-05-09 18:57:20 +08:00
Zexi Li
0fdb86ecb1
Merge pull request #6227 from yousong/automated-cherry-pick-of-#6225-upstream-release-3.1
...
Automated cherry pick of #6225 : apigateway: handlers: register cloudnet modules
2020-05-09 18:47:47 +08:00
Yousong Zhou
254bac3ffe
apigateway: handlers: register cloudnet modules
2020-05-09 16:41:27 +08:00
Yousong Zhou
472721bc18
multicloud: loader: guard against changing proxyFunc of default client
2020-05-09 12:56:51 +08:00
Yousong Zhou
f62c00d342
multicloud: avoid changing transport of global default http client
2020-05-09 12:56:51 +08:00
Yousong Zhou
b62c930289
cloudprovider: add methods for getting http client
...
Prepare for following changes to avoid using and changing default
client settings
2020-05-09 12:56:51 +08:00
Yousong Zhou
ed583438b1
vpcagent: ovn: explicitly include gateway route in classless routes
2020-05-08 16:36:44 +08:00
Zexi Li
0dda6257fc
Merge pull request #6188 from zhaoxiangchun/automated-cherry-pick-of-#6185-upstream-release-3.1
...
Automated cherry pick of #6185 : 修复谷歌监控无法获取的问题
2020-05-07 17:21:33 +08:00
Zexi Li
9944fc1e27
Merge pull request #6191 from zhaoxiangchun/automated-cherry-pick-of-#5863-upstream-release-3.1
...
Automated cherry pick of #5863 : 优化邮件格式
2020-05-07 17:20:46 +08:00
zhaoxiangchun
86524a8574
优化邮件格式
...
1.邮件主题中的报警级别和web页面进行对应
2.向onecloud发送邮件时,通过html/template进行格式化
2020-05-07 15:31:22 +08:00
zhaoxiangchun
822c972ce8
修复谷歌监控无法获取的问题
...
直接返回调用RestAPI的json格式数据
2020-05-07 11:28:07 +08:00
Zexi Li
23ec7d77c7
Merge pull request #6170 from yousong/automated-cherry-pick-of-#6168-upstream-release-3.1
...
Automated cherry pick of #6168 : dnsrecords: note that DnsRecordManager is a IAdminSharableVirtualModelManager
2020-05-07 11:23:19 +08:00
Zexi Li
83a30f1c7c
Merge pull request #6176 from swordqiu/automated-cherry-pick-of-#6174-upstream-release-3.1
...
Automated cherry pick of #6174 : fix: fail to fetch real client ip from httprequest
2020-05-07 11:16:27 +08:00
Qiu Jian
ff287c632e
fix: fail to fetch real client ip from httprequest
2020-05-06 22:27:32 +08:00
Yousong Zhou
e98516a94a
dnsrecords: allow updating only description
...
This commit includes the following changes
- Eliminate unused arguments from validateModelData()
- Remove "records" member of input data unconditionally
- Allow updates to not include records related parameters, to allow
updating only "description" without emitting "Empty record" error
2020-05-06 18:42:53 +08:00
Yousong Zhou
8176d74976
dnsrecords: note that DnsRecordManager is a IAdminSharableVirtualModelManager
2020-05-06 18:42:53 +08:00
yunion-ci-robot
59419868a0
Merge pull request #6160 from zhaoxiangchun/automated-cherry-pick-of-#6158-upstream-release-3.1
...
Automated cherry pick of #6158 : bugfix mem paginate
2020-05-06 15:44:45 +08:00
zhaoxiangchun
c733a582dd
bugfix mem paginate
...
通过totoal和offset 与limit比较确定最后返回数据
2020-05-06 11:06:03 +08:00
Zexi Li
6fcba7d320
Merge pull request #6155 from ioito/automated-cherry-pick-of-#6153-upstream-release-3.1
...
Automated cherry pick of #6153 : fix: secgroupcache权限问题修复
2020-04-30 20:14:06 +08:00
Qu Xuan
0cb9db8835
fix: secgroupcache权限问题修复
2020-04-30 15:43:30 +08:00
Zexi Li
7230a47ed3
Merge pull request #6139 from ioito/automated-cherry-pick-of-#6137-upstream-release-3.1
...
Automated cherry pick of #6137 : fix: 云账号创建可以指定项目
2020-04-30 10:36:42 +08:00
Zexi Li
c6e8eb6d10
Merge pull request #6127 from ioito/automated-cherry-pick-of-#6123-upstream-release-3.1
...
Automated cherry pick of #6123 : fix: usage-handler 不统计虚拟的vpc wire
2020-04-30 10:36:21 +08:00
Zexi Li
7b9b78fed3
Merge pull request #6129 from swordqiu/automated-cherry-pick-of-#6120-upstream-release-3.1
...
Automated cherry pick of #6120 : fix: sysadmin can override policy violation check
2020-04-29 21:15:48 +08:00
Qu Xuan
7a0420dc1a
fix: 云账号创建可以指定项目
2020-04-29 20:06:58 +08:00
Zexi Li
952879c40e
Merge pull request #6132 from tb365/bugfix/tb-bugfix-0429
...
fix: FindAnonymousStructPoint needs input as a pointer to struct
2020-04-29 19:29:34 +08:00
Qiu Jian
2fb5c0b24e
fix: FindAnonymousStructPoint needs input as a pointer to struct
2020-04-29 18:11:56 +08:00
Qiu Jian
899184eb4b
fix: sysadmin can override policy violation check
2020-04-29 17:59:36 +08:00
Qu Xuan
93330a3c2a
fix: usage-handler 不统计虚拟的vpc wire
2020-04-29 17:58:26 +08:00
Zexi Li
001519224c
Merge pull request #6113 from swordqiu/automated-cherry-pick-of-#6111-upstream-release-3.1
...
Automated cherry pick of #6111 : fix: prevent policy violation
2020-04-29 13:10:29 +08:00
Zexi Li
949979fca1
Merge pull request #6097 from ioito/automated-cherry-pick-of-#6095-upstream-release-3.1
...
Automated cherry pick of #6095 : fix: 普通用户可获取rds账号密码
2020-04-29 13:08:13 +08:00
Qiu Jian
5d6abcc7df
fix: prevent policy violation
2020-04-28 23:56:37 +08:00
yunion-ci-robot
498961324c
Merge pull request #6105 from ioito/automated-cherry-pick-of-#6103-upstream-release-3.1
...
Automated cherry pick of #6103 : fix: 修复openstack存储同步问题
2020-04-28 23:40:41 +08:00
Qu Xuan
916a05c9bf
fix: 修复openstack存储同步问题
2020-04-28 14:48:00 +08:00
Qu Xuan
44b78f47d5
fix: 普通用户可获取rds账号密码
2020-04-28 10:42:11 +08:00
Zexi Li
203284a6f9
Merge pull request #6089 from yousong/bugfix/yousong-vpcagent-3.1
...
[3.1] vpcagent: models: allow guest to have multiple vpc nics
2020-04-27 21:01:21 +08:00
Zexi Li
14be39a37f
Merge pull request #6084 from yousong/bugfix/yousong-proxysetting-3.1
...
[3.1] region: cloudaccounts: fix updating failure caused by proxysetting
2020-04-27 20:53:55 +08:00
Yousong Zhou
05afabb69c
vpcagent: models: allow guest to have multiple vpc nics
...
(cherry picked from commit 09cc38f962 )
2020-04-27 17:52:29 +08:00
Yousong Zhou
95290a1c0d
region: cloudaccounts: fix updating failure caused by proxysetting
2020-04-27 17:32:04 +08:00
Zexi Li
08f240762b
Merge pull request #6070 from ioito/automated-cherry-pick-of-#6068-upstream-release-3.1
...
Automated cherry pick of #6068 : fix: gcp use project name for cloudprovider
2020-04-27 16:03:23 +08:00
Qu Xuan
953f235110
fix: gcp use project name for cloudprovider
2020-04-27 14:17:03 +08:00
Zexi Li
861f827101
Merge pull request #6064 from rainzm/automated-cherry-pick-of-#6062-upstream-release-3.1
...
Automated cherry pick of #6062 : fix/notify: Add deadline for rpc client
2020-04-27 12:48:07 +08:00
Rain
7c20400bc6
fix/notify: Add deadline for rpc client
2020-04-27 10:44:24 +08:00
Zexi Li
070876e760
Merge pull request #6047 from tb365/automated-cherry-pick-of-#6042-upstream-release-3.1
...
Automated cherry pick of #6042 : huawei elb cookie timeout fix
2020-04-26 21:06:27 +08:00
Zexi Li
35542cb381
Merge pull request #6043 from tb365/automated-cherry-pick-of-#6040-upstream-release-3.1
...
Automated cherry pick of #6040 : ctyun subnet create bugfix
2020-04-26 20:31:24 +08:00
tangbin
d0b166364a
aws elb health check type fix
2020-04-26 20:10:24 +08:00
tangbin
b20725656e
huawei elb cookie timeout fix
2020-04-26 20:10:24 +08:00
tangbin
fa6991ce94
ctyun subnet create bugfix
2020-04-26 20:08:18 +08:00
yunion-ci-robot
fb39dbc772
Merge pull request #6011 from swordqiu/automated-cherry-pick-of-#6008-upstream-release-3.1
...
Automated cherry pick of #6008 : fix: GetOnPremiseNetworkOfIP should return underlay networks
2020-04-26 19:49:32 +08:00
Zexi Li
85c21e6dbb
Merge pull request #6030 from ioito/automated-cherry-pick-of-#6028-upstream-release-3.1
...
Automated cherry pick of #6028 : fix: json unmarshal
2020-04-26 18:19:23 +08:00
Zexi Li
77f0ccf889
Merge pull request #6027 from swordqiu/automated-cherry-pick-of-#6006-upstream-release-3.1
...
Automated cherry pick of #6006 : fix: resolve parameter name conflict in google cloud account create input
2020-04-26 16:36:22 +08:00
Qu Xuan
da3383d81a
fix: json unmarshal
2020-04-26 15:52:13 +08:00
Qiu Jian
5fec0b66a5
fix: resolve parameter name conflict in google cloud account create input
2020-04-26 11:47:55 +08:00
yunion-ci-robot
20b6277c6a
Merge pull request #6016 from zexi/automated-cherry-pick-of-#6014-upstream-release-3.1
...
Automated cherry pick of #6014 : scheduler: fix network predicate get wrong free port
2020-04-26 00:31:30 +08:00
Zexi Li
3eedb00e11
scheduler: fix network predicate get wrong free port
2020-04-25 23:55:13 +08:00
Qiu Jian
d8251ce270
fix: GetOnPremiseNetworkOfIP should return underlay networks
2020-04-25 16:31:03 +08:00
Zexi Li
7d4a57cf33
Merge pull request #5992 from ioito/automated-cherry-pick-of-#5918-upstream-release-3.1
...
Automated cherry pick of #5918 : fix: 修复华为云eneterprise-project-list异常问题
2020-04-24 18:18:13 +08:00
Zexi Li
562fbb2afe
Merge pull request #5997 from yousong/automated-cherry-pick-of-#5995-upstream-release-3.1
...
Automated cherry pick of #5995 : lblistener: fix updating lblistener without backend_group field
2020-04-24 18:17:22 +08:00
Yousong Zhou
51f0d8448d
lblistener: fix updating lblistener without backend_group field
...
Fixes dd01610931 ("lblistener: allow setting http/https listener
backendgroup to empty")
2020-04-24 14:23:02 +08:00
Qu Xuan
9d479e6293
fix: 修复华为云eneterprise-project-list异常问题
2020-04-24 14:12:50 +08:00
Zexi Li
3955c45d63
Merge pull request #5990 from ioito/automated-cherry-pick-of-#5903-upstream-release-3.1
...
Automated cherry pick of #5903 : fix: esxi disk project sync
2020-04-24 14:09:54 +08:00
Zexi Li
49737431a2
Merge pull request #5988 from ioito/automated-cherry-pick-of-#5881-upstream-release-3.1
...
Automated cherry pick of #5881 : fix: 阿里云资源组同步
2020-04-24 14:09:34 +08:00
Qu Xuan
52c76cb49c
fix: esxi disk project sync
2020-04-24 11:35:07 +08:00
Qu Xuan
c1198af38e
VMware resource pool同步
2020-04-24 11:33:48 +08:00
Qu Xuan
be56970506
fix: 华为企业项目映射同步
2020-04-24 11:33:48 +08:00
Qu Xuan
c2d83b0007
fix: 阿里云资源组同步
2020-04-24 11:32:26 +08:00
Zexi Li
080c77685c
Merge pull request #5977 from ioito/automated-cherry-pick-of-#5975-upstream-release-3.1
...
Automated cherry pick of #5975 : fix: 添加cloudevent过滤参数
2020-04-24 01:36:28 +08:00
Zexi Li
18c63a1fdc
Merge pull request #5981 from ioito/automated-cherry-pick-of-#5979-upstream-release-3.1
...
Automated cherry pick of #5979 : fix: cloudevent使用代理优化
2020-04-24 01:35:31 +08:00
Qu Xuan
7478891d74
fix: 添加cloudevent过滤参数
2020-04-23 17:58:27 +08:00
Qu Xuan
e336583552
fix: cloudevent使用代理优化
2020-04-23 17:55:25 +08:00
yunion-ci-robot
c0f88cc35d
Merge pull request #5939 from ioito/automated-cherry-pick-of-#5915-upstream-release-3.1
...
Automated cherry pick of #5915 : fix: 自动创建项目
2020-04-23 13:40:53 +08:00
Zexi Li
f636bd4c15
Merge pull request #5969 from swordqiu/automated-cherry-pick-of-#5966-upstream-release-3.1
...
Automated cherry pick of #5966 : supermicro redfish support
2020-04-23 09:54:53 +08:00
Qiu Jian
eb7f0d465d
remove errors import
2020-04-23 09:32:07 +08:00
Qiu Jian
fa2e55ce14
supermicro redfish support
2020-04-23 09:31:24 +08:00
Zexi Li
6d2c73e1bc
Merge pull request #5930 from yousong/automated-cherry-pick-of-#5928-upstream-release-3.1
...
Automated cherry pick of #5928 : lbagent: fend off unexpected resources just in case
2020-04-23 00:07:15 +08:00
Zexi Li
ce542891d9
Merge pull request #5963 from swordqiu/automated-cherry-pick-of-#5961-upstream-release-3.1
...
Automated cherry pick of #5961 : fix: clean pending usage caused by pre-validate-create-data
2020-04-23 00:03:15 +08:00
Zexi Li
8f02b26ae3
Merge pull request #5922 from ioito/automated-cherry-pick-of-#5919-upstream-release-3.1
...
Automated cherry pick of #5919 : fix: 非私有云同步region name
2020-04-22 23:59:45 +08:00
Zexi Li
4a3d0bef39
Merge pull request #5932 from ioito/automated-cherry-pick-of-#5931-upstream-release-3.1
...
Automated cherry pick of #5931 : fix: 转换非标准存储类型到lrs
2020-04-22 23:57:17 +08:00
Zexi Li
93c94454d5
Merge pull request #5948 from tb365/automated-cherry-pick-of-#5945-upstream-release-3.1
...
Automated cherry pick of #5945 : huawei elb sync vpc
2020-04-22 23:55:51 +08:00
Zexi Li
fa7dd281e8
Merge pull request #5954 from zexi/automated-cherry-pick-of-#5951-upstream-release-3.1
...
Automated cherry pick of #5951 : baremetal: ensure power up add retries
2020-04-22 23:52:40 +08:00
Qiu Jian
5f78b96dad
fix: clean pending usage caused by pre-validate-create-data
2020-04-22 23:48:24 +08:00
yunion-ci-robot
29d428a6db
Merge pull request #5941 from tb365/automated-cherry-pick-of-#5927-upstream-release-3.1
...
Automated cherry pick of #5927 : remove aws invalid backendgroup
2020-04-22 23:05:06 +08:00
Zexi Li
d8f1cd5bf6
baremetal: ensure power up add retries
2020-04-22 22:16:44 +08:00
tangbin
ead643b844
huawei elb sync vpc
2020-04-22 20:30:43 +08:00
tangbin
f399796852
remove aws invalid backendgroup
2020-04-22 19:01:21 +08:00
Qu Xuan
be77084d0e
fix: 自动创建项目
2020-04-22 18:56:56 +08:00
Qu Xuan
61c52e6cb5
fix: 转换非标准存储类型到lrs
2020-04-22 18:53:45 +08:00
Yousong Zhou
3a42c05133
lbagent: fend off unexpected resources just in case
...
As resource we do not know whether they are bad, but surely we know
they are not what we expect
2020-04-22 18:50:50 +08:00
Qu Xuan
5d2d5f2cb1
fix: 非私有云同步region name
2020-04-22 18:00:02 +08:00
Zexi Li
849756946b
Merge pull request #5902 from ioito/automated-cherry-pick-of-#5900-upstream-release-3.1
...
Automated cherry pick of #5900 : fix: 尽量避免因代理问题导致google request异常
2020-04-22 15:12:20 +08:00
Zexi Li
18ae833a5e
Merge pull request #5908 from swordqiu/automated-cherry-pick-of-#5906-upstream-release-3.1
...
Automated cherry pick of #5906 : fix: blacklist keystone reset admin password
2020-04-22 15:07:38 +08:00
Qiu Jian
bfb913105d
fix: blacklist keystone reset admin password
2020-04-22 15:03:09 +08:00
Qu Xuan
d9e5df08db
fix: 尽量避免因代理问题导致google request异常
2020-04-22 10:48:47 +08:00
Zexi Li
daeca7f7bf
Merge pull request #5893 from swordqiu/automated-cherry-pick-of-#5890-upstream-release-3.1
...
Automated cherry pick of #5890 : fix: policy details should carry updated_at and created_at fields
2020-04-22 10:39:21 +08:00
Zexi Li
bd117d6d1e
Merge pull request #5898 from swordqiu/automated-cherry-pick-of-#5895-upstream-release-3.1
...
Automated cherry pick of #5895 : fix: delete idp also delete users/groups in target domain
2020-04-22 10:34:08 +08:00
Zexi Li
383b73551a
Merge pull request #5886 from ioito/automated-cherry-pick-of-#5884-upstream-release-3.1
...
Automated cherry pick of #5884 : fix: 仅当变更domainId时才需要更新projectId
2020-04-22 10:32:39 +08:00
Qiu Jian
71351daa59
fix: delete idp also delete users/groups in target domain
2020-04-22 10:15:34 +08:00
Qiu Jian
a5b44df050
fix: policy details should carry updated_at and created_at fields
2020-04-21 22:43:17 +08:00
Qu Xuan
882c5ddc86
fix: 仅当变更domainId时才需要更新projectId
2020-04-21 21:14:39 +08:00
Zexi Li
37e6b25f4a
Merge pull request #5858 from ioito/automated-cherry-pick-of-#5856-upstream-release-3.1
...
Automated cherry pick of #5856 : fix: show sql connection error
2020-04-20 20:55:38 +08:00
Zexi Li
5a2d4737f3
Merge pull request #5868 from tb365/automated-cherry-pick-of-#5865-upstream-release-3.1
...
Automated cherry pick of #5865 : lblis & lbbg & lbr & lbb create add fetch owner id
2020-04-20 20:51:23 +08:00
tangbin
f7b11621a7
lblis & lbbg & lbr & lbb create add fetch owner id
2020-04-20 19:31:09 +08:00
Qu Xuan
13bef96917
fix: show sql connection error
2020-04-20 16:50:15 +08:00
Zexi Li
cfafea78e7
Merge pull request #5851 from swordqiu/automated-cherry-pick-of-#5850-upstream-release-3.1
...
Automated cherry pick of #5850 : fix: allow any character in project/domain name, giveup displayname
2020-04-18 16:27:49 +08:00
Qiu Jian
e94e63d6d4
fix: allow any character in project/domain name, giveup displayname
2020-04-18 16:00:17 +08:00
Zexi Li
b8b8174632
Merge pull request #5848 from swordqiu/automated-cherry-pick-of-#5845-upstream-release-3.1
...
Automated cherry pick of #5845 : fix: cloudproviderregion sync ignore panic
2020-04-18 12:02:31 +08:00
Zexi Li
59ead8ac15
Merge pull request #5843 from tb365/automated-cherry-pick-of-#5840-upstream-release-3.1
...
Automated cherry pick of #5840 : aws elb create bugfix
2020-04-18 12:00:12 +08:00
yunion-ci-robot
0750fad9b4
Merge pull request #5849 from swordqiu/hotfix/qj-proxy-settting-id-revisit-3.1
...
fix: proxysetting_id => proxysetting revisited on 3.1
2020-04-17 22:50:05 +08:00
Qiu Jian
09274e2574
fix: proxysetting_id => proxysetting revisited on 3.1
2020-04-17 22:20:43 +08:00
Qiu Jian
102361dc2a
fix: cloudproviderregion sync ignore panic
2020-04-17 22:08:58 +08:00
TangBin
a4197e96b1
huawei oss client bugfix
2020-04-17 20:47:47 +08:00
TangBin
ac2015d6df
huawei oss client fix & huawei client init fix
2020-04-17 20:47:47 +08:00
tangbin
7dd0fcf719
aws elb create bugfix
2020-04-17 20:47:47 +08:00
Zexi Li
aed78bbb72
Merge pull request #5821 from swordqiu/automated-cherry-pick-of-#5818-upstream-release-3.1
...
Automated cherry pick of #5818 : fix: non-redfish baremetal might support jnlp console
2020-04-17 00:05:18 +08:00
Zexi Li
ed29d7b702
Merge pull request #5826 from ioito/automated-cherry-pick-of-#5825-upstream-release-3.1
...
Automated cherry pick of #5825 : fix: 尽量避免secgroup重名问题
2020-04-17 00:02:53 +08:00
Zexi Li
2fb625c0f0
Merge pull request #5835 from zhaoxiangchun/automated-cherry-pick-of-#5831-upstream-release-3.1
...
Automated cherry pick of #5831 : 修复azure获取不到监控数据的问题
2020-04-17 00:01:26 +08:00
Zexi Li
62726047e8
Merge pull request #5837 from swordqiu/automated-cherry-pick-of-#5836-upstream-release-3.1
...
Automated cherry pick of #5836 : fix: cas auto create project fetch failure
2020-04-16 23:59:54 +08:00
yunion-ci-robot
1c8285bbd2
Merge pull request #5812 from yousong/automated-cherry-pick-of-#5811-upstream-release-3.1
...
Automated cherry pick of #5811 : region: lbagents: default to using public type endpoint of influxdb
2020-04-16 23:24:05 +08:00
Qiu Jian
0885c45f34
fix: cas auto create project fetch failure
2020-04-16 22:33:20 +08:00
zhaoxiangchun
5e623616d0
修复azure获取不到监控数据的问题
2020-04-16 20:13:21 +08:00
Zexi Li
98dbf2e10b
Merge pull request #5806 from ioito/automated-cherry-pick-of-#5805-upstream-release-3.1
...
Automated cherry pick of #5805 : fix: 优化rds sku list查询速度
2020-04-16 18:01:40 +08:00
Zexi Li
aee280b5d7
Merge pull request #5822 from swordqiu/hotfix/qj-update-depecated-by-tag-3.1
...
update deprecated-by tag for release 3.1
2020-04-16 17:59:41 +08:00
Qu Xuan
7fb48f891d
fix: 尽量避免secgroup重名问题
2020-04-16 16:40:44 +08:00
Qiu Jian
a19cdad2f4
change deprecated-by to yunion:deprecated-by
2020-04-16 00:42:20 +08:00
Qiu Jian
175283c94d
fix: non-redfish baremetal might support jnlp console
2020-04-15 23:55:58 +08:00
Yousong Zhou
3245626bb7
region: buckets: use identity_apis.EndpointInterfacePublic
2020-04-15 18:03:30 +08:00
Qu Xuan
3a18169f39
fix: 优化rds sku list查询速度
2020-04-15 18:01:50 +08:00
Yousong Zhou
ba79c4c67b
image: use identity_apis.EndpointInterfacePublic
2020-04-15 18:01:46 +08:00
Yousong Zhou
08cfb1ee71
region: lbagents: default to using public type endpoint of influxdb
2020-04-15 18:01:46 +08:00
Zexi Li
cc38f00731
Merge pull request #5801 from zexi/automated-cherry-pick-of-#5798-upstream-release-3.1
...
Automated cherry pick of #5798 : climc: support k8s service v3.2
2020-04-15 10:38:02 +08:00
Zexi Li
ca563a3221
climc: support k8s service v3.2
2020-04-15 10:37:05 +08:00
Zexi Li
affd6fb567
Merge pull request #5795 from rainzm/automated-cherry-pick-of-#5794-upstream-release-3.1
...
Automated cherry pick of #5794 : fix(region): Fix the snapshotpolicy info in DiskDetails
2020-04-14 22:41:43 +08:00
Zexi Li
4a3ae9da7f
Merge pull request #5796 from swordqiu/feature/qj-cas-user-join-project-3.1
...
feature: cas user auto join designated project
2020-04-14 16:28:40 +08:00
Rain
d8d04512ba
fix(region): Fix the snapshotpolicy info in DiskDetails
2020-04-14 15:41:17 +08:00
Qiu Jian
eac60b484b
feature: cas user auto join designated project
2020-04-14 15:40:01 +08:00
Zexi Li
3e170f8a9b
Merge pull request #5790 from yousong/automated-cherry-pick-of-#5789-upstream-release-3.1
...
Automated cherry pick of #5789 : proxysetting: fix validating delete condition
2020-04-14 10:45:49 +08:00
Zexi Li
14f66686d9
Merge pull request #5786 from ioito/automated-cherry-pick-of-#5785-upstream-release-3.1
...
Automated cherry pick of #5785 : fix: 避免aliyun access key不可用时返回NotFoundError错误
2020-04-14 10:44:58 +08:00
Yousong Zhou
a3b0b2193c
proxysetting: fix validating delete condition
2020-04-13 20:12:53 +08:00
Qu Xuan
af24cbfaa3
fix: 避免aliyun access key不可用时返回NotFoundError错误
2020-04-13 18:49:04 +08:00
Zexi Li
8ef6b60a42
Merge pull request #5779 from swordqiu/automated-cherry-pick-of-#5756-upstream-release-3.1
...
Automated cherry pick of #5756 : fix: 1. allow share proxysetting 2. claim proxsetting as domain resources
2020-04-13 15:45:16 +08:00
Qiu Jian
df00cdbd04
update vendor
2020-04-13 15:27:11 +08:00
Zexi Li
df37a12fc2
Merge pull request #5770 from wanyaoqi/automated-cherry-pick-of-#5769-upstream-release-3.1
...
Automated cherry pick of #5769 : fix host init generate network config
2020-04-13 12:08:44 +08:00
Zexi Li
afc653bb48
Merge pull request #5763 from tb365/automated-cherry-pick-of-#5759-upstream-release-3.1
...
Automated cherry pick of #5759 : aws elb bugfix
2020-04-13 11:27:46 +08:00
Qiu Jian
cae9564f29
update vendor
2020-04-13 11:00:58 +08:00
Qiu Jian
2b45e26243
fix: 1. allow share proxysetting 2. claim proxsetting as domain resources
2020-04-13 11:00:58 +08:00
tangbin
89f6f9985c
aws elb bugfix
2020-04-13 10:29:17 +08:00
Zexi Li
daeb7bb144
Merge pull request #5783 from swordqiu/automated-cherry-pick-of-#5780-upstream-release-3.1
...
Automated cherry pick of #5780 : fix: host jnlp request fail for idrac9
2020-04-13 09:49:21 +08:00
Qiu Jian
4fc343f577
fix: host jnlp request fail for idrac9
2020-04-13 00:13:20 +08:00
yunion-ci-robot
35e6f3992a
Merge pull request #5775 from ioito/automated-cherry-pick-of-#5774-upstream-release-3.1
...
Automated cherry pick of #5774 : fix: azure重装系统删除不必要的参数
2020-04-12 00:37:53 +08:00
Qu Xuan
b1f320bdd5
fix: azure重装系统删除不必要的参数
2020-04-11 15:10:58 +08:00
Zexi Li
e843eecbd1
Merge pull request #5753 from swordqiu/automated-cherry-pick-of-#5745-upstream-release-3.1
...
Automated cherry pick of #5745 : feature: redfish support IDRAC9 baremetal
2020-04-11 13:12:18 +08:00
Zexi Li
597a9d38ca
Merge pull request #5747 from yousong/automated-cherry-pick-of-#5746-upstream-release-3.1
...
Automated cherry pick of #5746 : proxysetting: add class level test action
2020-04-11 13:07:19 +08:00
Zexi Li
03b1a0c0a1
Merge pull request #5766 from yousong/automated-cherry-pick-of-#5765-upstream-release-3.1
...
Automated cherry pick of #5765 : region: lbagent: vrrp.advert_int must be the same inside cluster
2020-04-11 13:05:16 +08:00
Yousong Zhou
168248ef97
region: lbagent: vrrp.advert_int must be the same inside cluster
2020-04-10 15:55:15 +08:00
wanyaoqi
a965ecf107
fix host init generate network config
2020-04-10 15:49:39 +08:00
yunion-ci-robot
e46f6dc0e1
Merge pull request #5741 from yousong/automated-cherry-pick-of-#5740-upstream-release-3.1
...
Automated cherry pick of #5740 : region: lbagents: fix returning error when glob has no match
2020-04-10 09:53:42 +08:00
Qiu Jian
0659981e24
feature: redfish support IDRAC9 baremetal
2020-04-09 22:51:09 +08:00
Yousong Zhou
58db9ddf0f
proxysetting: add class level test action
2020-04-09 17:38:47 +08:00
Yousong Zhou
7e2a369fae
region: lbagents: fix returning error when glob has no match
2020-04-09 11:08:03 +08:00
Zexi Li
d07d8f9652
Merge pull request #5730 from tb365/automated-cherry-pick-of-#5726-upstream-release-3.1
...
Automated cherry pick of #5726 : huawei&qcloud&huawei elb bugfix
2020-04-08 21:54:00 +08:00
Zexi Li
367e92858f
Merge pull request #5736 from swordqiu/automated-cherry-pick-of-#5733-upstream-release-3.1
...
Automated cherry pick of #5733 : fix: idp log connected/disconnected event
2020-04-08 21:51:48 +08:00
Qiu Jian
251639353d
fix: idp log connected/disconnected event
2020-04-08 21:27:04 +08:00
tangbin
e8ef3ab74e
huawei&qcloud&huawei elb bugfix
2020-04-08 20:12:28 +08:00
Zexi Li
6e8a97b995
Merge pull request #5725 from yousong/automated-cherry-pick-of-#5724-upstream-release-3.1
...
Automated cherry pick of #5724 : lbagents: deploy: deploy public type auth_url
2020-04-08 19:45:34 +08:00
Yousong Zhou
721b80e2fe
climc: networks: remove stale dns related commands
2020-04-08 18:09:49 +08:00
Yousong Zhou
3d705eee3f
climc: fix router-route-xx command description
2020-04-08 18:09:49 +08:00
Yousong Zhou
799b7eacb7
climc: add command proxysetting-test
2020-04-08 18:09:49 +08:00
Yousong Zhou
7f9bb72ce3
proxysetting: add test api
2020-04-08 18:09:48 +08:00
Yousong Zhou
860030929d
apis: proxy: fix sanitizing empty proxy string
2020-04-08 18:09:48 +08:00
Yousong Zhou
1914e2b054
climc: proxysetting-update: fix update option
2020-04-08 18:09:48 +08:00
Yousong Zhou
fdfe3bb374
db_dispatcher: default action log for create & update
2020-04-08 18:09:48 +08:00
Yousong Zhou
b1c84895e5
lbagents: deploy: deploy public type auth_url
2020-04-08 18:09:48 +08:00
Zexi Li
e8ce6da148
Merge pull request #5717 from swordqiu/automated-cherry-pick-of-#5714-upstream-release-3.1
...
Automated cherry pick of #5714 : fix: decouple getUserInfo at apigateway from capabilities call
2020-04-08 02:26:23 +08:00
Qiu Jian
b29d752647
fix: decouple getUserInfo at apigateway from capabilities call
2020-04-08 00:06:00 +08:00
Zexi Li
ddda51d272
Merge pull request #5699 from swordqiu/automated-cherry-pick-of-#5698-upstream-release-3.1
...
Automated cherry pick of #5698 : fix: service config changes not effective
2020-04-07 10:38:30 +08:00
Zexi Li
1574970148
Merge pull request #5705 from wanyaoqi/automated-cherry-pick-of-#5704-upstream-release-3.1
...
Automated cherry pick of #5704 : fix migrate cache cdrom
2020-04-07 10:37:20 +08:00
wanyaoqi
f96e632384
fix migrate cache cdrom
2020-04-06 23:17:15 +08:00
Qiu Jian
41bf5a1c17
fix: service config changes not effective
2020-04-06 16:09:00 +08:00
Zexi Li
1f645f550a
Merge pull request #5693 from rainzm/automated-cherry-pick-of-#5691-upstream-release-3.1
...
Automated cherry pick of #5691 : fix(esxi): Fix some question of CheckAndSetCacheImage.
2020-04-05 13:53:32 +08:00
Zexi Li
72bf32b8db
Merge pull request #5697 from swordqiu/automated-cherry-pick-of-#5694-upstream-release-3.1
...
Automated cherry pick of #5694 : fix: misc bugs in usage data
2020-04-05 13:52:32 +08:00
Qiu Jian
93e7780d1d
fix: misc bugs in usage data
2020-04-05 08:06:42 +08:00
Rain
3ad7ac7e18
fix(esxi): Fix some question of CheckAndSetCacheImage.
...
1. If there is storagecachedimage in this host's storagecache, use is
instead of another host's one.
2. SrcStorage should be found from srcHost instead host.
2020-04-04 21:54:14 +08:00
Zexi Li
888c527fa9
Merge pull request #5687 from ioito/automated-cherry-pick-of-#5686-upstream-release-3.1
...
Automated cherry pick of #5686 : fix: 修复重装系统时未能更换指定image问题
2020-04-03 19:43:23 +08:00
Zexi Li
f577998f60
Merge pull request #5672 from ioito/automated-cherry-pick-of-#5671-upstream-release-3.1
...
Automated cherry pick of #5671 : fix: 华为云rds使用自身的存储类型
2020-04-03 19:41:39 +08:00
Zexi Li
57fe0a05af
Merge pull request #5683 from ioito/automated-cherry-pick-of-#5682-upstream-release-3.1
...
Automated cherry pick of #5682 : fix: typo
2020-04-03 11:35:53 +08:00
Qu Xuan
dcfe21a5ee
fix: 修复重装系统时未能更换指定image问题
2020-04-03 11:35:29 +08:00
Qu Xuan
0c3fe7e440
fix: typo
2020-04-02 20:23:15 +08:00
yunion-ci-robot
1452c4d817
Merge pull request #5681 from yousong/bugfix/yousong-cloudaccount-ps-3.1
...
[3.1] cloudaccounts: update: make proxy_setting optional
2020-04-02 19:25:49 +08:00
Zexi Li
d9c7f08c74
Merge pull request #5677 from wanyaoqi/automated-cherry-pick-of-#5676-upstream-release-3.1
...
Automated cherry pick of #5676 : host do not set hostname
2020-04-02 19:07:21 +08:00
yunion-ci-robot
f33b779c24
Merge pull request #5680 from ioito/automated-cherry-pick-of-#5679-upstream-release-3.1
...
Automated cherry pick of #5679 : fix: typo
2020-04-02 18:54:51 +08:00
yunion-ci-robot
05405def86
Merge pull request #5668 from ioito/automated-cherry-pick-of-#5667-upstream-release-3.1
...
Automated cherry pick of #5667 : fix: 修复更新qcloud sdk引出的不兼容问题
2020-04-02 18:51:50 +08:00
Yousong Zhou
644d1a0056
cloudaccounts: update: make proxy_setting optional
2020-04-02 18:41:10 +08:00
Qu Xuan
5b50b77c13
fix: typo
2020-04-02 18:26:40 +08:00
wanyaoqi
9a836d37b5
host do not set hostname
2020-04-02 18:11:40 +08:00
yunion-ci-robot
cc8ca3656d
Merge pull request #5670 from zexi/automated-cherry-pick-of-#5669-upstream-release-3.1
...
Automated cherry pick of #5669 : climc: k8s remove registrysecret create command
2020-04-02 18:09:49 +08:00
Qu Xuan
6a7e1ccaf4
fix: 华为云rds使用自身的存储类型
2020-04-02 17:29:42 +08:00
Zexi Li
2423107c23
climc: k8s remove registrysecret create command
2020-04-02 16:31:18 +08:00
Qu Xuan
f80a0c2a2e
fix: 修复更新qcloud sdk引出的不兼容问题
2020-04-02 15:56:51 +08:00
Zexi Li
5c38e6935e
Merge pull request #5639 from tb365/automated-cherry-pick-of-#5631-upstream-release-3.1
...
Automated cherry pick of #5631 : elb bugfix
2020-04-02 12:47:42 +08:00
Zexi Li
908c7c2d81
Merge pull request #5664 from swordqiu/automated-cherry-pick-of-#5662-upstream-release-3.1
...
Automated cherry pick of #5662 : fix: disk/nics usage should exclude those pending_deleted
2020-04-02 12:45:43 +08:00
Zexi Li
fd8ee54deb
Merge pull request #5657 from yousong/automated-cherry-pick-of-#5652-upstream-release-3.1
...
Automated cherry pick of #5652 : proxysetting: forbid deletion of DIRECT setting
2020-04-02 12:44:05 +08:00
Zexi Li
1b98d99905
Merge pull request #5660 from wanyaoqi/automated-cherry-pick-of-#5659-upstream-release-3.1
...
Automated cherry pick of #5659 : host session use internal endpoint
2020-04-02 12:43:16 +08:00
Qiu Jian
f423eb9011
fix: disk/nics usage should exclude those pending_deleted
2020-04-02 01:53:14 +08:00
tangbin
0ee58ec243
elb bugfix
2020-04-01 20:30:48 +08:00
wanyaoqi
a3318a87c0
host session use internal endpoint
2020-04-01 20:00:59 +08:00
Zexi Li
40bc2e3ae1
Merge pull request #5656 from swordqiu/automated-cherry-pick-of-#5653-upstream-release-3.1
...
Automated cherry pick of #5653 : fix: allow list cloudprovider by default
2020-04-01 18:14:00 +08:00
Yousong Zhou
ef7674af30
proxysetting: validate create/update data
2020-04-01 18:13:00 +08:00
Yousong Zhou
fa8e8e555e
apis: proxy: add input validation
2020-04-01 18:13:00 +08:00
Zexi Li
2e167d8599
Merge pull request #5649 from swordqiu/automated-cherry-pick-of-#5648-upstream-release-3.1
...
Automated cherry pick of #5648 : fix: cancel pending usage might not need to update usage
2020-04-01 18:11:08 +08:00
Yousong Zhou
19f4328ed1
cloudaccount: provide proxysetting details
2020-04-01 18:07:48 +08:00
Qiu Jian
62d009f2f8
fix: allow list cloudprovider by default
2020-04-01 17:48:12 +08:00
Yousong Zhou
2718d7bf4e
proxysetting: forbid deletion of DIRECT setting
2020-04-01 17:16:13 +08:00
Qiu Jian
007566c4b5
fix: cancel pending usage might not need to update usage
2020-04-01 16:43:49 +08:00
Zexi Li
5bcc2a4298
Merge pull request #5647 from ioito/automated-cherry-pick-of-#5646-upstream-release-3.1
...
Automated cherry pick of #5646 : 修复: 默认存在的bucket状态为ready
2020-04-01 16:41:30 +08:00
Qu Xuan
3913a71f5c
修复: 默认存在的bucket状态为ready
2020-04-01 15:18:58 +08:00
Zexi Li
f4fb2b55a2
Merge pull request #5645 from zexi/automated-cherry-pick-of-#5644-upstream-release-3.1
...
Automated cherry pick of #5644 : monitor: add paused api
2020-04-01 13:45:43 +08:00
Zexi Li
071f919d1e
monitor: add paused api
2020-04-01 13:42:59 +08:00
Zexi Li
59309efd8c
Merge pull request #5638 from yousong/feature/yousong-multicloud-proxyfunc-3.1
...
Feature/yousong multicloud proxyfunc 3.1
2020-04-01 10:24:35 +08:00
Zexi Li
7a64637e14
Merge pull request #5641 from swordqiu/automated-cherry-pick-of-#5640-upstream-release-3.1
...
Automated cherry pick of #5640 : fix: changes to request_work_count cause apigateway restart
2020-04-01 10:23:25 +08:00
Qiu Jian
f4baf1761a
fix: changes to request_work_count cause apigateway restart
2020-04-01 10:19:33 +08:00
Yousong Zhou
f8dc741763
cloudcommon: proxysetting: make it domainized
2020-03-31 18:59:27 +08:00
Zexi Li
1739d4f805
Merge pull request #5633 from zexi/automated-cherry-pick-of-#5632-upstream-release-3.1
...
Automated cherry pick of #5632 : monitor: support support extra params in alertnotification joint object
2020-03-31 18:36:10 +08:00
Zexi Li
c681805629
monitor: support support extra params in alertnotification joint object
2020-03-31 17:58:13 +08:00
Zexi Li
2f4e7d585e
Merge pull request #5630 from zexi/automated-cherry-pick-of-#5629-upstream-release-3.1
...
Automated cherry pick of #5629 : monitor: add alert config helper
2020-03-31 16:45:32 +08:00
Zexi Li
d3c3a201b8
monitor: add alert config helper
2020-03-31 16:43:04 +08:00
Zexi Li
9933db70a3
Merge pull request #5625 from wanyaoqi/automated-cherry-pick-of-#5624-upstream-release-3.1
...
Automated cherry pick of #5624 : - add check disk is enable delete - vm enable detach network on running state - add menu on boot from iso - misc fix
2020-03-31 16:24:51 +08:00
yunion-ci-robot
624acc21f9
Merge pull request #5626 from swordqiu/automated-cherry-pick-of-#5623-upstream-release-3.1
...
Automated cherry pick of #5623 : fix: worker may block by worker_chan
2020-03-31 10:03:44 +08:00
Qiu Jian
f361618f06
fix: worker may block by worker_chan
2020-03-31 09:51:33 +08:00
wanyaoqi
790f9fc1a3
vm online detach network
2020-03-30 21:30:44 +08:00
wanyaoqi
e86909c43a
- add check disk is enable delete - vm enable detach network on running state - add menu on boot from iso - misc fix
2020-03-30 21:30:44 +08:00
Zexi Li
9085ee9775
Merge pull request #5620 from swordqiu/automated-cherry-pick-of-#5616-upstream-release-3.1
...
Automated cherry pick of #5616 : fix: increase apigateway default worker count to 32
2020-03-30 19:22:44 +08:00
Qiu Jian
34c7a31106
fix: increase apigateway default worker count to 32
2020-03-30 19:08:11 +08:00
yunion-ci-robot
52bbe4d74e
Merge pull request #5618 from zexi/automated-cherry-pick-of-#5617-upstream-release-3.1
...
Automated cherry pick of #5617 : action: add region dns image
2020-03-30 15:10:44 +08:00
Zexi Li
2190de3e77
action: add region dns image
2020-03-30 15:05:55 +08:00
Zexi Li
d58e8f3b67
Merge pull request #5607 from yousong/automated-cherry-pick-of-#5606-upstream-release-3.1
...
Automated cherry pick of #5606 : region: lbagent: move systemd service unit file to system dir
2020-03-28 10:29:33 +08:00
yunion-ci-robot
a431d7ca20
Merge pull request #5612 from swordqiu/automated-cherry-pick-of-#5608-upstream-release-3.1
...
Automated cherry pick of #5608 : fix: allow list loadbalancer cluster by default
2020-03-28 09:47:41 +08:00
Qiu Jian
8fed2fc64b
fix: allow list loadbalancer cluster by default
2020-03-28 09:05:28 +08:00
Yousong Zhou
68900b3fab
region: lbagent: move systemd service unit file to system dir
2020-03-27 15:32:11 +08:00
Zexi Li
4ddb4e14a5
Merge pull request #5602 from ioito/automated-cherry-pick-of-#5601-upstream-release-3.1
...
Automated cherry pick of #5601 : fix: 修正gcp不支持预付费资源
2020-03-26 20:33:08 +08:00
Qu Xuan
1c9a926247
fix: 修正gcp不支持预付费资源
2020-03-26 20:01:37 +08:00
Zexi Li
0ac45d9ff7
Merge pull request #5591 from yousong/feature/yousong-backport-proxyfunc
...
Feature/yousong backport proxyfunc
2020-03-26 10:41:11 +08:00
Yousong Zhou
45a4848808
climc: add cloud-account-update-google
2020-03-25 17:34:16 +08:00
Yousong Zhou
0fb6de4d80
cloudaccounts: fix checking update data
2020-03-25 17:34:16 +08:00
Yousong Zhou
1bcd3dcab6
mcclient: cloudaccounts: allow updating proxysetting
2020-03-25 17:34:16 +08:00
Yousong Zhou
291230694d
mcclient: add proxysettings manager
2020-03-25 17:33:24 +08:00
Yousong Zhou
140ac46e67
cloudevent: use cloudprovider proxysetting
2020-03-25 17:33:24 +08:00
Yousong Zhou
0e5f5221f0
region: refer to proxySetting
2020-03-25 17:33:24 +08:00
Yousong Zhou
5813d64a7d
cloudcommon: proxysetting: referrerMen
2020-03-25 17:33:24 +08:00
Yousong Zhou
6444825331
cloudevent: add proxy.ProxySettingManager
2020-03-25 17:33:24 +08:00
Yousong Zhou
adfad567f6
s3gateway: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
cf7c63be3f
region: add cloudaccount.ProxySettingId
2020-03-25 17:33:24 +08:00
Yousong Zhou
1d78192a36
cloudprovider: add TestProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
462b832e1a
objectstore: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
06fad05278
objectstore: use ObjectStoreClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
1695947221
esxi: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
4c40e3bf40
esxi: use ESXiClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
4f270a3ff0
openstack: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
6a7382f5be
mcclient: add SetHttpTransportProxyFunc()
2020-03-25 17:33:24 +08:00
Yousong Zhou
a7cff31e3c
openstack: use OpenstackClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
874699a1d7
zstack: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
c3c5b0b156
zstack: use ZstackClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
22bc479420
zstack: remove sessionID field
2020-03-25 17:33:24 +08:00
Yousong Zhou
64387f83d8
ucloud: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
b4438122f9
ucloud: use UcloudClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
11ee270911
qcloud: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
70b78835d3
qcloud: use QcloudClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
0faa2bfb9c
vendor: update github.com/tencentcloud/tencentcloud-sdk-go
2020-03-25 17:33:24 +08:00
Yousong Zhou
991b3bb5cf
huawei: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
608a18eed4
huawei: client: add SBaseManager.SetHttpClient()
2020-03-25 17:33:24 +08:00
Yousong Zhou
292ca54153
huawei: use HuaweiClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
a157596973
azure: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
23bc582407
azure: use AzureClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
cfe5b990f9
aws: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
58f6f37891
aws: use AwsClientConfig
2020-03-25 17:33:24 +08:00
Yousong Zhou
5ab5fbdf92
ctyun: use cpcfg.ProxyFunc
2020-03-25 17:33:24 +08:00
Yousong Zhou
374d15b701
ctyun: use CtyunClientConfig
2020-03-25 17:33:23 +08:00
Yousong Zhou
e57dcee3e4
google: use cpcfg.ProxyFunc
2020-03-25 17:33:23 +08:00
Yousong Zhou
01ca954399
google: use GoogleClientConfig
2020-03-25 17:33:23 +08:00
Yousong Zhou
7da2fa556c
aliyun: use cpcfg.ProxyFunc
2020-03-25 17:17:29 +08:00
Yousong Zhou
4c50f40771
aliyun clientcfg
2020-03-25 17:17:29 +08:00
Yousong Zhou
85a9d51e58
httputils: add SetClientProxyFunc(client, proxyFunc)
2020-03-25 17:17:29 +08:00
Yousong Zhou
8009857c8a
cloudprovider: use ProviderConfig
2020-03-25 17:16:35 +08:00
Yousong Zhou
e2826b1338
cloudcommon: add ProxySetting
2020-03-25 17:15:47 +08:00
Zexi Li
7e88a79a8d
Merge pull request #5582 from yousong/automated-cherry-pick-of-#5581-upstream-release-3.1
...
Automated cherry pick of #5581 : webconsole: typo fix accessable -> accessible
2020-03-23 21:14:18 +08:00
Yousong Zhou
51f0ff4d9c
httperrors: fix passing "params" argument
2020-03-23 16:41:13 +08:00
Yousong Zhou
bd922dfe14
webconsole: typo fix accessable -> accessible
2020-03-23 16:41:13 +08:00
Zexi Li
096ce97503
Merge pull request #5578 from zexi/automated-cherry-pick-of-#5577-upstream-release-3.1
...
Automated cherry pick of #5577 : climc: k8s storageclass support
2020-03-23 10:53:03 +08:00
Zexi Li
336b8fa6f9
Merge pull request #5570 from yousong/automated-cherry-pick-of-#5569-upstream-release-3.1
...
Automated cherry pick of #5569 : build: cache-aware docker-xxx-build
2020-03-23 10:52:32 +08:00
Zexi Li
499be25fc0
climc: k8s storageclass support
2020-03-23 10:52:07 +08:00
Zexi Li
4ec48d5a66
Merge pull request #5568 from tb365/automated-cherry-pick-of-#5567-upstream-release-3.1
...
Automated cherry pick of #5567 : ctyun bugfix
2020-03-20 19:39:58 +08:00
Zexi Li
b7861f5341
Merge pull request #5572 from wanyaoqi/automated-cherry-pick-of-#5571-upstream-release-3.1
...
Automated cherry pick of #5571 : guest add metadata cpu mode
2020-03-20 19:39:27 +08:00
wanyaoqi
c2a82bd9cd
guest add metadata cpu mode
...
- live migrate if guest cpu mode is qemu, do not check host cpu mode
- disk name generation replace '_' to '-'
2020-03-20 15:10:47 +08:00
Yousong Zhou
ee8b23bdc7
scripts: remove host_find_libraries.sh
...
Not needed after we switch to using native alpine image
2020-03-20 14:44:51 +08:00
Yousong Zhou
1b3979fb97
build: cache-aware docker-xxx-build
2020-03-20 14:44:51 +08:00
tangbin
26ac56c1a6
ctyun bugfix
2020-03-20 10:30:48 +08:00
Zexi Li
1833456c45
Merge pull request #5556 from rainzm/automated-cherry-pick-of-#5555-upstream-release-3.1
...
Automated cherry pick of #5555 : feat(notify): Compatibility and repair
2020-03-19 10:05:59 +08:00
yunion-ci-robot
50dc428692
Merge pull request #5491 from ioito/automated-cherry-pick-of-#5490-upstream-release-3.1
...
Automated cherry pick of #5490 : fix: class action 统一使用keywords包裹
2020-03-19 08:48:20 +08:00
Rain
d403d6d62f
feat(notify): Compatibility and repair
2020-03-18 20:54:18 +08:00
Zexi Li
8fca2c7c8f
Merge pull request #5546 from swordqiu/automated-cherry-pick-of-#5545-upstream-release-3.1
...
Automated cherry pick of #5545 : fix: policy fetcher not retry after initial failure
2020-03-18 10:53:12 +08:00
Qu Xuan
5dac5a465b
fix: class action 统一使用keywords包裹
2020-03-17 18:44:10 +08:00
Qiu Jian
f3c9ad15da
fix: policy fetcher not retry after initial failure
2020-03-17 18:30:29 +08:00
Zexi Li
12040bd5aa
Merge pull request #5544 from ioito/automated-cherry-pick-of-#5543-upstream-release-3.1
...
Automated cherry pick of #5543 : fix: 避免dbinstance_sku.get 异常
2020-03-17 17:20:08 +08:00
Qu Xuan
6367d20757
fix: 避免dbinstance_sku.get 异常
2020-03-17 17:04:13 +08:00
Zexi Li
4dbbb2b1b5
Merge pull request #5542 from zexi/automated-cherry-pick-of-#5541-upstream-release-3.1
...
Automated cherry pick of #5541 : monitor: fix meteralert update status
2020-03-17 14:59:32 +08:00
Zexi Li
7a756c5766
monitor: fix meteralert update status
2020-03-17 15:00:45 +08:00
Zexi Li
ce7212a798
Merge pull request #5507 from swordqiu/automated-cherry-pick-of-#5506-upstream-release-3.1
...
Automated cherry pick of #5506 : fix: recode cloudprovider usable filter
2020-03-17 11:39:47 +08:00
yunion-ci-robot
e0c6ea920d
Merge pull request #5530 from ioito/automated-cherry-pick-of-#5529-upstream-release-3.1
...
Automated cherry pick of #5529 : fix: 避免重装系统失败后imageId依然发生改变
2020-03-17 08:22:14 +08:00
yunion-ci-robot
892b769d3a
Merge pull request #5537 from ioito/automated-cherry-pick-of-#5536-upstream-release-3.1
...
Automated cherry pick of #5536 : fix: 修复谷歌云 cloud-provider-clirc 显示错误问题
2020-03-17 08:13:14 +08:00
Qu Xuan
0f31a7d479
fix: 修复谷歌云 cloud-provider-clirc 显示错误问题
2020-03-16 20:09:43 +08:00
yunion-ci-robot
cafc8dedc7
Merge pull request #5524 from ioito/automated-cherry-pick-of-#5452-upstream-release-3.1
...
Automated cherry pick of #5452 : fix: 优化rds sku同步逻辑
2020-03-16 15:25:14 +08:00
Zexi Li
5f168a76af
Merge pull request #5518 from swordqiu/automated-cherry-pick-of-#5517-upstream-release-3.1
...
Automated cherry pick of #5517 : fix: storage details missing capacity fields since 3.1
2020-03-16 13:00:59 +08:00
Zexi Li
985b56353b
Merge pull request #5500 from zhaoxiangchun/automated-cherry-pick-of-#5496-upstream-release-3.1
...
Automated cherry pick of #5496 : vmware 宿主机监控信息获取
2020-03-16 12:57:33 +08:00
Qu Xuan
0570476c5c
fix: 避免重装系统失败后imageId依然发生改变
2020-03-16 11:29:44 +08:00
Qu Xuan
2d641b4e30
fix: 优化rds sku同步逻辑
2020-03-16 10:33:38 +08:00
yunion-ci-robot
3bc58d2c8e
Merge pull request #5520 from ioito/automated-cherry-pick-of-#5519-upstream-release-3.1
...
Automated cherry pick of #5519 : fix: 避免未传递prority参数导致校验未通过
2020-03-16 09:09:13 +08:00
Qu Xuan
4b472cfd30
fix: 避免未传递prority参数导致校验未通过
2020-03-15 13:12:44 +08:00
Qiu Jian
04e79b5140
fix: storage details missing capacity fields since 3.1
2020-03-14 22:02:29 +08:00
yunion-ci-robot
7435c8bc29
Merge pull request #5515 from zexi/automated-cherry-pick-of-#5511-upstream-release-3.1
...
Automated cherry pick of #5511 : scheduler: fix disk allocated not balanced
2020-03-14 17:50:05 +08:00
Zexi Li
8031105ea2
scheduler: fix disk allocated not balanced
2020-03-14 16:51:45 +08:00
Qiu Jian
d7fd2b7d8c
fix: recode cloudprovider usable filter
2020-03-14 09:04:32 +08:00
Zexi Li
2f50aae082
Merge pull request #5502 from zexi/automated-cherry-pick-of-#5501-upstream-release-3.1
...
Automated cherry pick of #5501 : auth: check isAuthed if nil
2020-03-13 19:18:18 +08:00
Zexi Li
4ec8b1f523
auth: check isAuthed if nil
2020-03-13 19:19:11 +08:00
zhaoxiangchun
2c97fdaf46
vmware 宿主机监控信息获取
2020-03-13 17:23:35 +08:00
yunion-ci-robot
ed06f6ed84
Merge pull request #5475 from rainzm/automated-cherry-pick-of-#5454-upstream-release-3.1
...
Automated cherry pick of #5454 : fix(glance): Structured subimage info and add 'created_at' field
2020-03-13 15:44:02 +08:00
yunion-ci-robot
6e29509da4
Merge pull request #5486 from wanyaoqi/automated-cherry-pick-of-#5484-upstream-release-3.1
...
Automated cherry pick of #5484 : download handler set no timeout
2020-03-13 14:33:02 +08:00
wanyaoqi
9a3df26dc1
download handler set no timeout
2020-03-13 11:40:18 +08:00
Zexi Li
9b335e2afa
Merge pull request #5485 from rainzm/automated-cherry-pick-of-#5479-upstream-release-3.1
...
Automated cherry pick of #5479 : fix(scheduler): Candidater's CloudProvider maybe nil
2020-03-13 11:28:05 +08:00
Rain
8ebb409ef3
fix(scheduler): Candidater's CloudProvider maybe nil
...
Candidater(Host) in Provider Onecloud doesn't have CloudProvider.
2020-03-13 11:26:42 +08:00
Zexi Li
61757b8e8a
Merge pull request #5481 from rainzm/automated-cherry-pick-of-#5480-upstream-release-3.1
...
Automated cherry pick of #5480 : fix(esxi): VlanID '1' is default value
2020-03-13 11:11:18 +08:00
Zexi Li
67b8fa74f3
Merge pull request #5474 from zhaoxiangchun/automated-cherry-pick-of-#5472-upstream-release-3.1
...
Automated cherry pick of #5472 : 修复meteralartbug
2020-03-13 00:44:21 +08:00
Rain
bc72a0c172
fix(esxi): VlanID '1' is default value
2020-03-12 20:58:36 +08:00
yunion-ci-robot
49d73df622
Merge pull request #5469 from zexi/automated-cherry-pick-of-#5458-upstream-release-3.1
...
Automated cherry pick of #5458 : region: baremetal convert host join as k8s node
2020-03-12 20:51:15 +08:00
Rain
a9c1a9c5a4
fix(glance): Structured subimage info and add 'created_at' field
2020-03-12 19:27:10 +08:00
yunion-ci-robot
653eaf019e
Merge pull request #5471 from wanyaoqi/automated-cherry-pick-of-#5470-upstream-release-3.1
...
Automated cherry pick of #5470 : region misc fix
2020-03-12 17:34:15 +08:00
zhaoxiangchun
df443d9593
修复meteralartbug
...
1.设置消费日提醒时,提示名称重复。
2.查询信息时MeterAlertDetails的一些字段没有回显。
2020-03-12 17:29:27 +08:00
wanyaoqi
51216bdc80
region misc fix
2020-03-12 16:49:22 +08:00
Zexi Li
3c7917425b
region: baremetal convert host join as k8s node
2020-03-12 16:32:20 +08:00
Zexi Li
0dd7604d6a
Merge pull request #5462 from bistuzx/automated-cherry-pick-of-#5459-upstream-release-3.1
...
Automated cherry pick of #5459 : add bucket connection test
2020-03-12 16:20:31 +08:00
张旭
eb72141e52
change climc bucket options import
2020-03-12 12:27:08 +08:00
张旭
235aba14f4
add bucket connection test
2020-03-12 12:27:08 +08:00
Zexi Li
e81dc6c36d
Merge pull request #5466 from rainzm/feat/vendor_3.1
...
feat: Update Vendor for release/3.1
2020-03-12 12:07:26 +08:00
Rain
5edd07e805
feat: Update Vendor for release/3.1
2020-03-12 11:53:22 +08:00
yunion-ci-robot
7139672f63
Merge pull request #5446 from rainzm/automated-cherry-pick-of-#5444-upstream-release-3.1
...
Automated cherry pick of #5444 : fix(esxi): UnitNumber 7 is unavailable for scsi controller
2020-03-12 02:51:02 +08:00
yunion-ci-robot
926cabd695
Merge pull request #5441 from rainzm/automated-cherry-pick-of-#5439-upstream-release-3.1
...
Automated cherry pick of #5439 : fix(esxi): Fix bugs when using network with vlanID
2020-03-12 02:46:02 +08:00
yunion-ci-robot
e28cb2edcc
Merge pull request #5456 from wanyaoqi/automated-cherry-pick-of-#5455-upstream-release-3.1
...
Automated cherry pick of #5455 : fix structure host storage output: storagecache_id
2020-03-12 02:45:01 +08:00
wanyaoqi
bf9c9251f9
fix structure host storage output: storagecache_id
2020-03-11 18:09:02 +08:00
Rain
6b6c965299
fix(esxi): UnitNumber 7 is unavailable for scsi controller
...
By default, the virtual SCSI controller is assigned to virtual device node (z:7),
so that device node is unavailable for hard disks or other devices.
https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.vm_admin.doc/GUID-5872D173-A076-42FE-8D0B-9DB0EB0E7362.html
2020-03-11 15:19:16 +08:00
Rain
bdb9929628
fix(esxi): Fix bugs when using network with vlanID
2020-03-11 11:03:15 +08:00