Zexi Li
aeb73f0c26
fix(baremetal): remove bundle libs build
2021-06-21 10:33:09 +08:00
Zhang Dongliang
aebe35a853
feat(arm64,build): arm 编译时,不编译 rbdcli
2021-05-06 11:47:12 +08:00
Zexi Li
14bd5def5d
fix(build): build telegraf-raid-plugin
2021-03-24 12:20:06 +08:00
Zexi Li
2d53b542d3
fix(build): DOCKER_CLI_EXPERIMENTAL=enabled
2021-03-10 16:28:02 +08:00
Zexi Li
55431b87bb
feat(build): make multi arch manifest docker image
2021-03-08 12:53:37 +08:00
wanyaoqi
d980604920
chore(util): update centos build version to 1.1-3
2020-12-23 11:15:15 +08:00
rainzm
4135e62f6f
feat(scripts): add export DOCKER_BUILDKIT=1
2020-12-21 19:56:39 +08:00
wanyaoqi
cfa1a4ee4f
feat(host-deployer): add deploy driver libguestfs
...
Add drvier libguestfs to support deploy more operator system,
you can use it by edit host config file add 'image_deploy_driver: libguestfs'.
By the default host-deploy support run three guestfish at the same time.
And host deployer will recycle free guestfish every ten minitues.
cherrypick: release/3.6
2020-12-08 17:50:39 +08:00
Zhang Dongliang
b0a95cbbe6
fix(git,make): 修正 gitbranch 变量的获取方式,允许外部传入,解决自动升级版本 tag 不统一的问题
2020-12-08 11:51:34 +08:00
Zexi Li
7f799a1835
Merge pull request #7869 from ioito/hotfix/qx-cloudevent-doamin-filter
...
fix: 支持公有云域过滤操作日志
2020-11-19 14:44:31 +08:00
Zhang Dongliang
c9ec30b5b3
docker 交叉编译规则更新
2020-11-18 15:55:39 +08:00
rainzm
5ab362d05f
feat(build): add DOCKER_BUILDKIT in docker_push.sh
2020-11-06 20:12:58 +08:00
Qiu Jian
48e40fa5a9
update api models
2020-10-26 23:58:02 +08:00
Zhang Dongliang
4be578fc2f
在 docker push 脚本里创建_output 目录,以便容错
2020-10-13 16:46:29 +08:00
Zhang Dongliang
1f7988ecd7
在 docker push 脚本里创建_output 目录,以便容错
2020-10-13 15:36:27 +08:00
Zhang Dongliang
eda8be1be8
esxi-agent 编译方式兼容 arm64
2020-10-10 14:56:59 +08:00
Zhang Dongliang
0b3afa9ebe
multi-arch 的镜像使用使用支持 arm64
2020-09-29 19:15:17 +08:00
Zhang Dongliang
65e3900ea4
multi-arch 的镜像使用使用支持 arm64
2020-09-29 14:37:25 +08:00
Qu Xuan
ef3d74f4ea
fix: 支持公有云域过滤操作日志
2020-09-27 16:53:02 +08:00
Zhang Dongliang
bc6ac93cef
make with ARCH argument
2020-09-23 15:49:37 +08:00
wanyaoqi
cb036b8821
fix build baremetal agent image ( #7646 )
2020-08-27 11:00:32 +08:00
wanyaoqi
c1cf728995
fix github action workflow ( #7635 )
2020-08-26 13:21:34 +08:00
Zexi Li
42118fc743
Merge pull request #7603 from wanyaoqi/feature/wyq/arm-build
...
feature: docker build support buildx and arm architecture
2020-08-26 10:45:51 +08:00
Rain Zheng
853153c739
Refactor for Notify ( #7611 )
...
* refactor(notify): ALL
* feat(climc): Notify v2
* feat: support notify for codegen.py
* delete deprecated code and Maintain SDK compatibility
* Adjust the template for mail validation to support captcha
* fix: The issue of notify refactoring
* add copyright for notifyv2 cli
* Adjust according to the advice of make check
* Remove utils package in notify
* fix import format
* remove redundant Template module
* fix validateCreate and validateUpdate of notifytemplate
* fix update issues of receivers
* fix: Add SetStageComplete in tasks
2020-08-25 17:19:02 +08:00
wanyaoqi
6b944626b7
docker build support buildx and arm architecture
2020-08-25 16:13:57 +08:00
Qu Xuan
a6bff94983
fix: compatible for macOS
2020-08-10 14:39:41 +08:00
Zexi Li
e5404d3564
Merge pull request #7300 from lshmouse/image
...
Add more tips for make image cmd
2020-07-30 16:32:37 +08:00
Shaohui Liu
51cb278ae2
Add more tips for make image cmd
2020-07-27 20:54:17 +08:00
Shaohui Liu
96bb34ea01
Remove sudo before the docker cmd
2020-07-23 10:38:29 +08:00
Yousong Zhou
28ad028d81
build: ansibleserver: use native alpine, include openssh
2020-07-16 17:59:12 +08:00
Qu Xuan
a07b112be1
feature: CloudId服务支持
2020-06-21 11:30:01 +08:00
Yousong Zhou
200029dfd2
scripts/coverage.sh: ignore packages without test files
...
We have vet and build check available, no need to repeat them here
2020-06-16 12:52:20 +08:00
Yousong Zhou
bf1b1f48b0
.circleci: run tests parallelly
2020-06-15 18:56:33 +08:00
Yousong Zhou
8e40ff64f5
build: add vet-check
2020-05-27 15:13:50 +08:00
Qiu Jian
8a77030823
update for doc-gen
2020-05-23 13:42:59 +08:00
Zexi Li
a7b7a97aac
makefile: add swagger-site
2020-04-16 16:38:11 +08:00
Zexi Li
b4ebd80d4c
codegen: add monitor
2020-04-10 15:45:30 +08:00
Zexi Li
14c1f1e5bd
action: add region dns image
2020-03-30 14:49:03 +08:00
Zexi Li
84083c300b
Merge pull request #5554 from yousong/feature/yousong-multicloud-proxyfunc
...
Feature/yousong multicloud proxyfunc
2020-03-25 11:12:05 +08:00
Yousong Zhou
1e08ef5441
cloudcommon: add ProxySetting
2020-03-22 19:36:43 +08:00
Yousong Zhou
68861d9711
scripts: remove host_find_libraries.sh
...
Not needed after we switch to using native alpine image
2020-03-20 14:40:59 +08:00
Zexi Li
cf61b1eb41
region: baremetal convert host join as k8s node
2020-03-12 16:14:43 +08:00
Zexi Li
37691e616d
fix: docker_push uncomment build bin
2020-03-03 16:14:57 +08:00
Zexi Li
5645e4e15a
add monitor service
2020-03-02 20:00:08 +08:00
yunion-ci-robot
bbf23e2a55
Merge pull request #5320 from yousong/bugfix/yousong-build
...
build: docker: chown _output dir to current user:group
2020-03-02 17:47:38 +08:00
Yousong Zhou
7ef61f0b93
build: docker: chown _output dir to current user:group
2020-03-02 17:33:57 +08:00
Zexi Li
37d991be4b
Merge pull request #5297 from swordqiu/hotfix/qj-fix-approve-all-linux
...
fix: approve_all fail to pull all cherry-pick PRs
2020-03-02 09:37:46 +08:00
Qiu Jian
bb8107c129
fix: approve_all fail to pull all cherry-pick PRs
2020-02-27 22:30:20 +08:00
Yousong Zhou
c4397e572d
build: host: adjust build method
...
- new host-base for native alpine utilities
- build host with native alpine toolchain
2020-02-27 20:00:00 +08:00
Yousong Zhou
a9c4a10ac2
build: build vpcagent container
2020-02-27 20:00:00 +08:00