Commit Graph
191 Commits
Author SHA1 Message Date
wanyaoqi 629a59d683 fix(host): arm node failed get numa architecture use ghw lib
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com>
2023-04-20 23:30:45 +08:00
Zexi Li 79482ff9f9 fix(vendor): update vendor for v3.10 2023-04-17 23:35:48 +08:00
mhf 46d0f71791 fix(excelutils): 添加按列修改单元格格式方法 2023-04-11 20:32:52 +08:00
ioito 15b234e814 fix: vendor update 2023-04-11 19:45:14 +08:00
ioito 075420604b fix: vendor update 2023-04-07 18:56:18 +08:00
mhf 6e42f11024 fix notify 2023-02-24 16:11:24 +08:00
dependabot[bot] ebdbbdca1f build(deps): bump github.com/apache/thrift from 0.12.0 to 0.13.0 (#15947)
Bumps [github.com/apache/thrift](https://github.com/apache/thrift) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/apache/thrift/releases)
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
- [Commits](https://github.com/apache/thrift/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/apache/thrift
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 13:03:22 +08:00
dependabot[bot] 31021c79bb build(deps): bump github.com/Masterminds/goutils from 1.1.0 to 1.1.1 (#15894)
Bumps [github.com/Masterminds/goutils](https://github.com/Masterminds/goutils) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/Masterminds/goutils/releases)
- [Changelog](https://github.com/Masterminds/goutils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/goutils/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/goutils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 13:02:50 +08:00
Jian QiuandQiu Jian 21716cefb5 fix: remove mutual dependency of cloudmux on onecloud (#15621)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-12-27 01:21:26 +08:00
屈轩 bac71bf2a0 fix(cloudmon): add process stats metric (#15392) 2022-11-17 20:40:08 +08:00
Zexi Li 0e2c520ecd feat(misc): use cloudmux package (#15254) 2022-10-28 19:53:03 +08:00
ioito 11cf497268 support hcs 2022-10-25 14:48:20 +08:00
wanyaoqi a4e9f86c2a feat(region,host): deploy telegraf (#14915)
Support deploy telegraf on server deploy.
Add start telegraf on guest reboot crontab in guest os.
2022-09-06 00:13:20 +08:00
Zexi Li 6a590f123e fix(host): aarch64 cpu info (#14581) 2022-07-05 16:33:00 +08:00
Jian QiuandQiu Jian 8aecc4e547 fix: update vendor master 20220701 (#14563)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-07-01 21:11:47 +08:00
Jian QiuandQiu Jian 26089ffde0 fix: make condition eval compatible with go 1.18 (#14534)
* fix: make condition eval compatible with go 1.18

* fix: update circle-ci image to yunion/centos-build:go-1.18.3-0

* update go,mod go version to 1.18

* update vendor

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-06-28 00:29:56 +08:00
Jian QiuandQiu Jian 84cdeff92b fix: update vendor for clickhouse v2 (#14520)
* fix: update vendor for clickhouse v2

* fix: fix go vet

* fix: unreachable codes

* fix: composite literal uses unkeyed fields

* fix: ignore bad syntax for struct tag value

* fix: use make test to do test ci job

* fix: specify circleci resource_class

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-06-25 15:52:15 +08:00
Jian QiuandQiu Jian 29ddc5e0e3 update vendor master 20220604 (#14399)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-06-04 23:41:24 +08:00
Qiu Jian 6aafe7a393 update vendor master 20220530 2022-05-30 21:05:21 +08:00
Yousong Zhou 37fc897a11 Feature/yousong vpc elb (#11423)
* regiondrivers: kvm: lb: make "network" an optional argument

* loadbalancernetworks: add MacAddr field for lb with eip

* apis: compute: add LOADBALANCER to EIP_ASSOCIATE_VALID_TYPES

* regiondrivers: fix typo RequestAssociat{,e}Eip

* regiondrivers: kvm: RequestAssociatEip: standalone func for each type

* regiondrivers: kvm: RequestAssociateEip: support loadbalancer

* tasks: EipAssociateTask: add support for loadbalancer

* tasks: EipAssociateTask: allow using name for referring to instance

* elasticips: PerformAssociate: validate loadbalancer condition

* tasks: EipDissociateTask: support non-managed loadbalancer

* loadbalancers: add StartSyncstatus method for EipAssociateTask

* regiondrivers: kvm: allow creation of vpc lb

* loadbalanceragents: add timestamp fields for network objects

* climc: eips: add associate type loadbalancer

* mcclient: loadbalancernetworks: add Mac_Addr column

* vpcagent: models: add loadbalancernetworks

* vpcagent: ovn: route back vpc cidr block instead of all rest

* vpcagent: ovn: add ClaimLoadbalancerNetwork()

* mcclient: models: add LoadbalancerNetwork

* mcclient: models: add Network

* lbagent: models: use IBaseManager to accomodate joint manager

* lbagent: models: add {,Loadbalancer}Networks

* lbagent: models: export a few fields

* lbagent: models: add fields for vpc lb models

* iproute2: add NewAddressEx constructor

* lbagent: add worker for vpc lb

* vendor: add github.com/coreos/go-iptables

* lbagent: apihelper: use ovn worker

* lbagent: models: use pkg/compute/models

* mcclient: models: remove lb models

* lbagent: api: use pkg/apihelper

* vpcagent: models: add lblisteners and lbacls

* vpcagent: ovn: add lbacl support
2022-05-06 23:22:50 +08:00
Zexi Li c41a517513 Merge pull request #14111 from ioito/hotfix/qx-aws-sku
fix(region): aws sku list
2022-04-24 19:21:24 +08:00
ioito 9c7a1fe72e fix(region): aws sku list 2022-04-24 11:23:36 +08:00
Zexi Li a5a098b751 fix(webconsole): record command input and ps1 2022-04-23 23:23:18 +08:00
ioito 95c8b69be8 fix(region): huawei lb api 2022-04-18 17:59:55 +08:00
ioito 03a494194b fix(region): curl vender update 2022-03-30 11:02:40 +08:00
Zexi Li 0d5b4f43e4 feat(vendor): update vendor for master (#13792) 2022-03-27 11:00:59 +08:00
ioito d76f2d20fb fix(region): add seclib aes 2022-03-24 18:07:28 +08:00
Zexi Li 68507a55f1 Merge pull request #13569 from ioito/feat/qx-bingocloud-op
feat(region): support bingocloud sync
2022-03-08 14:47:37 +08:00
Zexi Li 1c2a76cc76 feat(vendor): update etcd package for master 2022-03-08 10:52:23 +08:00
ioito 885faa5020 feat(region): support bingocloud sync 2022-03-06 17:28:19 +08:00
ioito c1d963dcc4 fix(climc): add --help for other cli 2022-02-24 16:15:12 +08:00
Zexi Li ce13a7a11b Merge pull request #13480 from ioito/hotfix/qx-climc-help
fix(climc): support --help args
2022-02-24 11:53:14 +08:00
ioito 8354483e59 fix(climc): support --help args 2022-02-24 11:14:10 +08:00
Zexi Li b5d8522f37 feat(region,host): server cpuset supported (#13527)
* feat(region,host): server cpuset supported

* feat(region,host): cpuset remove
2022-02-23 16:07:01 +08:00
ioito af57c8cc1f feat(region): bingo cloud cli 2022-02-11 18:25:33 +08:00
Zexi Li 78f186371c feat(host,region): unify target qemu commandline from source 2022-01-21 00:37:32 +08:00
Zexi Li 5fd55d9008 optimize(host-image,fetcherfs): download disk speed too slow (#12976) 2021-12-22 00:56:49 +08:00
Jian QiuandQiu Jian b9b688dd17 update vendor 20211129 (#12771)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2021-11-29 23:41:41 +08:00
zhaoxiangchun 37e76cd37d fix(cloudcommon): checksync commitSqlDiffWithName (#12760) 2021-11-27 22:33:55 +08:00
Jian QiuandQiu Jian 804bd0f713 update version of sqlite3 (#12723)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2021-11-22 15:26:18 +08:00
Qiu Jian 97a3ab12a2 support sqlite 2021-11-17 07:25:00 +08:00
Qiu Jian e6fca7ff3d update vendor 2021-11-17 00:02:06 +08:00
Qiu Jian 9a269325cc update vendor 2021-11-10 11:24:17 +08:00
Qu Xuan 4d93929c17 fix(climc): add progress bar for image download 2021-11-03 16:08:17 +08:00
Zexi Li 46c77129e9 fix(vendor): use creack/pty v1.1.11 to adapt go 1.15 2021-08-26 11:40:50 +08:00
Zexi Li 375d8bf4b4 fix(vendor): github dependabot alerts 2021-07-26 14:27:52 +08:00
Zexi Li 6ca9ef3e45 Merge pull request #11645 from zhaoxiangchun/feature/zxc-cloudmon-master
feat(cloudmon): add cloudmon component
2021-07-20 10:01:51 +08:00
zhaoxiangchun 8fa4e577dd feat(cloudmon): add cloudmon component 2021-07-16 12:20:52 +08:00
Qu Xuan 144ffbf593 fix(region): support aws waf label 2021-07-15 16:42:20 +08:00
Qu Xuan 11f1f9756e feat(region): support jd cloud rds 2021-06-22 16:01:00 +08:00