华杨 CMDB v1.0.0
华杨 CMDB v1.0.0 正式发布!这是首个社区稳定版本,包含了完整的 CMDB 核心功能,旨在帮助团队高效管理 IT 资产与配置关系。
📦 安装方式
我们提供两种灵活的安装方式,以适应不同的网络环境:
🌐 联网安装
适用于可直接访问 GitHub 和 GHCR (GitHub Container Registry) 的环境。
# 克隆仓库
git clone https://github.com/hyo-tech/CMDB.git
cd CMDB
# 启动服务
sudo ./scripts/install.sh <host_FQDN>脚本会自动拉取产品镜像及第三方镜像并启动服务。
📥 离线安装
产品镜像及第三方镜像打包在安装包中,适用于无法直接访问互联网或希望完全离线部署的环境。
- 下载离线包及校验和文件
在此 Release 的 Assets 区域下载以下两个文件:
hyo-cmdb-1.0.0.tar.gz(安装包)hyo-cmdb-1.0.0.tar.gz.sha256(SHA256 校验和文件)
# 验证校验和
sha256sum -c hyo-cmdb-1.0.0.tar.gz.sha256- 安装
# 将离线包上传到目标服务器,并解压安装包
tar -zxvf hyo-cmdb-1.0.0.tar.gz
cd hyo-cmdb-1.0.0
# 启动服务
sudo ./scripts/install.sh <host_FQDN>使用任意一种安装方式启动服务后,访问 https://<host_FQDN>:4443/ui/100000001 (默认用户名密码 admin/admin), 即可开始使用。
详细配置说明请参考 社区版部署指南。
🧩 主要功能
| 模块 | 能力说明 |
|---|---|
| 仪表盘 | 可视化展示关键配置项指标,支持自定义面板 |
| 配置项目录 | 按模型类型层次浏览配置项数据,查看拓扑结构、跟踪变更历史 |
| 配置项列表 | 自定义列表视图,灵活按需求组织数据 |
| 配置项类型 | 基于继承架构的模型管理,自由扩展自定义类型,自定义属性、识别规则和关联关系 |
| 配置项关系类型 | 定义类型间的关系与约束,支持可视化画布配置 |
| 查询工作室 | 可视化构建 TQL 查询用于复杂拓扑检索,支持多种应用场景 |
| 选项列表 | 为属性提供预定义值 |
📖 文档与支持
- 完整产品文档:华杨智能运维平台文档
- 问题反馈:请通过 GitHub Issues 提交 Bug 或功能请求。
- 社区讨论:欢迎在 GitHub Discussions 分享你的使用经验。
⚖️ 许可证
本社区版软件的使用受 LICENSE 文件中的条款约束。
感谢你对华杨 CMDB 的关注与支持!
Huayung CMDB v1.0.0
Huayung CMDB v1.0.0 is officially released! This is the first stable community edition, featuring a complete set of core CMDB capabilities designed to help teams efficiently manage IT assets and configuration relationships.
📦 Installation Options
We offer two flexible installation methods to accommodate different network environments:
🌐 Online Installation
For environments with direct access to GitHub and GHCR (GitHub Container Registry).
# Clone the repository
git clone https://github.com/hyo-tech/CMDB.git
cd CMDB
# Start the service
sudo ./scripts/install.sh <host_FQDN>The script will automatically pull both the product images and third-party images, then start the service.
📥 Offline Installation
Product images and third-party images are bundled in the installation package. Suitable for environments without direct internet access or requiring full offline deployment.
- Download the offline package and checksum file
Download the following two files from the Assets section of this Release:
hyo-cmdb-1.0.0.tar.gz(installation package)hyo-cmdb-1.0.0.tar.gz.sha256(SHA256 checksum file)
# Verify the checksum
sha256sum -c hyo-cmdb-1.0.0.tar.gz.sha256- Install
# Upload the offline package to the target server and extract it
tar -zxvf hyo-cmdb-1.0.0.tar.gz
cd hyo-cmdb-1.0.0
# Start the service
sudo ./scripts/install.sh <host_FQDN>After starting the service with either installation method, access https://<host_FQDN>:4443/ui/100000001 (default username/password: admin/admin) to begin using the product.
For detailed configuration, refer to the Community Edition Deployment Guide.
🧩 Key Features
| Module | Description |
|---|---|
| Dashboard | Visualizes key configuration item metrics with support for custom panels |
| CI Directory | Browse configuration item data by model type hierarchy, view topological structures, and track change history |
| CI List | Create custom list views to flexibly organize data according to your needs |
| CI Type | Model management based on an inheritance architecture — freely extend custom types, define custom attributes, identification rules, and relationships |
| CI Relationship Type | Define relationships and constraints between types with visual canvas configuration capability |
| Query Studio | Visually build Topology Query Language (TQL) queries for complex topological searches across multiple use cases |
| Option List | Manage option types, providing predefined values for CI attributes |
📖 Documentation & Support
- Complete Product Documentation: Huayung Intelligent Operations Platform Documentation
- Bug Reports & Feature Requests: Please submit via GitHub Issues
- Community Discussions: Welcome to share your experience on GitHub Discussions
⚖️ License
Use of this Community Edition software is subject to the terms and conditions in the LICENSE file.
Thank you for your interest in Huayung CMDB!