Skip to content

Commit

Permalink
US67668:implement processing for service-defined for post-imaging (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-saito authored Jul 31, 2024
1 parent 3f680c6 commit bd35200
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 4 additions & 2 deletions v1/api/swagger/components/schemas/HostSubstate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ enum:
- Detach Volumes
- Failed
- In Maintenance
- In OS Prep
- In Imaging Prep
- In Imaging Complete
- Init
- Init Attach Volumes
- Init Detach Volumes
- Init Maintenance
- Init OS Prep
- Init Imaging Prep
- Init Imaging Complete
- Init Off
- Isolate
- Power Off
Expand Down
2 changes: 1 addition & 1 deletion v1/html/index.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions v1/pkg/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4854,12 +4854,14 @@ components:
- Detach Volumes
- Failed
- In Maintenance
- In OS Prep
- In Imaging Prep
- In Imaging Complete
- Init
- Init Attach Volumes
- Init Detach Volumes
- Init Maintenance
- Init OS Prep
- Init Imaging Prep
- Init Imaging Complete
- Init Off
- Isolate
- Power Off
Expand Down
6 changes: 4 additions & 2 deletions v1/pkg/client/model_host_substate.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ const (
HOSTSUBSTATE_DETACH_VOLUMES HostSubstate = "Detach Volumes"
HOSTSUBSTATE_FAILED HostSubstate = "Failed"
HOSTSUBSTATE_IN_MAINTENANCE HostSubstate = "In Maintenance"
HOSTSUBSTATE_IN_OS_PREP HostSubstate = "In OS Prep"
HOSTSUBSTATE_IN_IMAGING_PREP HostSubstate = "In Imaging Prep"
HOSTSUBSTATE_IN_IMAGING_COMPLETE HostSubstate = "In Imaging Complete"
HOSTSUBSTATE_INIT HostSubstate = "Init"
HOSTSUBSTATE_INIT_ATTACH_VOLUMES HostSubstate = "Init Attach Volumes"
HOSTSUBSTATE_INIT_DETACH_VOLUMES HostSubstate = "Init Detach Volumes"
HOSTSUBSTATE_INIT_MAINTENANCE HostSubstate = "Init Maintenance"
HOSTSUBSTATE_INIT_OS_PREP HostSubstate = "Init OS Prep"
HOSTSUBSTATE_INIT_IMAGING_PREP HostSubstate = "Init Imaging Prep"
HOSTSUBSTATE_INIT_IMAGING_COMPLETE HostSubstate = "Init Imaging Complete"
HOSTSUBSTATE_INIT_OFF HostSubstate = "Init Off"
HOSTSUBSTATE_ISOLATE HostSubstate = "Isolate"
HOSTSUBSTATE_POWER_OFF HostSubstate = "Power Off"
Expand Down

0 comments on commit bd35200

Please sign in to comment.