[chore] Fix naming of zos entities (#2520)

This commit is contained in:
James Thompson 2025-07-18 03:02:20 +10:00 committed by GitHub
parent e22cda9829
commit fe51a0ec64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 12 deletions

View File

@ -3,7 +3,7 @@
This document defines z/OS software entity and documents how to populate other entities, such as `host` in the context of mainframes. This document defines z/OS software entity and documents how to populate other entities, such as `host` in the context of mainframes.
<!-- semconv resource.zos.software --> <!-- semconv entity.zos.software -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. --> <!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 --> <!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start --> <!-- prettier-ignore-start -->

View File

@ -1,15 +1,4 @@
groups: groups:
- id: resource.zos.software
type: resource
stability: development
name: zos.software
brief: A software resource running on a z/OS system.
attributes:
- ref: zos.sysplex.name
requirement_level: required
- ref: zos.smf.id
requirement_level: required
- ref: mainframe.lpar.name
- id: service.zos.software - id: service.zos.software
type: attribute_group type: attribute_group
stability: development stability: development

12
model/zos/entities.yaml Normal file
View File

@ -0,0 +1,12 @@
groups:
- id: entity.zos.software
type: entity
stability: development
name: zos.software
brief: A software resource running on a z/OS system.
attributes:
- ref: zos.sysplex.name
requirement_level: required
- ref: zos.smf.id
requirement_level: required
- ref: mainframe.lpar.name