Rain
|
4d8e0ba1b4
|
fix/autoscaling: fix some problem
1. ScalingGroupGuestManger.Query 默认添加 NotEqual(...)
2. ScalingGroup.Scale 扩大锁的粒度,更新冷却时间也挪到这里面
3. climc 中增加 scaling-group-show
|
2020-04-26 20:59:44 +08:00 |
|
yunion-ci-robot
|
74eef22025
|
Merge pull request #6014 from zexi/hotfix/scheduler-free-port
scheduler: fix network predicate get wrong free port
|
2020-04-26 00:28:32 +08:00 |
|
Zexi Li
|
f39c829595
|
scheduler: fix network predicate get wrong free port
|
2020-04-25 23:23:43 +08:00 |
|
Zexi Li
|
e7550b781d
|
Merge pull request #6004 from swordqiu/hotfix/qj-name-validator-revisited
fix: dns name pattern revisited
|
2020-04-25 10:44:27 +08:00 |
|
Zexi Li
|
1ca876b163
|
Merge pull request #6007 from swordqiu/hotfix/qj-update-api-docs-url
fix: update README api docs url to v2
|
2020-04-25 10:42:54 +08:00 |
|
Qiu Jian
|
5f4f11bee4
|
fix: update README api docs url to v2
|
2020-04-24 23:33:26 +08:00 |
|
Qiu Jian
|
61051b843f
|
fix: dns name pattern revisited
|
2020-04-24 21:52:09 +08:00 |
|
yunion-ci-robot
|
b75dcf6107
|
Merge pull request #5911 from yousong/feature/yousong-vpc-distgw
Feature/yousong vpc distgw
|
2020-04-24 21:08:29 +08:00 |
|
Zexi Li
|
0d79d42e28
|
Merge pull request #6002 from swordqiu/hotfix/qj-fix-document-gen-codes
fix: code autogen issues
|
2020-04-24 20:33:10 +08:00 |
|
Zexi Li
|
a725b53641
|
Merge pull request #5978 from rainzm/fix/auto_scaling8
Fix/Auto Scaling
|
2020-04-24 20:30:19 +08:00 |
|
Qiu Jian
|
7ab3a06b46
|
fix: code autogen issues
|
2020-04-24 20:19:43 +08:00 |
|
Rain
|
16226becf7
|
fix/autoscaling: Add 'scaling_group_id' for server-list result
|
2020-04-24 19:33:59 +08:00 |
|
Rain
|
32280e2145
|
fix/autoscaling: Add status 'pending_remove' for ScalingGroup_Guest
The status 'pending_remove' means that the guest described by
ScalingGroup_Guest has been pendingdeleted or deleted.
|
2020-04-24 19:33:46 +08:00 |
|
Yousong Zhou
|
f05e16bd1b
|
hostman: let sdnagent do port cleanup
ovsutils.CleanHiddenPorts() is buggy in that it has no regards for
patch ports
|
2020-04-24 18:32:09 +08:00 |
|
Yousong Zhou
|
279e68ae09
|
hostman: options: add ovn_mapped_bridge
|
2020-04-24 18:32:09 +08:00 |
|
Yousong Zhou
|
5acbec4529
|
hostman: options: add allow_xx_vms
|
2020-04-24 18:32:09 +08:00 |
|
Yousong Zhou
|
d2c0ba4d5a
|
vpcagent: ovn: use network.GuestDns when available
|
2020-04-24 18:32:09 +08:00 |
|
Yousong Zhou
|
05c38c8130
|
vpcagent: ovn: manage static routes
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
0578d6c498
|
vpcagent: ovn: guestnetwork: guard against empty dhcpopt
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
1c50ffb216
|
vpcagent: ovn: rename subnet, guestnetwork ovn obj names
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
38354229b8
|
vpcagent: ovn: use cmp() when claimVpc
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
d8e419cfae
|
vpcagent: ovn: use cmp()
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
4d3eba9bac
|
vpcagent: add cmp() for search and pre-cleanup
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
e6bb3397d1
|
vpcagent: ovn: make host ls when claimVpc
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
e4ad3f4194
|
vpcagent: models: include guest, host
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
ff2686689c
|
guests: always include host_id in desc
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
9990ad3bcc
|
guestnetworks: add vpc id and mapped ip addr info to nic desc
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
3142957f5b
|
guestnetworks,hosts: add alloc mapped ip addr for use in onecloud vpc
|
2020-04-24 18:32:08 +08:00 |
|
Yousong Zhou
|
12639e027b
|
apis: add ovn distgw const definitions
|
2020-04-24 18:32:08 +08:00 |
|
Zexi Li
|
fd82d1ed0f
|
Merge pull request #5995 from yousong/bugfix/yousong-lb
lblistener: fix updating lblistener without backend_group field
|
2020-04-24 18:17:10 +08:00 |
|
Zexi Li
|
5be072b7c9
|
Merge pull request #5993 from yousong/bugfix/yousong-misc
cloudcommon: allow create:"domain" tag
|
2020-04-24 14:45:34 +08:00 |
|
Yousong Zhou
|
1224cd819f
|
lblistener: fix updating lblistener without backend_group field
Fixes dd01610931 ("lblistener: allow setting http/https listener
backendgroup to empty")
|
2020-04-24 14:21:25 +08:00 |
|
Yousong Zhou
|
14389667a4
|
cloudcommon: allow create:"domain" tag
Fixes panic: model manager hosts: column manager_uri has invalid tag
create:"domain", expecting [required optional domain_required
domain_optional admin_required admin_optional]
|
2020-04-24 14:13:30 +08:00 |
|
Zexi Li
|
7688a13453
|
Merge pull request #5985 from ioito/hotfix/qx-rds-optimized
fix: 避免rds任务交叉运行
|
2020-04-24 14:10:48 +08:00 |
|
Qu Xuan
|
5754fe90c5
|
fix: 避免rds任务交叉运行
|
2020-04-24 11:27:38 +08:00 |
|
Zexi Li
|
69ae7cab65
|
Merge pull request #5971 from rainzm/fix/guest_disk
feat(region): Structured diskinfo and add 'Id', 'Name' field
|
2020-04-24 11:22:01 +08:00 |
|
Zexi Li
|
30bbae6979
|
Merge pull request #5982 from swordqiu/hotfix/qj-domain-resource-fields-use-domain-tags
fix: domain resources' field tags should changed to domain tags
|
2020-04-24 11:15:07 +08:00 |
|
Zexi Li
|
681cc963b2
|
Merge pull request #5984 from zexi/feature/climc-zsh-completion
climc: support zsh completion
|
2020-04-24 11:14:20 +08:00 |
|
Zexi Li
|
e884f4b6f0
|
climc: support zsh completion
|
2020-04-24 01:48:00 +08:00 |
|
Zexi Li
|
1ff15c33b9
|
Merge pull request #5960 from swordqiu/hotfix/qj-opslog-create-fail
Hotfix/qj opslog create fail
|
2020-04-24 01:37:18 +08:00 |
|
Zexi Li
|
0493932f94
|
Merge pull request #5975 from ioito/hotfix/cloud-event-filter
fix: 添加cloudevent过滤参数
|
2020-04-24 01:36:10 +08:00 |
|
Zexi Li
|
fef17c5106
|
Merge pull request #5979 from ioito/hotfix/qx-cloudevent-sync-optimized
fix: cloudevent使用代理优化
|
2020-04-24 01:35:04 +08:00 |
|
Qiu Jian
|
ee42b9c014
|
fix: domain resources' field tags should changed to domain tags
|
2020-04-23 22:10:22 +08:00 |
|
yunion-ci-robot
|
7ff622b740
|
Merge pull request #5973 from tb365/bugfix/tb-bugfix-0423
aliyun create elb listener fix
|
2020-04-23 20:23:53 +08:00 |
|
Rain
|
8c4b025dc3
|
feat(region): Structured diskinfo and add 'Id', 'Name' field
|
2020-04-23 18:01:30 +08:00 |
|
Qu Xuan
|
cea9cf95b5
|
fix: cloudevent使用代理优化
|
2020-04-23 17:52:43 +08:00 |
|
Rain
|
39d5603af8
|
fix/autoscaling: Change ScalingPolicy as VirtualResource
|
2020-04-23 17:23:45 +08:00 |
|
Rain
|
acb4d1cabe
|
fix/autoscaling: Use UserCred's session but AdminSession to request monitor
|
2020-04-23 17:21:21 +08:00 |
|
Qu Xuan
|
a5b6e894b4
|
fix: 添加cloudevent过滤参数
|
2020-04-23 17:11:44 +08:00 |
|
tangbin
|
a06f7e7b50
|
aliyun create elb listener fix
|
2020-04-23 16:29:36 +08:00 |
|