Skip to content

Commit

Permalink
OTEL - Metal Telemetry Service - Add "Telemetry" network purpose (#38)
Browse files Browse the repository at this point in the history
Rally: US41549
  • Loading branch information
patricia-dibenedetto authored Oct 3, 2022
1 parent 196c3be commit abdbc10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions v1/api/swagger/components/schemas/NetworkPurpose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum:
- vmFT
- iSCSI-A
- iSCSI-B
- Telemetry
example: Storage
description: >
Indicates the purpose of the network.
1 change: 1 addition & 0 deletions v1/pkg/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3964,6 +3964,7 @@ components:
- vmFT
- iSCSI-A
- iSCSI-B
- Telemetry
example: Storage
type: string
NewIPPool:
Expand Down
1 change: 1 addition & 0 deletions v1/pkg/client/model_network_purpose.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ const (
NETWORKPURPOSE_VM_FT NetworkPurpose = "vmFT"
NETWORKPURPOSE_I_SCSI_A NetworkPurpose = "iSCSI-A"
NETWORKPURPOSE_I_SCSI_B NetworkPurpose = "iSCSI-B"
NETWORKPURPOSE_TELEMETRY NetworkPurpose = "Telemetry"
)

0 comments on commit abdbc10

Please sign in to comment.