Skip to content

Commit

Permalink
[PLAT-12736] cleanup _index and universe.yaml
Browse files Browse the repository at this point in the history
Summary:
missed updating these files during the systemd v2 api
checkin

Test Plan: itest

Reviewers: sneelakantan, #yba-api-review!, nsingh

Reviewed By: nsingh

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D36524
  • Loading branch information
shubin-yb committed Jul 11, 2024
1 parent fae28ed commit b913931
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions managed/src/main/resources/openapi/paths/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,12 @@
required: true
post:
operationId: systemdEnable
summary: Enable Systemd controlled services
description: Use Systemd to control YugabyteDB services for this universe
summary: Migrate to Systemd controlled services
description: |
Use Systemd to control YugabyteDB services for this universe. This is a 1 way migration from
cron-based service management to systemd, and will involve a rolling restart of the universe.
This is not supported for on prem manual provisioned universes or kubernetes universes.
tags:
- Universe
requestBody:
Expand All @@ -691,7 +695,7 @@
'202':
$ref: "../components/responses/YBATaskResp.yaml"
'400':
description: Invalid input
description: Invalid input or the universe is already is already using systemd services
'500':
description: Server error
security:
Expand Down
2 changes: 1 addition & 1 deletion managed/src/main/resources/openapi/paths/universe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
description: |
Use Systemd to control YugabyteDB services for this universe. This is a 1 way migration from
cron-based service management to systemd, and will involve a rolling restart of the universe.
This is not supported for on prem manual provisioned universes or kubernetes universes.
tags:
- Universe
Expand Down

0 comments on commit b913931

Please sign in to comment.