Qu Xuan
86383b5a5d
fix: 不再统计已删除资源的标签数量
2020-04-08 16:28:16 +08:00
Rain
cbe9f84b6b
fix(region): Fix some display params about guest template
...
1. GuestTemplate's brand is from its hypervisor.
2. GuestTemplate's secgroups is a array which from input.secgroups.
2020-04-08 14:54:07 +08:00
Zexi Li
8b9688a711
Merge pull request #5718 from swordqiu/hotfix/qj-role-policy-filter-by-owner-missing
...
fix: role/policy missing FilterByOwner implementation
2020-04-08 12:12:13 +08:00
Qiu Jian
4a3749d3f9
fix: role/policy missing FilterByOwner implementation
2020-04-08 02:32:05 +08:00
Qiu Jian
f11a978209
fix: decouple getUserInfo at apigateway from capabilities call
2020-04-08 00:02:14 +08:00
Zexi Li
e6b9eaea79
Merge pull request #5709 from swordqiu/feature/qj-change-owner-candiate-domains
...
feature: add API to retrieve resource's change owner candidate domains
2020-04-07 21:46:50 +08:00
Qiu Jian
8fad5086f0
fix: 1. parameter duplicate error due to missing name filter 2.
...
infras_quota setKeys error
2020-04-07 20:54:18 +08:00
Qiu Jian
d99c4776e9
feature: add API to retrieve resource's change owner candidate domains
2020-04-07 16:22:51 +08:00
Qiu Jian
c758167e86
fix: default value of is_domain field is not consistent between
...
projects and domains
2020-04-07 14:14:54 +08:00
Zexi Li
dd0a52a696
Merge pull request #5698 from swordqiu/hotfix/qj-service-config-change-not-effective
...
fix: service config changes not effective
2020-04-07 10:38:04 +08:00
Zexi Li
ea629a53ae
Merge pull request #5702 from swordqiu/hotfix/qj-remove-obsolete-policy-definitons
...
fix: remove obsolete policy definitions
2020-04-07 10:37:58 +08:00
Zexi Li
6b32911980
Merge pull request #5703 from swordqiu/hotfix/qj-domain-resource-usage
...
fix: add domain-level compute resource usage
2020-04-07 10:37:52 +08:00
Zexi Li
879e0229e9
Merge pull request #5704 from wanyaoqi/bugfix/wyq/fix-migrate-cache-cdrom
...
fix migrate cache cdrom
2020-04-07 10:37:04 +08:00
wanyaoqi
d44fa08ac3
fix migrate cache cdrom
2020-04-06 23:15:12 +08:00
Qiu Jian
5536dda530
fix: add domain-level compute resource usage
2020-04-06 18:07:14 +08:00
Qiu Jian
cada2d607c
fix: remove obsolete policy definitions
2020-04-06 16:37:38 +08:00
Qiu Jian
adeda57082
fix: service config changes not effective
2020-04-06 15:43:29 +08:00
Zexi Li
1f1e6240f9
Merge pull request #5666 from rainzm/feature/auto_scaling
...
Feature/auto scaling
2020-04-05 13:54:11 +08:00
Qiu Jian
9b0e464c1f
fix: misc bugs in usage data
2020-04-04 23:11:09 +08:00
Rain
d595a6a61f
fix: fix based on reviewer's and tester's suggestions
...
1. ScalingPolicy's CoolingTime will limit ScalingPolicy with 'alarm' TriggerType
2. Health Check will remove instance that has been shut down for 3 minutes.
3. If TargetNumer > SG.MaxInstanceNumber or TargetNumber < SG.MinInstanceNumber,
ScalingActivity's status will be set to 'part_success'.
4. When you want to increase the DesireInstanceNumber that has reached the maximum value,
or decrease the this that has reached the minimum value, the ScalingActivity is rejected.
5. ScalingPolicy.PostCreate and PostDelete asynchronous execution.
2020-04-04 21:45:12 +08:00
Rain
d1c92c689a
fix: fmt's format string
2020-04-04 21:10:57 +08:00
Rain
7eb38704d1
feature: Add instance health check
2020-04-04 21:10:57 +08:00
Rain
6d77bb11f6
update generated model
2020-04-04 21:10:57 +08:00
Rain
690fb0c95d
Add copyright and format code
2020-04-04 21:10:57 +08:00
Rain
b9ed3c1bc2
feature: scaling_group support alert
2020-04-04 21:10:51 +08:00
Rain
01999fafa0
update generated model for compute
2020-04-04 21:03:36 +08:00
Rain
f0a8d60dbd
feature: autoscaling controller finished
2020-04-04 21:03:28 +08:00
Zexi Li
c776ec6907
Merge pull request #5691 from rainzm/fix/esxi-cache-image
...
fix(region): Fix some question of CheckAndSetCacheImage.
2020-04-03 19:45:36 +08:00
Zexi Li
9e9dcac496
Merge pull request #5684 from swordqiu/feature/qj-domain-level-quotas
...
feature: domain resource quota
2020-04-03 19:44:56 +08:00
Zexi Li
4777636133
Merge pull request #5686 from ioito/hotfix/qx-rebuild-root-fix
...
fix: 修复重装系统时未能更换指定image问题
2020-04-03 19:43:11 +08:00
Zexi Li
b838aafef5
Merge pull request #5671 from ioito/hotfix/qx-huawei-rds-fix
...
fix: 华为云rds使用自身的存储类型
2020-04-03 19:41:33 +08:00
Zexi Li
4c381c2130
Merge pull request #5586 from wanyaoqi/feature/wyq/esxi2kvm-migration
...
feature: copy esxi guest to kvm
2020-04-03 19:41:03 +08:00
Rain
3e10786e0c
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-03 14:30:31 +08:00
Zexi Li
86addd6e59
Merge pull request #5685 from swordqiu/feature/qj-idp-config-update
...
feature: identity provider improvements
2020-04-03 11:38:52 +08:00
Zexi Li
b6ae386c2f
Merge pull request #5682 from ioito/hotfix/qx-zone-info
...
fix: typo
2020-04-03 11:36:05 +08:00
Qu Xuan
93ffbd47d9
fix: 修复重装系统时未能更换指定image问题
2020-04-03 11:31:06 +08:00
Qiu Jian
d1346771aa
feature: domain resource quota
2020-04-03 02:03:55 +08:00
Qiu Jian
c1c9aa300d
feature: identity provider improvements
2020-04-03 01:54:07 +08:00
Rain
e8eadc24ce
feature: Controller and some api
2020-04-02 20:42:47 +08:00
Qu Xuan
cc28924fb5
fix: typo
2020-04-02 20:21:23 +08:00
Zexi Li
193d014034
Merge pull request #5676 from wanyaoqi/feature/wyq/host-set-hostname
...
host do not set hostname
2020-04-02 19:06:53 +08:00
yunion-ci-robot
796ca2db8e
Merge pull request #5667 from ioito/hotfix/qx-qcloud-sdk
...
fix: 修复更新qcloud sdk引出的不兼容问题
2020-04-02 18:51:50 +08:00
wanyaoqi
cf58fefea1
host do not set hostname
2020-04-02 18:09:55 +08:00
wanyaoqi
cc3a2da1a8
fix host-deployer base
2020-04-02 18:02:32 +08:00
wanyaoqi
92e88f2a97
- copy esxi guest to kvm
2020-04-02 17:56:50 +08:00
Qu Xuan
9e1693e443
fix: 华为云rds使用自身的存储类型
2020-04-02 17:28:22 +08:00
Zexi Li
5c55c98021
climc: k8s remove registrysecret create command
2020-04-02 16:29:29 +08:00
Qu Xuan
16b4ed0bda
fix: 修复更新qcloud sdk引出的不兼容问题
2020-04-02 15:56:16 +08:00
Rain
a776f21762
feat(scaling): Auto scaling group
2020-04-02 14:57:37 +08:00
Zexi Li
8adc5ed0d9
Merge pull request #5631 from tb365/bugfix/tb-bugfix-0331
...
elb bugfix
2020-04-02 12:47:11 +08:00