Qiu Jian
08d7ef3e7a
fix: fix version of sqlchemy to v1.0.0 for release/3.7
2021-11-17 14:52:41 +08:00
Zexi Li
44ef03219e
fix(vendor): use creack/pty v1.1.11 to adapt go 1.15
2021-08-26 11:51:59 +08:00
zhaoxiangchun
8aea54e84d
feat(cloudmon): 3.7 add cloudmon component
2021-07-29 20:59:01 +08:00
Qu Xuan
8e65757b90
fix: vendor update
2021-04-01 16:54:11 +08:00
Qiu Jian
2da59aa89f
feature(region): support AWS organization
2021-02-20 23:12:59 +08:00
rainzm
d9229ef160
update vendor
2021-02-18 11:45:15 +08:00
Qiu Jian
607c10bbe4
fix(region): bucket size stats should not count invalid sizes of -1
2021-02-04 11:23:59 +08:00
Zexi Li
be197de84f
Merge pull request #10072 from lvyangyang/automated-cherry-pick-of-#10041-upstream-release-3.7
...
Automated cherry pick of #10041 : feat(region): aws elasticahe
2021-02-03 18:14:48 +08:00
wanyaoqi
6e2894df25
feat(glance): support backend storage s3
2021-01-29 12:00:29 +08:00
lvyangyang
336135b663
feat(region): aws elasticahe
2021-01-28 22:20:06 -05:00
Qu Xuan
e91b5dbc32
fix(cloudevent): add aws cloudevent
2021-01-11 14:25:23 +08:00
Zexi Li
c025944d17
fix(go.mod): remove k8s.io/kubernetes dependency
2020-12-04 16:45:25 +08:00
Yousong Zhou
00da68cb1f
vendor: add tencentcloud-sdk-go vpc
2020-12-01 11:16:21 +08:00
Yousong Zhou
fe6714b287
vendor: bump alibaba-cloud-sdk-go to v1.61.684
...
For commit [1]
[1] https://github.com/aliyun/alibaba-cloud-sdk-go/commit/6313cc407e5b4f5f6aede2539354454a5613df6a
2020-11-26 21:18:58 +08:00
Yousong Zhou
3bbaedaa7f
vendor: add github.com/aliyun/alibaba-cloud-sdk-go/services/ecs
2020-11-26 21:18:58 +08:00
lvyangyang
da4150e5ca
qcloud bucket task
2020-11-16 12:06:32 +08:00
TangBin
d7894776f3
qcloud redis support
2020-10-27 20:33:28 +08:00
lvyangyang
3a73eb9e30
resource tags
2020-10-20 10:16:38 +08:00
Qiu Jian
332ba04bd1
fix: recode project-role rpc handle to support group role assignment
...
results by user or project
2020-09-09 18:17:53 +08:00
rainzm
57d8f991ab
Add mock test for genericScheudler.Schedule
2020-09-08 14:27:26 +08:00
Qu Xuan
f251559c39
feature: add dns interface
2020-09-02 16:30:05 +08:00
wanyaoqi
a4b27a3cf3
feature:host image fetcher fs ( #7606 )
...
* temp
* fix host image, add fetcherfs
* make mod
* add make rpm for fetcherfs
remove temp code
2020-08-24 22:09:33 +08:00
屈轩 and Qu Xuan
27168fc720
fix: upgrade aliyun sdk ( #7432 )
...
Co-authored-by: Qu Xuan <quxuan@yunionyun.com >
2020-07-31 20:43:00 +08:00
Qiu Jian
00d7ce83ed
update vendor
2020-07-04 14:09:21 +08:00
Qiu Jian
7ba3945d86
feature: apigateway store auth state in cookie instead of sqlite
2020-07-03 16:15:23 +08:00
Qiu Jian
182c96a160
update vendor
2020-07-03 16:15:23 +08:00
Qiu Jian
3b7a1e9467
feature: support SAML idp
2020-06-22 09:52:58 +08:00
Yousong Zhou
7c3d9d7f89
vendor: import yunion.io/x/ovsdb
2020-05-13 14:14:48 +08:00
Yousong Zhou
ffadb30c63
vendor: tidy and vendoring
2020-05-13 14:14:48 +08:00
Yousong Zhou
c6e90f32ff
vendor: update github.com/tencentcloud/tencentcloud-sdk-go
2020-03-22 19:36:44 +08:00
Zexi Li
cf61b1eb41
region: baremetal convert host join as k8s node
2020-03-12 16:14:43 +08:00
Qu Xuan
9287468153
fix: 谷歌云对象存储支持
2020-03-03 14:36:11 +08:00
Zexi Li
5645e4e15a
add monitor service
2020-03-02 20:00:08 +08:00
zhaoxiangchun
d25a6443c2
谷歌云multicloud监控
...
monitor.go文件中GetMonitorData函数:
1)首先组装参数信息
2)通过external_id获取相关id信息,根据restAPI文档中的resource格式拼装完成monitoring相关的resource信息
3)然后通过monitorList函数获取相关的监控信息
更新go.mod google.golang.org所依赖的google.golang.org/api版本
2020-02-28 15:01:06 +08:00
zhaoxiangchun
07adad86ca
multicloud的vmware监控功能
...
monitor.go中GetMonitorData()函数获取监控数据
2020-02-11 00:38:42 +08:00
yunion-ci-robot
cafc0d2476
Merge pull request #4775 from zhaoxiangchun/feature/zxc-awsMon
...
Feature/zxc aws mon
2020-01-17 19:24:09 +08:00
Yousong Zhou
0987655e03
vendor: add github.com/vishvananda/netlink
2020-01-14 18:41:04 +08:00
zhaoxiangchun
f2dbd426cb
vendor: update
2020-01-13 19:18:30 +08:00
Rain
babc05b772
feature(esxi-agent): Esxi Agent Golang
...
1. 修改了host-deployer 使其支持 vmware vddk 的 deploy guest fs 操作。
2. esxi agent python ==> Go
fix(esxi-agent): Fix some bugs and irregular contents
fix(esxi-agent): Partial parameter structure
fix(esxi-agent): Add ovf template and remove some binary file
fix(esxi-agent): Format Code
fix(esxi-agent): fix based on reviewers' comments
fix(esxi-agent): fix host-deployer because of occasional unknown panic
fix: DelayTask should have a new Context
fix(esxi-agent): call hostutils.DelayTask
change '_interface' package to 'iagent' package
fix(esxi-agent): Fix some irregular code
2020-01-04 20:57:13 +08:00
Qiu Jian
3dba5360d7
quota recode
2019-12-12 11:31:41 +08:00
Yousong Zhou
fb1725be32
httputils, aliyun: respects env proxy settings ( #4084 )
...
* vendor: update aliyun-oss-go-sdk to v2.0.4
To use ClientOption oss.HTTPClient
* aliyun: use a http client that respects env proxy settings
* httputils: use http.ProxyFromEnvironment by default
2019-12-10 21:15:09 +08:00
Yousong Zhou
9eb9cebcf3
vendor: update sqlchemy
2019-11-19 07:13:40 +00:00
Qiu Jian
688386d533
update vendor for qcloud cos-go-sdk
2019-11-16 12:41:23 +08:00
Yousong Zhou
ee5cfe6388
vendor: restore a few files to locally managed version
2019-11-12 13:22:52 +00:00
Yousong Zhou
4c5cdaca06
vendor: update
2019-11-12 13:22:09 +00:00
Qiu Jian
09f91f306a
update vendor
2019-11-11 17:05:21 +08:00
Yousong Zhou
ff0dd3dd47
vendor 未合并的文件
2019-10-18 03:40:53 +00:00
Yousong Zhou
37f42f57be
vendor: make mod
2019-10-18 03:40:53 +00:00
Qiu Jian
25d0d478e7
redfish api support
2019-10-16 14:01:19 +08:00
Zexi Li
c393c1deb3
fix: services model incorrect nullable define
2019-10-08 22:22:54 +08:00