Qiu Jian
cc5fa51d22
fix: image service can start without valid track endpoints
2021-12-05 23:30:15 +08:00
Qiu Jian
8b28e83393
fix: glance depends s3fs
2021-10-19 12:32:40 +08:00
Qiu Jian
ae06963e71
fix: make minio endpoint compatible with multicloud objectstorage
2021-10-17 02:53:52 +08:00
Qiu Jian
88e14cac57
fix: glance use multicloud objectstorage client to manipulate objectstorage
2021-10-17 02:53:52 +08:00
Zexi Li
907410d0e7
fix(glance): s3 uploaded image removed
2021-10-11 12:45:44 +08:00
屈轩 and Qu Xuan
c6ced971a5
fix(glance): remove image clean ( #12377 )
...
Co-authored-by: Qu Xuan <quxuan@yunionyun.com >
2021-10-10 12:04:10 +08:00
Qu Xuan
8081389a8b
fix(region): optimized validate delete condition query
2021-09-23 10:01:22 +08:00
Zexi Li
54dbd4b8ff
fix(glance): image fuzzy match by distro
2021-08-27 18:01:39 +08:00
Zexi Li
7409e8cb19
feat(glance): image support filter by os_type and distribution
2021-08-23 15:54:04 +08:00
Zexi Li
ec926f9b62
fix(glance): add option of s3 image status check
2021-06-02 10:46:34 +08:00
Zexi Li
31c1cbd4f7
fix(glance): make image is_standard updatable
2021-05-18 16:43:32 +08:00
Zexi Li
0c4c46b2fa
fix(glance): set fail status when upload image to s3
2021-05-12 15:02:12 +08:00
Zexi Li
61f06ee3ca
fix(glance): image can't removed when size is 0
2021-04-21 20:59:08 +08:00
Zexi Li
e1816106aa
fix(cloudcommon): unify OS_ARCH constants
2021-04-15 10:53:05 +08:00
Qiu Jian
c23b169e1b
fix(image): update min_disk of iso image
2021-03-31 23:21:23 +08:00
tangbin
bbaf32a47c
change os_arch_arm to os_arch_aarch64
2021-02-18 12:05:40 +08:00
rainzm
e991bc3452
feat: call EventNotify when event occurs
2021-02-18 11:45:15 +08:00
wanyaoqi
6e2894df25
feat(glance): support backend storage s3
2021-01-29 12:00:29 +08:00
wanyaoqi
c2978b8202
fix(keystone): service config ignore deploy server socket path
2020-12-18 12:50:41 +08:00
Zexi Li
2782b3d94f
Merge pull request #9339 from ioito/hotfix/qx-global-proxy
...
fix(region,yunionapi,glance): using global proxy
2020-12-11 11:39:45 +08:00
Qu Xuan
57ae689490
fix(region,yunionapi,glance): using global proxy
2020-12-10 18:31:51 +08:00
Qiu Jian
0a7513cce4
fix(cloudcommon): disable quota check by default
...
1. add enable_quota_check common option
2. disable quota check by default
3. specify scope of quota limit in OutOfQuota error message
2020-12-10 01:19:06 +08:00
wanyaoqi
948f926bf6
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:49:44 +08:00
wanyaoqi
3f8e469438
feat(region/glance): update cpu arch apis
...
add multi arch resourcebase manager
update multi arch resource list apis
cherrypick: release/3.6
2020-11-26 15:14:03 +08:00
Qiu Jian
4431acde83
fix:
...
1. server generate name should be historically unique
2. ipaddr of a batch of server is in the same order as generated name
2020-11-05 00:21:12 +08:00
Qiu Jian
354bcd9f07
fix: save service config changes may send invalid action log
2020-10-31 18:57:52 +08:00
yunion-ci-robot
128173d320
Merge pull request #7620 from wanyaoqi/feature/wyq/arm-v2
...
feature: arm support
2020-10-26 15:50:40 +08:00
rainzm
5824b7add0
fix(glance): allow public and private operations of guestimage
...
The public and private operations of the guest image depends on these operations of the subimage.
2020-10-23 17:46:49 +08:00
Qiu Jian
2486aa3071
fix: cancel pending-delete should increase resource quota usages
2020-10-19 16:02:50 +08:00
wanyaoqi
686b639979
fix update image status after save failed
2020-09-16 19:00:31 +08:00
rainzm
4b49bcec8f
feat: add WithCtx version to notifyclient function
2020-09-14 20:31:17 +08:00
wanyaoqi
53d0914cd9
glance: check min disk size on update
2020-09-03 19:58:22 +08:00
wanyaoqi
e510ed1969
add host cpu archs capabilitie
2020-08-27 11:07:50 +08:00
wanyaoqi
7d94c4e46f
support create arm virtual machine
2020-08-27 11:05:21 +08:00
Jian Qiu and Qiu Jian
cb573d340a
fix: turn off some default project policies ( #7636 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2020-08-26 18:42:35 +08:00
Yousong Zhou
c2bca8ab39
Feature/yousong text ( #7487 )
...
* notify: log with context info
* region: guests: log with context info
* region: hosts: log with context info
* region: misc: remove redundant log
* region: skus: use NewInternalServerError instead of NewGeneralError
* appsrv: dispatcher: preserve text id
* appsrv: dispatcher: remove commented-out code
* cloudcommon: db_dispatcher: note errors that won't be translated
* cloudcommon: db: rbac: preserve text id
* cloudcommon: caller: preserve text id
* treewide: fix fmt string
* region: guest_actions: preserve text id
* region: guest_actions: fix fmt string
* region: usages: fix fmt string
* mcclient: hosts: remove redundant return value
* cloudcommon: fetch: preserve text id
* region: guest_template: preserve text id
* cloudcommon: db: db_dispatcher: preserve text id
* region: guest_actions: preserve text id
* httperrors: add funcs for wrap lang tag into context
* vendor: golang.org/x/text
* httperrors: error with context
* httperrors: HTTPError
* treewide: fix typo
* treewide: use en in source code
* locales: initial version
2020-08-25 15:26:31 +08:00
Jian Qiu and Qiu Jian
ba292dfedc
fix: use json to store task error message ( #7351 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2020-07-30 10:34:32 +08:00
Qiu Jian
587f533daa
fix: image upload not clean pending usage
2020-07-21 01:38:00 +08:00
Qu Xuan
a07b112be1
feature: CloudId服务支持
2020-06-21 11:30:01 +08:00
Zexi Li
9f4d4a450e
refactor ITableSpec signature with context
2020-06-08 11:31:00 +08:00
Qiu Jian
8a77030823
update for doc-gen
2020-05-23 13:42:59 +08:00
Qu Xuan
1354270c51
fix: 上传镜像为转换列表之外时,subformat状态异常
2020-05-21 17:40:27 +08:00
Qu Xuan
f9c794f745
fix: image-list --sub-format support
2020-05-18 21:20:33 +08:00
Qiu Jian
ed5463ca68
fix: disable delete standard image
2020-05-16 00:34:54 +08:00
Qiu Jian
eb54f316c7
fix: set public_scope to system for image with is_public=true
2020-05-15 00:30:03 +08:00
Qiu Jian
6f3e18930e
fix: shared resource should not be deletable
2020-05-07 01:37:41 +08:00
Qiu Jian
7ab3a06b46
fix: code autogen issues
2020-04-24 20:19:43 +08:00
Yousong Zhou
59b143f905
image: use identity_apis.EndpointInterfacePublic
2020-04-15 17:59:11 +08:00
Qiu Jian
b9a239bd65
fix: sync sharing state
2020-04-11 06:50:48 +08:00
Qiu Jian
7bfdc0dce4
fix: cascading sharing problems
2020-04-11 06:49:55 +08:00