Qu Xuan
4cb3381c04
fix: 设置自动续费任务异常
2020-04-15 20:04:00 +08:00
Qu Xuan
c6a474e036
fix: support azure policy
2020-04-11 15:43:06 +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
Rain
f0a8d60dbd
feature: autoscaling controller finished
2020-04-04 21:03:28 +08:00
Qiu Jian
d1346771aa
feature: domain resource quota
2020-04-03 02:03:55 +08:00
Rain
e8eadc24ce
feature: Controller and some api
2020-04-02 20:42:47 +08:00
Rain
a776f21762
feat(scaling): Auto scaling group
2020-04-02 14:57:37 +08:00
Zexi Li
1f5bf13ba1
Merge pull request #5590 from ioito/feature/qx-public-cloud-quota
...
fix: 支持同步云平台配额信息
2020-03-30 20:02:54 +08:00
Qiu Jian
09bc348c66
feature: recode cloudcommon policy default/resource codes
2020-03-30 19:35:55 +08:00
Qu Xuan
8723164a1d
fix: 支持同步云平台配额信息
2020-03-30 10:24:05 +08:00
Qu Xuan
7f47e88267
fix: 实现设置自动续费功能
2020-03-27 19:30:06 +08:00
Yousong Zhou
7d9cc08f40
region: add cloudaccount.ProxySettingId
2020-03-22 19:36:45 +08:00
Yousong Zhou
be5322d530
region: start cronman with electObj
2020-03-13 15:15:36 +08:00
Qiu Jian
abfac074c3
fix: use globalEndpointType as default endpoint type
2020-02-25 20:27:59 +08:00
TangBin
18cad47a00
qcloud elb sync
2020-02-17 22:15:08 +08:00
Qiu Jian
14c1ddaccb
feature: cloudprovider capability filter and listinput recode
2020-01-13 13:19:47 +08:00
Qiu Jian
4a8a79a786
bug fixes
2020-01-03 13:58:05 +08:00
Qiu Jian
6d8f19273c
feature: service config update support
2019-12-23 19:09:32 +08:00
Qiu Jian
3dba5360d7
quota recode
2019-12-12 11:31:41 +08:00
yunion-ci-robot
78cd643996
Merge pull request #4063 from ioito/hotfix/qx-globalvpc-fix
...
fix: globalnetwork -> globalvpc
2019-12-12 10:58:38 +08:00
Qu Xuan
f9ae7d9244
fix: globalnetwork -> globalvpc
2019-12-11 22:28:07 +08:00
tb365
7fd8192061
sync server skus from offline data ( #4053 )
2019-12-10 21:22:00 +08:00
郑雨
06eccd18d8
feat(region): Add Guest Template & Service Catalog
...
Modify the structure of ServerCreateOptions so that
GuestTemplateCreateOptions can reuse most field.
2019-12-09 11:24:01 +08:00
Qiu Jian
052ccd2ec1
fix: 1. service-config not support key=value pair 2.
...
sync_purge_removed_resources not working
2019-11-27 20:41:10 +08:00
yunion-ci-robot
08fd15e83c
Merge pull request #3847 from ioito/feature/qx-google
...
add: gcp cloud support
2019-11-27 12:04:28 +08:00
Qu Xuan
1ace23cbfa
add: gcp cloud support
2019-11-27 10:29:28 +08:00
Qiu Jian
fa461b33e9
fix: error in service config format cause service halt
2019-11-26 02:53:59 +08:00
郑雨
dd2619d877
fix(region): Add snapshotpolicycache module for yunionapi
...
Remove extra 'models.SnapshotPolicyCache' in the first loop in
handlers.go.
Registered the moduels of snapshotpolicycache for yunionapi.
2019-11-18 10:56:09 +08:00
郑雨
9a819a6d9a
fix(region): Init database table 'guestgroup_tbl'
...
That delete models.GroupguestManager in the second loop of InitHandlers
because of useless Groupguest's api cause table 'guestgroup_tbl' will
not init in a new system. So add models.GroupguestManager to the first
loop to accomplish the goal.
2019-11-13 11:27:07 +08:00
Qiu Jian
54ada6b887
feature: keystone add service config API and allow config services by
...
API
2019-11-10 03:31:50 +08:00
郑雨
136e0c534c
feat(region): Add list and delelte apis for snapshot policy cache
...
Now, you can take the initiative to push snapshotpolicy to cloud and
view the caches of a snasphotpolicy or delete them.
Add status for snapshotpolicy cache: ready, deleting and delete_failed.
2019-11-07 10:24:20 +08:00
yunion-ci-robot
9ca59c280a
Merge pull request #3431 from Mjoycarry/feature/instancegroup_api_docs
...
Feature & Bugfix: Instance Group
2019-11-06 13:20:15 +08:00
Rain
8e55bee9b3
feat & fix: Add batch operator and fix some bugs for instance group
...
Feature:
1. Add apis: list server by group, list group by server, bind
servers, unbind servers, bind groups, unbind groups.
2. Add climc command and docs corresponding to the above newly added apis
3. Add log about binding and unbinding operator.
4. Support enable and disable instance group.
Fix:
1. Set capacity zeor if there are not enough resource aboue forced
instance group in one host.
2. Change the stage(real delete => pending delete) that guest leave all groups.
2019-11-06 13:06:03 +08:00
TangBin
10d68f159f
redis sku sync
2019-11-05 16:19:19 +08:00
TangBin
732dcdd3be
redis support 2
2019-10-31 19:51:02 +08:00
Yousong Zhou
8ba5986d83
goimports: first run
2019-10-28 06:22:17 +00:00
ioito
21be27e36c
add rds operation
2019-10-24 11:40:22 +08:00
wanyaoqi
8fc4b2920a
- instance snapshot
...
- instance clone
- create form snapshot don't reset passwd
2019-10-14 21:36:58 +08:00
Rain
31146aa5ec
fix
...
log for snapshotpolicy
docs
auto sync
add performCache for snapshotpolicy
detach snapshotpolicy after detach disk and guest
fix sync snapshot of disk in qcloud
2019-10-14 11:07:46 +08:00
wanyaoqi
0fafe13e82
- sanpshot add expire time
...
- fix image probe iso cause iso md5 changed
- add loadbalancer cluster distinct field
2019-10-12 16:08:33 +08:00
wanyaoqi
a59e171bf5
feature:
...
- postpaid server support expire
- extend distinct tenant filed
- gpu batch perform action
2019-10-10 12:04:22 +08:00
wanyaoqi
dd7fadb8c4
fix add cronjob validate times
2019-09-24 20:21:30 +08:00
Rain
92a86d2a1d
snapshotpolicy and disk should have same domain and project in snapshotpolicydisks
...
snapshotpolicydisk disk details
registerModelManager is reqired but AddHander for snapshotpolicy cache IModelManager
2019-09-07 11:49:56 +08:00
yunion-ci-robot
867ab0e747
Merge pull request #2714 from wanyaoqi/bugfix/wyq/fix-auto-snapshot
...
bugfix : fix auto snapshot check quota, name, owner
2019-09-03 10:44:16 +08:00
wanyaoqi
184ac095f6
fix auto snapshot check quota, name, owner
2019-09-02 21:01:32 +08:00
Rain
19a3f87633
hanler snapshotpolicy cache
2019-09-02 18:53:11 +08:00
Qiu Jian
2f90f35060
feature: 1. add ceph cloud provider based on generic s3 provider 2.
...
climc support AK/SK authentication
2019-09-01 14:47:56 +08:00
wanyaoqi
199b472397
- snapshot support custom snapshot policy
2019-08-21 11:14:16 +08:00
wanyaoqi
919febedc9
snapshot bugs fix
2019-08-19 20:27:35 +08:00
Rain
577dce1bc5
snapshotpolicy list create delete apply cancel finish except that disk sync snapshot policy
...
add copyright
fix some imprefection
fix test file
2019-08-16 14:03:15 +08:00