* metric describe 接口 1.初始化influxdb measurement和field到本地 2.更新measurement和field的display_name,以及unit等信息 description api modify: 3.增加初始化json文件 4.统一查询的list接口信息增加description信息,并为description子集 5.增加measurement的权限的过滤 * 统一监控功能: 1.模版调整: 1)修改email template 2)格式化消息结构中的报警value,增加单位,同时可以转换为合适的单位 3)简化消息体中的tag信息:name,ip,brand,value 2.增加报警历史记录 1)记录每条报警规则的,报警信息
Yunion OneCloud
README in Chinese
What is Yunion OneCloud?
Yunion OneCloud is an open source unified-IaaS cloud platform.
As its name sugguests, 'Yun' means 'cloud' in Chinese and 'Yunion OneCloud' means to unify many distinct clouds into the one that behaves like an integral cloud platform.
As trends show, the enterprise IT infrastructure in the future would be unavoidably heterogeneous and the public clouds should be the major infrastructure providers for many enterprises. Further, the infrastructure would most likely be prepared for the cloud-native applications running on Kubernetes. Yunion OneCloud is built to provide the cloud architecture for this scenario such that it is the middle layer between the underlying cloud infrustructures and the overlay kubernetes clusters across many clouds.
Many may consider Yunion OneCloud as a multi-cloud management platform (MCMP). Rather, we would view it as an IaaS platform as it does not only manage the resources and services from many clouds, but also hides the differences of underlying technologies and exposes one set of APIs that allow programatically interacting with the compute/storage/networking resources across many clouds.
Yunion OneCloud is working on abstracting APIs for the following resources:
- Compute, including virtual machines, images, etc.
- Storage, including disks, snapshots, object storages, etc.
- Networking, including load balancers, VPC, virtual networks, NAT gateways, security groups, etc.
- Accouting and billing, etc.
- ...
over the following many cloud providers:
- On-premise IT resources, including kvm VM, baremetal, VMware vsphere/ESXi, etc.
- Private clouds, including OpenStack, etc.
- Public clouds, including Aliyun, AWS, Azure, Tencent Cloud, Huawei Cloud, etc.
You are welcome to install and try Yunion OneCloud. Looking forward to your feedback.
Installation
Please refers to install & deployment (currently in Chinese Only).
Documentations
Architecture
Contribution
You are welcome to contribute to the project. Please refer to CONTRIBUTING.md for guidelines.
License
Apache License 2.0. See LICENSE 。