Skip to content

Commit

Permalink
Addition of migration id and migration status in get server api (#6613)
Browse files Browse the repository at this point in the history
* resolving conflicts and rebasing it

Signed-off-by: Yashvi Jain <Yashvi.jain@progress.com>

* Removing the loggers

Signed-off-by: Yashvi Jain <Yashvi.jain@progress.com>

* Query changes for lastes migration status

Signed-off-by: Yashvi Jain <Yashvi.jain@progress.com>

* changing the response varibale

Signed-off-by: Yashvi Jain <Yashvi.jain@progress.com>
  • Loading branch information
YashviJain01 authored and vinay033 committed Apr 11, 2022
1 parent 2538f2c commit 09c3059
Show file tree
Hide file tree
Showing 10 changed files with 198 additions and 93 deletions.
8 changes: 8 additions & 0 deletions api/external/infra_proxy/infra_proxy.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 64 additions & 41 deletions api/external/infra_proxy/response/servers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/external/infra_proxy/response/servers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ message Server {
string ip_address = 5;
// Chef organizations count associated with Chef Infra Server.
int32 orgs_count = 6;
//Migration Id for active Chef Infra server migration
string migration_id = 7;
//Migration Id for active Chef Infra server migration
string migration_status =8;
}

message GetServerStatus {
Expand Down
Loading

0 comments on commit 09c3059

Please sign in to comment.