Commit Graph

56 Commits

Author SHA1 Message Date
Qiu Jian
60e89bd3fb fix: 1. nil pointer panic error when accessing resource pool and
storagecache 2. support multiple disk format
2019-09-07 17:19:24 +08:00
Qiu Jian
33e3108e1d fix: not sync correctly aws VM's tempoaral public ip 2019-08-19 01:57:32 +08:00
yunion-ci-robot
16b0c985ae Merge pull request #2087 from tb365/feature/tb-aliyun-redis-support
aliyun&huawei redis sync support
2019-08-06 15:06:10 +08:00
Rain
f93dc85417 nat create delete restful api finished 2019-08-06 10:54:36 +08:00
TangBin
1f15521f85 aliyun&huawei redis sync support 2019-08-02 11:39:45 +08:00
TangBin
976c8cb4d0 huawei elb support 2019-07-28 11:22:49 +08:00
ioito
70ac1c735f add account privileges sync 2019-07-25 13:53:18 +08:00
ioito
879732bcb8 remove serviceips models 2019-07-25 13:51:42 +08:00
ioito
3ed39768cc support aws rds 2019-07-25 13:51:24 +08:00
ioito
f316d298ad init model 2019-07-25 13:50:51 +08:00
Qiu Jian
870813f04b feature: s3gateway 2019-07-24 21:28:37 +08:00
ioito
4f9ea70487 虚拟网卡信息同步 2019-07-24 19:45:39 +08:00
Rain
c7d0971dc9 make sure that one snat/dnat rule named Entry and several snat/dnat rules named Table 2019-07-24 17:43:11 +08:00
Rain
7160fbace3 nat update without client
add nat update subcommands for huaweicli, aliyuncli

modify interface name of nat, add comment of this
2019-07-24 10:22:17 +08:00
ioito
670b055efc 添加同步安全组日志 2019-07-23 21:02:52 +08:00
yunion-ci-robot
188091e945 Merge pull request #1761 from ioito/hotfix/qx-elb-eip-sync
添加lb eip同步
2019-07-18 15:43:58 +08:00
ioito
779b295edd 添加lb eip同步 2019-07-17 20:59:45 +08:00
Qiu Jian
c8f17ac392 fix: server-change-ipaddr may ignore errors when changing ipaddr 2019-07-15 22:54:40 +08:00
ioito
1b258a9b5b fix console log 2019-07-13 14:43:52 +08:00
ioito
250feb5226 添加api文档 2019-07-02 15:07:28 +08:00
Qiu Jian
84eb86a757 fix: 1. auto create project after import domains 2. add actionlogs for
identity resources
2019-06-27 02:55:31 +08:00
Qiu Jian
8cceda8dcf fix: cloud account syncstatus is not accurate 2019-06-24 22:18:05 +08:00
ioito
32b7fb1082 fix compile error 2019-06-13 12:01:05 +08:00
yunion-ci-robot
f4dbe64c1c Merge pull request #1020 from ioito/feature/qx-natgateway
支持natgateway同步
2019-06-12 21:02:50 +08:00
ioito
0d31819208 支持natgateway同步 2019-06-12 11:49:19 +08:00
Qiu Jian
292c2a141c fix: bugs in scope support 2019-06-04 23:27:55 +08:00
Qiu Jian
7be87c4bcc resolve merge conflict 2019-05-31 13:56:03 +08:00
Qiu Jian
b7027934db feature: 3-level policies, system/domain/project 2019-05-31 13:56:02 +08:00
wanyaoqi
52b2699615 snapshot policy 2019-05-22 17:16:16 +08:00
ioito
ff2cca8611 rebase master 2019-05-21 22:36:52 +08:00
ioito
ca4d0db0fc 移除多余的方法 2019-05-09 18:18:41 +08:00
Qiu Jian
29c1fd3855 fix: clearn up codes that impacted by query.Count return value changes 2019-04-23 11:32:16 +08:00
TangBin
b6af86621d fix import 2019-04-18 15:24:51 +08:00
TangBin
986126a675 sync sku to scheduler 2019-04-18 11:22:48 +08:00
Zexi Li
6c51431034 fix: scheduler sku cache stale when region sync sku finished (#380) 2019-04-13 19:56:09 +08:00
Jian Qiu
b73c236792 fix: move vm's metadata sync into deep sync cycle (#233) 2019-04-04 21:49:36 +08:00
Yousong Zhou
0d94e869eb Bugfix/yousong use xxxln (#235)
* treewide: fix typo cloudprovide

* dep: update yunion.io/x/log

* treewide: log.Errorf(err.Error()) to log.Errorln(err)
2019-04-04 18:45:32 +08:00
屈轩
8abff83afc 同步安全组以公有云为主 2019-04-02 20:48:09 +08:00
屈轩
01398c5138 加入自动同步时自动合并安全组 2019-04-02 20:48:09 +08:00
Qiu Jian
b659789c62 fix: track balance status of cloud account and avoid unhealth account 2019-04-01 21:02:03 +08:00
Qiu Jian
004d9b6f95 update copyright headers of all source 2019-03-29 14:47:48 +08:00
Qiu Jian
8ef19141a2 add more optimization 2019-03-29 00:42:23 +08:00
Qiu Jian
d86068aa7b minor fixes 2019-03-29 00:42:23 +08:00
Qiu Jian
f9624c90dd fix: reduce sync workdload by not always sync VM disk/nics/eips & images 2019-03-29 00:42:23 +08:00
Yousong Zhou
ad9c11a7a3 Merge remote-tracking branch 'origin/release/2.7.0' into bugfix/yousong-merge-conflic-1329 2019-03-26 08:45:40 +00:00
周有松
5967461f11 Merge pull request #1266 in YUNIONIO/onecloud from ~QUXUAN/onecloud:hotfix/qx-security-group-sync to release/2.7.0
* commit '39f971ae29d42526512455014b342b4ce9e4d022':
  更新vendor
  更新参数名称
  支持过滤未关联某个安全组的虚机列表
  完成安全组同步代码重构
2019-03-26 15:49:30 +08:00
Qiu Jian
c969de28cb fix: sync project may sync empty project ID 2019-03-25 19:53:28 +08:00
Qiu Jian
ca39f48058 fix: more accurate sync_status update time 2019-03-18 22:16:20 +08:00
屈轩
a372336ca6 完成安全组同步代码重构 2019-03-18 15:44:44 +08:00
Qiu Jian
e74f31b7c0 fix: cleanup project sync codes 2019-03-14 09:46:29 +08:00