title, type, tags, last_updated
| title |
type |
tags |
last_updated |
| OpenText Tagging Standard |
concept |
| Cloud-Governance |
| FinOps |
| Tagging |
| Multi-Cloud |
|
2026-04-14 |
Definition
OpenText 标签标准是一套跨 AWS、Azure、GCP 三大云厂商的统一资源标签规范,通过标准化前缀和标签值集,实现云成本的精确归属、资源责任的明确划分和安全分类的自动化执行。
Version History
| 版本 |
日期 |
覆盖范围 |
| V1 |
2023-10-03 |
云账户、云资源(计算/存储/网络) |
| V2 |
2025-04-29 |
V1 + Kubernetes 对象 + 容器镜像 |
Standard Design Principles
- 最低共同标准:采用 GCP 最严格字符集(小写、数字、连字符、下划线)
- OT_ 前缀约定:区分 OpenText 专有标签(云资源层面)
- 分层扩展:V2 新增
app.opentext.com(K8s)和 com.opentext.image(容器镜像)前缀
- 实际可行:优先考虑快速实施,而非完美方案
Standardized Tags
V1 Core Tags
OT_BU — 业务单元
OT_Technical_Contact — OT 技术联系人
OT_Cost_Center — 成本中心
OT_Customer — 客户
OT_Tenant — 租户
OT_Environment — 环境(生产/实验室/客户数据)
OT_Master_Product — OT 主产品
OT_Custom_Field_* — 自定义字段
OT_Platform — 平台
OT_Cost_Type — 成本类型
OT_Customer_Data — 客户数据标识
V2 Extended Tags
- Kubernetes:
app.opentext.com/* 前缀
- Container Images:
com.opentext.image/* 前缀
Exceptions
environment — 已有通用约定,无需 OT_ 前缀
BU — 已有通用约定,无需 OT_ 前缀
cost_center — 已有通用约定,无需 OT_ 前缀
name(AWS)— AWS 保留标签,无需 OT_ 前缀
Implementation
Terraform Automation
Tagging Pipeline
Governance
- Owner: FinOps 团队
- KPI: 99% 可标签资源完成打标(通过 SCP 或标签策略强制)
- Documentation: Confluence(产品短代码和 BU 列表)
Connections
References