@metal-stack/api 0.0.59 → 0.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/metalstack/admin/v2/audit_pb.d.ts +8 -8
- package/js/metalstack/admin/v2/audit_pb.js +1 -1
- package/js/metalstack/admin/v2/audit_pb.ts +8 -8
- package/js/metalstack/admin/v2/component_pb.d.ts +14 -14
- package/js/metalstack/admin/v2/component_pb.js +1 -1
- package/js/metalstack/admin/v2/component_pb.ts +14 -14
- package/js/metalstack/admin/v2/filesystem_pb.d.ts +15 -15
- package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
- package/js/metalstack/admin/v2/filesystem_pb.ts +15 -15
- package/js/metalstack/admin/v2/image_pb.d.ts +20 -20
- package/js/metalstack/admin/v2/image_pb.js +1 -1
- package/js/metalstack/admin/v2/image_pb.ts +20 -20
- package/js/metalstack/admin/v2/ip_pb.d.ts +6 -6
- package/js/metalstack/admin/v2/ip_pb.js +1 -1
- package/js/metalstack/admin/v2/ip_pb.ts +6 -6
- package/js/metalstack/admin/v2/machine_pb.d.ts +10 -10
- package/js/metalstack/admin/v2/machine_pb.js +1 -1
- package/js/metalstack/admin/v2/machine_pb.ts +10 -10
- package/js/metalstack/admin/v2/network_pb.d.ts +25 -25
- package/js/metalstack/admin/v2/network_pb.js +1 -1
- package/js/metalstack/admin/v2/network_pb.ts +25 -25
- package/js/metalstack/admin/v2/partition_pb.d.ts +10 -11
- package/js/metalstack/admin/v2/partition_pb.js +2 -2
- package/js/metalstack/admin/v2/partition_pb.ts +11 -12
- package/js/metalstack/admin/v2/project_pb.d.ts +7 -7
- package/js/metalstack/admin/v2/project_pb.js +1 -1
- package/js/metalstack/admin/v2/project_pb.ts +7 -7
- package/js/metalstack/admin/v2/size_imageconstraint_pb.d.ts +21 -21
- package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
- package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +21 -21
- package/js/metalstack/admin/v2/size_pb.d.ts +13 -13
- package/js/metalstack/admin/v2/size_pb.js +1 -1
- package/js/metalstack/admin/v2/size_pb.ts +13 -13
- package/js/metalstack/admin/v2/size_reservation_pb.d.ts +17 -17
- package/js/metalstack/admin/v2/size_reservation_pb.js +1 -1
- package/js/metalstack/admin/v2/size_reservation_pb.ts +17 -17
- package/js/metalstack/admin/v2/switch_pb.d.ts +51 -51
- package/js/metalstack/admin/v2/switch_pb.js +1 -1
- package/js/metalstack/admin/v2/switch_pb.ts +51 -51
- package/js/metalstack/admin/v2/task_pb.d.ts +58 -58
- package/js/metalstack/admin/v2/task_pb.js +10 -10
- package/js/metalstack/admin/v2/task_pb.ts +58 -58
- package/js/metalstack/admin/v2/tenant_pb.d.ts +14 -14
- package/js/metalstack/admin/v2/tenant_pb.js +1 -1
- package/js/metalstack/admin/v2/tenant_pb.ts +14 -14
- package/js/metalstack/admin/v2/token_pb.d.ts +13 -13
- package/js/metalstack/admin/v2/token_pb.js +1 -1
- package/js/metalstack/admin/v2/token_pb.ts +13 -13
- package/js/metalstack/admin/v2/vpn_pb.d.ts +20 -20
- package/js/metalstack/admin/v2/vpn_pb.js +1 -1
- package/js/metalstack/admin/v2/vpn_pb.ts +20 -20
- package/js/metalstack/api/v2/audit_pb.d.ts +14 -14
- package/js/metalstack/api/v2/audit_pb.js +3 -3
- package/js/metalstack/api/v2/audit_pb.ts +14 -14
- package/js/metalstack/api/v2/common_pb.d.ts +2 -2
- package/js/metalstack/api/v2/common_pb.js +4 -3
- package/js/metalstack/api/v2/common_pb.ts +4 -3
- package/js/metalstack/api/v2/filesystem_pb.d.ts +4 -4
- package/js/metalstack/api/v2/filesystem_pb.js +2 -2
- package/js/metalstack/api/v2/filesystem_pb.ts +5 -5
- package/js/metalstack/api/v2/health_pb.d.ts +20 -20
- package/js/metalstack/api/v2/health_pb.js +9 -9
- package/js/metalstack/api/v2/health_pb.ts +20 -20
- package/js/metalstack/api/v2/image_pb.d.ts +10 -4
- package/js/metalstack/api/v2/image_pb.js +2 -2
- package/js/metalstack/api/v2/image_pb.ts +12 -5
- package/js/metalstack/api/v2/ip_pb.d.ts +6 -6
- package/js/metalstack/api/v2/ip_pb.js +1 -1
- package/js/metalstack/api/v2/ip_pb.ts +6 -6
- package/js/metalstack/api/v2/machine_pb.d.ts +35 -58
- package/js/metalstack/api/v2/machine_pb.js +33 -38
- package/js/metalstack/api/v2/machine_pb.ts +63 -91
- package/js/metalstack/api/v2/method_pb.d.ts +11 -11
- package/js/metalstack/api/v2/method_pb.js +3 -3
- package/js/metalstack/api/v2/method_pb.ts +12 -12
- package/js/metalstack/api/v2/network_pb.d.ts +7 -7
- package/js/metalstack/api/v2/network_pb.js +1 -1
- package/js/metalstack/api/v2/network_pb.ts +7 -7
- package/js/metalstack/api/v2/partition_pb.d.ts +3 -3
- package/js/metalstack/api/v2/partition_pb.js +2 -2
- package/js/metalstack/api/v2/partition_pb.ts +4 -4
- package/js/metalstack/api/v2/predefined_rules_pb.d.ts +22 -4
- package/js/metalstack/api/v2/predefined_rules_pb.js +23 -5
- package/js/metalstack/api/v2/predefined_rules_pb.ts +30 -6
- package/js/metalstack/api/v2/project_pb.d.ts +3 -3
- package/js/metalstack/api/v2/project_pb.js +2 -2
- package/js/metalstack/api/v2/project_pb.ts +4 -4
- package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
- package/js/metalstack/api/v2/size_imageconstraint_pb.js +2 -2
- package/js/metalstack/api/v2/size_imageconstraint_pb.ts +3 -3
- package/js/metalstack/api/v2/size_pb.d.ts +3 -3
- package/js/metalstack/api/v2/size_pb.js +2 -2
- package/js/metalstack/api/v2/size_pb.ts +4 -4
- package/js/metalstack/api/v2/size_reservation_pb.d.ts +3 -3
- package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
- package/js/metalstack/api/v2/size_reservation_pb.ts +3 -3
- package/js/metalstack/api/v2/tenant_pb.d.ts +3 -3
- package/js/metalstack/api/v2/tenant_pb.js +2 -2
- package/js/metalstack/api/v2/tenant_pb.ts +4 -4
- package/js/metalstack/api/v2/token_pb.d.ts +7 -7
- package/js/metalstack/api/v2/token_pb.js +2 -2
- package/js/metalstack/api/v2/token_pb.ts +8 -8
- package/js/metalstack/api/v2/user_pb.d.ts +7 -7
- package/js/metalstack/api/v2/user_pb.js +2 -2
- package/js/metalstack/api/v2/user_pb.ts +8 -8
- package/js/metalstack/api/v2/version_pb.d.ts +6 -6
- package/js/metalstack/api/v2/version_pb.js +1 -1
- package/js/metalstack/api/v2/version_pb.ts +6 -6
- package/js/metalstack/api/v2/vpn_pb.d.ts +4 -4
- package/js/metalstack/api/v2/vpn_pb.ts +4 -4
- package/js/metalstack/infra/v2/bmc_pb.d.ts +19 -19
- package/js/metalstack/infra/v2/bmc_pb.js +1 -1
- package/js/metalstack/infra/v2/bmc_pb.ts +19 -19
- package/js/metalstack/infra/v2/boot_pb.d.ts +7 -7
- package/js/metalstack/infra/v2/boot_pb.js +1 -1
- package/js/metalstack/infra/v2/boot_pb.ts +7 -7
- package/js/metalstack/infra/v2/component_pb.d.ts +7 -10
- package/js/metalstack/infra/v2/component_pb.js +1 -1
- package/js/metalstack/infra/v2/component_pb.ts +7 -10
- package/js/metalstack/infra/v2/event_pb.d.ts +22 -22
- package/js/metalstack/infra/v2/event_pb.js +13 -13
- package/js/metalstack/infra/v2/event_pb.ts +22 -22
- package/js/metalstack/infra/v2/switch_pb.d.ts +22 -22
- package/js/metalstack/infra/v2/switch_pb.js +1 -1
- package/js/metalstack/infra/v2/switch_pb.ts +22 -22
- package/package.json +1 -1
|
@@ -18,20 +18,20 @@ export const file_metalstack_infra_v2_bmc: GenFile = /*@__PURE__*/
|
|
|
18
18
|
fileDesc("Ch1tZXRhbHN0YWNrL2luZnJhL3YyL2JtYy5wcm90bxITbWV0YWxzdGFjay5pbmZyYS52MiLtAQoUVXBkYXRlQk1DSW5mb1JlcXVlc3QSHgoJcGFydGl0aW9uGAEgASgJQgu6SAhyBtCzrrECARJdCgtibWNfcmVwb3J0cxgCIAMoCzI5Lm1ldGFsc3RhY2suaW5mcmEudjIuVXBkYXRlQk1DSW5mb1JlcXVlc3QuQm1jUmVwb3J0c0VudHJ5Qg26SAqaAQciBXIDsAEBGlYKD0JtY1JlcG9ydHNFbnRyeRILCgNrZXkYASABKAkSMgoFdmFsdWUYAiABKAsyIy5tZXRhbHN0YWNrLmFwaS52Mi5NYWNoaW5lQk1DUmVwb3J0OgI4ASJLChVVcGRhdGVCTUNJbmZvUmVzcG9uc2USGAoQdXBkYXRlZF9tYWNoaW5lcxgBIAMoCRIYChBjcmVhdGVkX21hY2hpbmVzGAIgAygJIjoKGFdhaXRGb3JCTUNDb21tYW5kUmVxdWVzdBIeCglwYXJ0aXRpb24YASABKAlCC7pICHIG0LOusQIBIrYBChlXYWl0Rm9yQk1DQ29tbWFuZFJlc3BvbnNlEhYKBHV1aWQYASABKAlCCLpIBXIDsAEBEjkKC2JtY19jb21tYW5kGAIgASgOMiQubWV0YWxzdGFjay5hcGkudjIuTWFjaGluZUJNQ0NvbW1hbmQSMgoLbWFjaGluZV9ibWMYAyABKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5NYWNoaW5lQk1DEhIKCmNvbW1hbmRfaWQYBCABKAkiSQoVQk1DQ29tbWFuZERvbmVSZXF1ZXN0EhIKCmNvbW1hbmRfaWQYASABKAkSEgoFZXJyb3IYAiABKAlIAIgBAUIICgZfZXJyb3IiGAoWQk1DQ29tbWFuZERvbmVSZXNwb25zZTL2AgoKQk1DU2VydmljZRJxCg1VcGRhdGVCTUNJbmZvEikubWV0YWxzdGFjay5pbmZyYS52Mi5VcGRhdGVCTUNJbmZvUmVxdWVzdBoqLm1ldGFsc3RhY2suaW5mcmEudjIuVXBkYXRlQk1DSW5mb1Jlc3BvbnNlIgng8xgC6vMYAQESfwoRV2FpdEZvckJNQ0NvbW1hbmQSLS5tZXRhbHN0YWNrLmluZnJhLnYyLldhaXRGb3JCTUNDb21tYW5kUmVxdWVzdBouLm1ldGFsc3RhY2suaW5mcmEudjIuV2FpdEZvckJNQ0NvbW1hbmRSZXNwb25zZSIJ4PMYAurzGAEBMAESdAoOQk1DQ29tbWFuZERvbmUSKi5tZXRhbHN0YWNrLmluZnJhLnYyLkJNQ0NvbW1hbmREb25lUmVxdWVzdBorLm1ldGFsc3RhY2suaW5mcmEudjIuQk1DQ29tbWFuZERvbmVSZXNwb25zZSIJ4PMYAerzGAEBQswBChdjb20ubWV0YWxzdGFjay5pbmZyYS52MkIIQm1jUHJvdG9QAVo5Z2l0aHViLmNvbS9tZXRhbC1zdGFjay9hcGkvZ28vbWV0YWxzdGFjay9pbmZyYS92MjtpbmZyYXYyogIDTUlYqgITTWV0YWxzdGFjay5JbmZyYS5WMsoCE01ldGFsc3RhY2tcSW5mcmFcVjLiAh9NZXRhbHN0YWNrXEluZnJhXFYyXEdQQk1ldGFkYXRh6gIVTWV0YWxzdGFjazo6SW5mcmE6OlYyYgZwcm90bzM", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_machine, file_metalstack_api_v2_predefined_rules]);
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
|
-
* UpdateBMCInfoRequest
|
|
21
|
+
* UpdateBMCInfoRequest is the request payload for updating BMC information.
|
|
22
22
|
*
|
|
23
23
|
* @generated from message metalstack.infra.v2.UpdateBMCInfoRequest
|
|
24
24
|
*/
|
|
25
25
|
export type UpdateBMCInfoRequest = Message<"metalstack.infra.v2.UpdateBMCInfoRequest"> & {
|
|
26
26
|
/**
|
|
27
|
-
* Partition the partition
|
|
27
|
+
* Partition is the partition ID where metal-bmc wants to receive events
|
|
28
28
|
*
|
|
29
29
|
* @generated from field: string partition = 1;
|
|
30
30
|
*/
|
|
31
31
|
partition: string;
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
|
-
* BmcReports contains maps the
|
|
34
|
+
* BmcReports contains maps the BMC report per machine UUID
|
|
35
35
|
*
|
|
36
36
|
* @generated from field: map<string, metalstack.api.v2.MachineBMCReport> bmc_reports = 2;
|
|
37
37
|
*/
|
|
@@ -46,20 +46,20 @@ export const UpdateBMCInfoRequestSchema: GenMessage<UpdateBMCInfoRequest> = /*@_
|
|
|
46
46
|
messageDesc(file_metalstack_infra_v2_bmc, 0);
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
|
-
* UpdateBMCInfoResponse
|
|
49
|
+
* UpdateBMCInfoResponse is the response payload for updating BMC information.
|
|
50
50
|
*
|
|
51
51
|
* @generated from message metalstack.infra.v2.UpdateBMCInfoResponse
|
|
52
52
|
*/
|
|
53
53
|
export type UpdateBMCInfoResponse = Message<"metalstack.infra.v2.UpdateBMCInfoResponse"> & {
|
|
54
54
|
/**
|
|
55
|
-
* UpdatedMachines is a slice of machine
|
|
55
|
+
* UpdatedMachines is a slice of machine UUIDs which were updated
|
|
56
56
|
*
|
|
57
57
|
* @generated from field: repeated string updated_machines = 1;
|
|
58
58
|
*/
|
|
59
59
|
updatedMachines: string[];
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* CreatedMachines is a slice of machine
|
|
62
|
+
* CreatedMachines is a slice of machine UUIDs which were created
|
|
63
63
|
*
|
|
64
64
|
* @generated from field: repeated string created_machines = 2;
|
|
65
65
|
*/
|
|
@@ -74,13 +74,13 @@ export const UpdateBMCInfoResponseSchema: GenMessage<UpdateBMCInfoResponse> = /*
|
|
|
74
74
|
messageDesc(file_metalstack_infra_v2_bmc, 1);
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
|
-
* WaitForBMCCommandRequest
|
|
77
|
+
* WaitForBMCCommandRequest is the request payload for waiting for a BMC command.
|
|
78
78
|
*
|
|
79
79
|
* @generated from message metalstack.infra.v2.WaitForBMCCommandRequest
|
|
80
80
|
*/
|
|
81
81
|
export type WaitForBMCCommandRequest = Message<"metalstack.infra.v2.WaitForBMCCommandRequest"> & {
|
|
82
82
|
/**
|
|
83
|
-
* Partition the partition
|
|
83
|
+
* Partition is the partition ID where metal-bmc wants to receive BMC commands
|
|
84
84
|
*
|
|
85
85
|
* @generated from field: string partition = 1;
|
|
86
86
|
*/
|
|
@@ -95,7 +95,7 @@ export const WaitForBMCCommandRequestSchema: GenMessage<WaitForBMCCommandRequest
|
|
|
95
95
|
messageDesc(file_metalstack_infra_v2_bmc, 2);
|
|
96
96
|
|
|
97
97
|
/**
|
|
98
|
-
* WaitForBMCCommandResponse
|
|
98
|
+
* WaitForBMCCommandResponse is the response payload for waiting for a BMC command.
|
|
99
99
|
*
|
|
100
100
|
* @generated from message metalstack.infra.v2.WaitForBMCCommandResponse
|
|
101
101
|
*/
|
|
@@ -108,14 +108,14 @@ export type WaitForBMCCommandResponse = Message<"metalstack.infra.v2.WaitForBMCC
|
|
|
108
108
|
uuid: string;
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
|
-
* BmcCommand to execute against the
|
|
111
|
+
* BmcCommand to execute against the BMC of the machine
|
|
112
112
|
*
|
|
113
113
|
* @generated from field: metalstack.api.v2.MachineBMCCommand bmc_command = 2;
|
|
114
114
|
*/
|
|
115
115
|
bmcCommand: MachineBMCCommand;
|
|
116
116
|
|
|
117
117
|
/**
|
|
118
|
-
* MachineBmc contains connection details of the machine to issue the
|
|
118
|
+
* MachineBmc contains connection details of the machine to issue the BMC command to
|
|
119
119
|
*
|
|
120
120
|
* @generated from field: metalstack.api.v2.MachineBMC machine_bmc = 3;
|
|
121
121
|
*/
|
|
@@ -123,7 +123,7 @@ export type WaitForBMCCommandResponse = Message<"metalstack.infra.v2.WaitForBMCC
|
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
125
|
* CommandId is a unique ID which must be sent back after execution
|
|
126
|
-
*
|
|
126
|
+
* It is usually in the form: <machine-uuid>:machine-bmc-command:<command>
|
|
127
127
|
*
|
|
128
128
|
* @generated from field: string command_id = 4;
|
|
129
129
|
*/
|
|
@@ -138,14 +138,14 @@ export const WaitForBMCCommandResponseSchema: GenMessage<WaitForBMCCommandRespon
|
|
|
138
138
|
messageDesc(file_metalstack_infra_v2_bmc, 3);
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
* BMCCommandDoneRequest must be returned after command execution
|
|
141
|
+
* BMCCommandDoneRequest must be returned after command execution.
|
|
142
142
|
*
|
|
143
143
|
* @generated from message metalstack.infra.v2.BMCCommandDoneRequest
|
|
144
144
|
*/
|
|
145
145
|
export type BMCCommandDoneRequest = Message<"metalstack.infra.v2.BMCCommandDoneRequest"> & {
|
|
146
146
|
/**
|
|
147
147
|
* CommandId is a unique ID which must be sent back after execution
|
|
148
|
-
*
|
|
148
|
+
* It is usually in the form: <machine-uuid>:machine-bmc-command
|
|
149
149
|
*
|
|
150
150
|
* @generated from field: string command_id = 1;
|
|
151
151
|
*/
|
|
@@ -167,7 +167,7 @@ export const BMCCommandDoneRequestSchema: GenMessage<BMCCommandDoneRequest> = /*
|
|
|
167
167
|
messageDesc(file_metalstack_infra_v2_bmc, 4);
|
|
168
168
|
|
|
169
169
|
/**
|
|
170
|
-
* BMCCommandDoneResponse
|
|
170
|
+
* BMCCommandDoneResponse is the response payload for BMC command completion.
|
|
171
171
|
*
|
|
172
172
|
* @generated from message metalstack.infra.v2.BMCCommandDoneResponse
|
|
173
173
|
*/
|
|
@@ -182,13 +182,13 @@ export const BMCCommandDoneResponseSchema: GenMessage<BMCCommandDoneResponse> =
|
|
|
182
182
|
messageDesc(file_metalstack_infra_v2_bmc, 5);
|
|
183
183
|
|
|
184
184
|
/**
|
|
185
|
-
* BMCService
|
|
185
|
+
* BMCService provides BMC management operations.
|
|
186
186
|
*
|
|
187
187
|
* @generated from service metalstack.infra.v2.BMCService
|
|
188
188
|
*/
|
|
189
189
|
export const BMCService: GenService<{
|
|
190
190
|
/**
|
|
191
|
-
*
|
|
191
|
+
* Updates BMC information.
|
|
192
192
|
*
|
|
193
193
|
* @generated from rpc metalstack.infra.v2.BMCService.UpdateBMCInfo
|
|
194
194
|
*/
|
|
@@ -198,7 +198,7 @@ export const BMCService: GenService<{
|
|
|
198
198
|
output: typeof UpdateBMCInfoResponseSchema;
|
|
199
199
|
},
|
|
200
200
|
/**
|
|
201
|
-
* WaitForBMCCommand is called by the metal-bmc and
|
|
201
|
+
* WaitForBMCCommand is called by the metal-bmc and returns a BMC command to execute.
|
|
202
202
|
*
|
|
203
203
|
* @generated from rpc metalstack.infra.v2.BMCService.WaitForBMCCommand
|
|
204
204
|
*/
|
|
@@ -208,7 +208,7 @@ export const BMCService: GenService<{
|
|
|
208
208
|
output: typeof WaitForBMCCommandResponseSchema;
|
|
209
209
|
},
|
|
210
210
|
/**
|
|
211
|
-
* BMCCommandDone must be called from metal-bmc after the command execution
|
|
211
|
+
* BMCCommandDone must be called from metal-bmc after the command execution.
|
|
212
212
|
*
|
|
213
213
|
* @generated from rpc metalstack.infra.v2.BMCService.BMCCommandDone
|
|
214
214
|
*/
|
|
@@ -298,7 +298,7 @@ export type BootServiceSuperUserPasswordResponse = Message<"metalstack.infra.v2.
|
|
|
298
298
|
*/
|
|
299
299
|
export declare const BootServiceSuperUserPasswordResponseSchema: GenMessage<BootServiceSuperUserPasswordResponse>;
|
|
300
300
|
/**
|
|
301
|
-
* BootService
|
|
301
|
+
* BootService provides boot-related operations for pixiecore and metal-hammer.
|
|
302
302
|
*
|
|
303
303
|
* Pixiecore
|
|
304
304
|
*
|
|
@@ -306,7 +306,7 @@ export declare const BootServiceSuperUserPasswordResponseSchema: GenMessage<Boot
|
|
|
306
306
|
*/
|
|
307
307
|
export declare const BootService: GenService<{
|
|
308
308
|
/**
|
|
309
|
-
* Dhcp
|
|
309
|
+
* Dhcp handles the first DHCP request (option 97). A ProvisioningEventPXEBooting is fired.
|
|
310
310
|
*
|
|
311
311
|
* @generated from rpc metalstack.infra.v2.BootService.Dhcp
|
|
312
312
|
*/
|
|
@@ -316,7 +316,7 @@ export declare const BootService: GenService<{
|
|
|
316
316
|
output: typeof BootServiceDhcpResponseSchema;
|
|
317
317
|
};
|
|
318
318
|
/**
|
|
319
|
-
* Boot is called from pixie once the machine got the first
|
|
319
|
+
* Boot is called from pixie once the machine got the first DHCP response and ipxe asks for subsequent kernel and initrd.
|
|
320
320
|
*
|
|
321
321
|
* @generated from rpc metalstack.infra.v2.BootService.Boot
|
|
322
322
|
*/
|
|
@@ -326,7 +326,7 @@ export declare const BootService: GenService<{
|
|
|
326
326
|
output: typeof BootServiceBootResponseSchema;
|
|
327
327
|
};
|
|
328
328
|
/**
|
|
329
|
-
* SuperUserPassword
|
|
329
|
+
* SuperUserPassword returns the configured root password for the BMC.
|
|
330
330
|
*
|
|
331
331
|
* @generated from rpc metalstack.infra.v2.BootService.SuperUserPassword
|
|
332
332
|
*/
|
|
@@ -336,7 +336,7 @@ export declare const BootService: GenService<{
|
|
|
336
336
|
output: typeof BootServiceSuperUserPasswordResponseSchema;
|
|
337
337
|
};
|
|
338
338
|
/**
|
|
339
|
-
* Register is called from metal-hammer after hardware inventory is finished, tells metal-apiserver all
|
|
339
|
+
* Register is called from metal-hammer after hardware inventory is finished, tells metal-apiserver all details about that machine.
|
|
340
340
|
*
|
|
341
341
|
* @generated from rpc metalstack.infra.v2.BootService.Register
|
|
342
342
|
*/
|
|
@@ -346,7 +346,7 @@ export declare const BootService: GenService<{
|
|
|
346
346
|
output: typeof BootServiceRegisterResponseSchema;
|
|
347
347
|
};
|
|
348
348
|
/**
|
|
349
|
-
* Wait is a hanging call that waits until the machine gets allocated by a user
|
|
349
|
+
* Wait is a hanging call that waits until the machine gets allocated by a user.
|
|
350
350
|
*
|
|
351
351
|
* @generated from rpc metalstack.infra.v2.BootService.Wait
|
|
352
352
|
*/
|
|
@@ -356,7 +356,7 @@ export declare const BootService: GenService<{
|
|
|
356
356
|
output: typeof BootServiceWaitResponseSchema;
|
|
357
357
|
};
|
|
358
358
|
/**
|
|
359
|
-
* InstallationSucceeded tells metal-apiserver installation was
|
|
359
|
+
* InstallationSucceeded tells metal-apiserver that installation was successful.
|
|
360
360
|
*
|
|
361
361
|
* @generated from rpc metalstack.infra.v2.BootService.InstallationSucceeded
|
|
362
362
|
*/
|
|
@@ -71,7 +71,7 @@ export const BootServiceSuperUserPasswordRequestSchema = /*@__PURE__*/ messageDe
|
|
|
71
71
|
*/
|
|
72
72
|
export const BootServiceSuperUserPasswordResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_infra_v2_boot, 11);
|
|
73
73
|
/**
|
|
74
|
-
* BootService
|
|
74
|
+
* BootService provides boot-related operations for pixiecore and metal-hammer.
|
|
75
75
|
*
|
|
76
76
|
* Pixiecore
|
|
77
77
|
*
|
|
@@ -363,7 +363,7 @@ export const BootServiceSuperUserPasswordResponseSchema: GenMessage<BootServiceS
|
|
|
363
363
|
messageDesc(file_metalstack_infra_v2_boot, 11);
|
|
364
364
|
|
|
365
365
|
/**
|
|
366
|
-
* BootService
|
|
366
|
+
* BootService provides boot-related operations for pixiecore and metal-hammer.
|
|
367
367
|
*
|
|
368
368
|
* Pixiecore
|
|
369
369
|
*
|
|
@@ -371,7 +371,7 @@ export const BootServiceSuperUserPasswordResponseSchema: GenMessage<BootServiceS
|
|
|
371
371
|
*/
|
|
372
372
|
export const BootService: GenService<{
|
|
373
373
|
/**
|
|
374
|
-
* Dhcp
|
|
374
|
+
* Dhcp handles the first DHCP request (option 97). A ProvisioningEventPXEBooting is fired.
|
|
375
375
|
*
|
|
376
376
|
* @generated from rpc metalstack.infra.v2.BootService.Dhcp
|
|
377
377
|
*/
|
|
@@ -381,7 +381,7 @@ export const BootService: GenService<{
|
|
|
381
381
|
output: typeof BootServiceDhcpResponseSchema;
|
|
382
382
|
},
|
|
383
383
|
/**
|
|
384
|
-
* Boot is called from pixie once the machine got the first
|
|
384
|
+
* Boot is called from pixie once the machine got the first DHCP response and ipxe asks for subsequent kernel and initrd.
|
|
385
385
|
*
|
|
386
386
|
* @generated from rpc metalstack.infra.v2.BootService.Boot
|
|
387
387
|
*/
|
|
@@ -391,7 +391,7 @@ export const BootService: GenService<{
|
|
|
391
391
|
output: typeof BootServiceBootResponseSchema;
|
|
392
392
|
},
|
|
393
393
|
/**
|
|
394
|
-
* SuperUserPassword
|
|
394
|
+
* SuperUserPassword returns the configured root password for the BMC.
|
|
395
395
|
*
|
|
396
396
|
* @generated from rpc metalstack.infra.v2.BootService.SuperUserPassword
|
|
397
397
|
*/
|
|
@@ -401,7 +401,7 @@ export const BootService: GenService<{
|
|
|
401
401
|
output: typeof BootServiceSuperUserPasswordResponseSchema;
|
|
402
402
|
},
|
|
403
403
|
/**
|
|
404
|
-
* Register is called from metal-hammer after hardware inventory is finished, tells metal-apiserver all
|
|
404
|
+
* Register is called from metal-hammer after hardware inventory is finished, tells metal-apiserver all details about that machine.
|
|
405
405
|
*
|
|
406
406
|
* @generated from rpc metalstack.infra.v2.BootService.Register
|
|
407
407
|
*/
|
|
@@ -411,7 +411,7 @@ export const BootService: GenService<{
|
|
|
411
411
|
output: typeof BootServiceRegisterResponseSchema;
|
|
412
412
|
},
|
|
413
413
|
/**
|
|
414
|
-
* Wait is a hanging call that waits until the machine gets allocated by a user
|
|
414
|
+
* Wait is a hanging call that waits until the machine gets allocated by a user.
|
|
415
415
|
*
|
|
416
416
|
* @generated from rpc metalstack.infra.v2.BootService.Wait
|
|
417
417
|
*/
|
|
@@ -421,7 +421,7 @@ export const BootService: GenService<{
|
|
|
421
421
|
output: typeof BootServiceWaitResponseSchema;
|
|
422
422
|
},
|
|
423
423
|
/**
|
|
424
|
-
* InstallationSucceeded tells metal-apiserver installation was
|
|
424
|
+
* InstallationSucceeded tells metal-apiserver that installation was successful.
|
|
425
425
|
*
|
|
426
426
|
* @generated from rpc metalstack.infra.v2.BootService.InstallationSucceeded
|
|
427
427
|
*/
|
|
@@ -8,7 +8,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare const file_metalstack_infra_v2_component: GenFile;
|
|
10
10
|
/**
|
|
11
|
-
* ComponentServicePingRequest is
|
|
11
|
+
* ComponentServicePingRequest is the request payload for pinging a microservice.
|
|
12
12
|
*
|
|
13
13
|
* @generated from message metalstack.infra.v2.ComponentServicePingRequest
|
|
14
14
|
*/
|
|
@@ -20,21 +20,19 @@ export type ComponentServicePingRequest = Message<"metalstack.infra.v2.Component
|
|
|
20
20
|
*/
|
|
21
21
|
type: ComponentType;
|
|
22
22
|
/**
|
|
23
|
-
* Identifier is a unique identifier of this service,
|
|
24
|
-
* micro_service and identifier guarantee uniqueness.
|
|
23
|
+
* Identifier is a unique identifier of this service, for example if two instances are running, this might be the pod ID
|
|
25
24
|
*
|
|
26
25
|
* @generated from field: string identifier = 2;
|
|
27
26
|
*/
|
|
28
27
|
identifier: string;
|
|
29
28
|
/**
|
|
30
|
-
* StartedAt is the timestamp this service was started
|
|
29
|
+
* StartedAt is the timestamp this service was started
|
|
31
30
|
*
|
|
32
31
|
* @generated from field: google.protobuf.Timestamp started_at = 3;
|
|
33
32
|
*/
|
|
34
33
|
startedAt?: Timestamp;
|
|
35
34
|
/**
|
|
36
|
-
* Interval at which the ping is scheduled, must be between 5 seconds and 1 hour
|
|
37
|
-
* Also gets validated in the same way in go/client/ping.go.
|
|
35
|
+
* Interval at which the ping is scheduled, must be between 5 seconds and 1 hour
|
|
38
36
|
*
|
|
39
37
|
* @generated from field: google.protobuf.Duration interval = 4;
|
|
40
38
|
*/
|
|
@@ -52,7 +50,7 @@ export type ComponentServicePingRequest = Message<"metalstack.infra.v2.Component
|
|
|
52
50
|
*/
|
|
53
51
|
export declare const ComponentServicePingRequestSchema: GenMessage<ComponentServicePingRequest>;
|
|
54
52
|
/**
|
|
55
|
-
* ComponentServicePingResponse is the response
|
|
53
|
+
* ComponentServicePingResponse is the response payload for pinging a microservice.
|
|
56
54
|
*
|
|
57
55
|
* @generated from message metalstack.infra.v2.ComponentServicePingResponse
|
|
58
56
|
*/
|
|
@@ -63,14 +61,13 @@ export type ComponentServicePingResponse = Message<"metalstack.infra.v2.Componen
|
|
|
63
61
|
*/
|
|
64
62
|
export declare const ComponentServicePingResponseSchema: GenMessage<ComponentServicePingResponse>;
|
|
65
63
|
/**
|
|
66
|
-
* ComponentService
|
|
64
|
+
* ComponentService provides microservice component management operations.
|
|
67
65
|
*
|
|
68
66
|
* @generated from service metalstack.infra.v2.ComponentService
|
|
69
67
|
*/
|
|
70
68
|
export declare const ComponentService: GenService<{
|
|
71
69
|
/**
|
|
72
|
-
*
|
|
73
|
-
* to get visibility of all registered microservices.
|
|
70
|
+
* Returns the ping response to register or report the microservice state.
|
|
74
71
|
*
|
|
75
72
|
* @generated from rpc metalstack.infra.v2.ComponentService.Ping
|
|
76
73
|
*/
|
|
@@ -23,7 +23,7 @@ export const ComponentServicePingRequestSchema = /*@__PURE__*/ messageDesc(file_
|
|
|
23
23
|
*/
|
|
24
24
|
export const ComponentServicePingResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_infra_v2_component, 1);
|
|
25
25
|
/**
|
|
26
|
-
* ComponentService
|
|
26
|
+
* ComponentService provides microservice component management operations.
|
|
27
27
|
*
|
|
28
28
|
* @generated from service metalstack.infra.v2.ComponentService
|
|
29
29
|
*/
|
|
@@ -22,7 +22,7 @@ export const file_metalstack_infra_v2_component: GenFile = /*@__PURE__*/
|
|
|
22
22
|
fileDesc("CiNtZXRhbHN0YWNrL2luZnJhL3YyL2NvbXBvbmVudC5wcm90bxITbWV0YWxzdGFjay5pbmZyYS52MiKdAgobQ29tcG9uZW50U2VydmljZVBpbmdSZXF1ZXN0EjgKBHR5cGUYASABKA4yIC5tZXRhbHN0YWNrLmFwaS52Mi5Db21wb25lbnRUeXBlQgi6SAWCAQIQARIfCgppZGVudGlmaWVyGAIgASgJQgu6SAhyBsCzrrECARI4CgpzdGFydGVkX2F0GAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEIIukgFsgECOAESPAoIaW50ZXJ2YWwYBCABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb25CD7pIDKoBCSIDCJAcMgIIBRIrCgd2ZXJzaW9uGAUgASgLMhoubWV0YWxzdGFjay5hcGkudjIuVmVyc2lvbiIeChxDb21wb25lbnRTZXJ2aWNlUGluZ1Jlc3BvbnNlMooBChBDb21wb25lbnRTZXJ2aWNlEnYKBFBpbmcSMC5tZXRhbHN0YWNrLmluZnJhLnYyLkNvbXBvbmVudFNlcnZpY2VQaW5nUmVxdWVzdBoxLm1ldGFsc3RhY2suaW5mcmEudjIuQ29tcG9uZW50U2VydmljZVBpbmdSZXNwb25zZSIJ4PMYAurzGAEBQtIBChdjb20ubWV0YWxzdGFjay5pbmZyYS52MkIOQ29tcG9uZW50UHJvdG9QAVo5Z2l0aHViLmNvbS9tZXRhbC1zdGFjay9hcGkvZ28vbWV0YWxzdGFjay9pbmZyYS92MjtpbmZyYXYyogIDTUlYqgITTWV0YWxzdGFjay5JbmZyYS5WMsoCE01ldGFsc3RhY2tcSW5mcmFcVjLiAh9NZXRhbHN0YWNrXEluZnJhXFYyXEdQQk1ldGFkYXRh6gIVTWV0YWxzdGFjazo6SW5mcmE6OlYyYgZwcm90bzM", [file_buf_validate_validate, file_google_protobuf_duration, file_google_protobuf_timestamp, file_metalstack_api_v2_common, file_metalstack_api_v2_component, file_metalstack_api_v2_predefined_rules, file_metalstack_api_v2_version]);
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
|
-
* ComponentServicePingRequest is
|
|
25
|
+
* ComponentServicePingRequest is the request payload for pinging a microservice.
|
|
26
26
|
*
|
|
27
27
|
* @generated from message metalstack.infra.v2.ComponentServicePingRequest
|
|
28
28
|
*/
|
|
@@ -35,23 +35,21 @@ export type ComponentServicePingRequest = Message<"metalstack.infra.v2.Component
|
|
|
35
35
|
type: ComponentType;
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
|
-
* Identifier is a unique identifier of this service,
|
|
39
|
-
* micro_service and identifier guarantee uniqueness.
|
|
38
|
+
* Identifier is a unique identifier of this service, for example if two instances are running, this might be the pod ID
|
|
40
39
|
*
|
|
41
40
|
* @generated from field: string identifier = 2;
|
|
42
41
|
*/
|
|
43
42
|
identifier: string;
|
|
44
43
|
|
|
45
44
|
/**
|
|
46
|
-
* StartedAt is the timestamp this service was started
|
|
45
|
+
* StartedAt is the timestamp this service was started
|
|
47
46
|
*
|
|
48
47
|
* @generated from field: google.protobuf.Timestamp started_at = 3;
|
|
49
48
|
*/
|
|
50
49
|
startedAt?: Timestamp;
|
|
51
50
|
|
|
52
51
|
/**
|
|
53
|
-
* Interval at which the ping is scheduled, must be between 5 seconds and 1 hour
|
|
54
|
-
* Also gets validated in the same way in go/client/ping.go.
|
|
52
|
+
* Interval at which the ping is scheduled, must be between 5 seconds and 1 hour
|
|
55
53
|
*
|
|
56
54
|
* @generated from field: google.protobuf.Duration interval = 4;
|
|
57
55
|
*/
|
|
@@ -73,7 +71,7 @@ export const ComponentServicePingRequestSchema: GenMessage<ComponentServicePingR
|
|
|
73
71
|
messageDesc(file_metalstack_infra_v2_component, 0);
|
|
74
72
|
|
|
75
73
|
/**
|
|
76
|
-
* ComponentServicePingResponse is the response
|
|
74
|
+
* ComponentServicePingResponse is the response payload for pinging a microservice.
|
|
77
75
|
*
|
|
78
76
|
* @generated from message metalstack.infra.v2.ComponentServicePingResponse
|
|
79
77
|
*/
|
|
@@ -88,14 +86,13 @@ export const ComponentServicePingResponseSchema: GenMessage<ComponentServicePing
|
|
|
88
86
|
messageDesc(file_metalstack_infra_v2_component, 1);
|
|
89
87
|
|
|
90
88
|
/**
|
|
91
|
-
* ComponentService
|
|
89
|
+
* ComponentService provides microservice component management operations.
|
|
92
90
|
*
|
|
93
91
|
* @generated from service metalstack.infra.v2.ComponentService
|
|
94
92
|
*/
|
|
95
93
|
export const ComponentService: GenService<{
|
|
96
94
|
/**
|
|
97
|
-
*
|
|
98
|
-
* to get visibility of all registered microservices.
|
|
95
|
+
* Returns the ping response to register or report the microservice state.
|
|
99
96
|
*
|
|
100
97
|
* @generated from rpc metalstack.infra.v2.ComponentService.Ping
|
|
101
98
|
*/
|
|
@@ -6,13 +6,13 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_metalstack_infra_v2_event: GenFile;
|
|
8
8
|
/**
|
|
9
|
-
* EventServiceSendRequest.
|
|
9
|
+
* EventServiceSendRequest is the request payload for sending provisioning events.
|
|
10
10
|
*
|
|
11
11
|
* @generated from message metalstack.infra.v2.EventServiceSendRequest
|
|
12
12
|
*/
|
|
13
13
|
export type EventServiceSendRequest = Message<"metalstack.infra.v2.EventServiceSendRequest"> & {
|
|
14
14
|
/**
|
|
15
|
-
* Events grouped by machine IDs
|
|
15
|
+
* Events grouped by machine IDs
|
|
16
16
|
*
|
|
17
17
|
* @generated from field: map<string, metalstack.infra.v2.MachineProvisioningEvent> events = 1;
|
|
18
18
|
*/
|
|
@@ -26,19 +26,19 @@ export type EventServiceSendRequest = Message<"metalstack.infra.v2.EventServiceS
|
|
|
26
26
|
*/
|
|
27
27
|
export declare const EventServiceSendRequestSchema: GenMessage<EventServiceSendRequest>;
|
|
28
28
|
/**
|
|
29
|
-
* EventServiceSendResponse.
|
|
29
|
+
* EventServiceSendResponse is the response payload for sending provisioning events.
|
|
30
30
|
*
|
|
31
31
|
* @generated from message metalstack.infra.v2.EventServiceSendResponse
|
|
32
32
|
*/
|
|
33
33
|
export type EventServiceSendResponse = Message<"metalstack.infra.v2.EventServiceSendResponse"> & {
|
|
34
34
|
/**
|
|
35
|
-
* Events counts the number of events successfully stored in the database
|
|
35
|
+
* Events counts the number of events successfully stored in the database
|
|
36
36
|
*
|
|
37
37
|
* @generated from field: uint64 events = 1;
|
|
38
38
|
*/
|
|
39
39
|
events: bigint;
|
|
40
40
|
/**
|
|
41
|
-
* Failed contains IDs of all machines whose events could not be stored in the database
|
|
41
|
+
* Failed contains IDs of all machines whose events could not be stored in the database
|
|
42
42
|
*
|
|
43
43
|
* @generated from field: repeated string failed = 2;
|
|
44
44
|
*/
|
|
@@ -56,19 +56,19 @@ export declare const EventServiceSendResponseSchema: GenMessage<EventServiceSend
|
|
|
56
56
|
*/
|
|
57
57
|
export type MachineProvisioningEvent = Message<"metalstack.infra.v2.MachineProvisioningEvent"> & {
|
|
58
58
|
/**
|
|
59
|
-
* Time the event occurred at
|
|
59
|
+
* Time the event occurred at
|
|
60
60
|
*
|
|
61
61
|
* @generated from field: google.protobuf.Timestamp time = 1;
|
|
62
62
|
*/
|
|
63
63
|
time?: Timestamp;
|
|
64
64
|
/**
|
|
65
|
-
* Event that occurred
|
|
65
|
+
* Event that occurred
|
|
66
66
|
*
|
|
67
67
|
* @generated from field: metalstack.infra.v2.ProvisioningEventType event = 2;
|
|
68
68
|
*/
|
|
69
69
|
event: ProvisioningEventType;
|
|
70
70
|
/**
|
|
71
|
-
* Message
|
|
71
|
+
* Message describes the event in more detail
|
|
72
72
|
*
|
|
73
73
|
* @generated from field: string message = 3;
|
|
74
74
|
*/
|
|
@@ -86,73 +86,73 @@ export declare const MachineProvisioningEventSchema: GenMessage<MachineProvision
|
|
|
86
86
|
*/
|
|
87
87
|
export declare enum ProvisioningEventType {
|
|
88
88
|
/**
|
|
89
|
-
* PROVISIONING_EVENT_TYPE_UNSPECIFIED is unspecified
|
|
89
|
+
* PROVISIONING_EVENT_TYPE_UNSPECIFIED is unspecified
|
|
90
90
|
*
|
|
91
91
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_UNSPECIFIED = 0;
|
|
92
92
|
*/
|
|
93
93
|
UNSPECIFIED = 0,
|
|
94
94
|
/**
|
|
95
|
-
* PROVISIONING_EVENT_TYPE_ALIVE means the machine has reported itself to the API not long ago
|
|
95
|
+
* PROVISIONING_EVENT_TYPE_ALIVE means the machine has reported itself to the API not long ago
|
|
96
96
|
*
|
|
97
97
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_ALIVE = 1;
|
|
98
98
|
*/
|
|
99
99
|
ALIVE = 1,
|
|
100
100
|
/**
|
|
101
|
-
* PROVISIONING_EVENT_TYPE_CRASHED means an irregularity in the machine's lifecycle
|
|
101
|
+
* PROVISIONING_EVENT_TYPE_CRASHED means an irregularity in the machine's lifecycle
|
|
102
102
|
*
|
|
103
103
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_CRASHED = 2;
|
|
104
104
|
*/
|
|
105
105
|
CRASHED = 2,
|
|
106
106
|
/**
|
|
107
|
-
* PROVISIONING_EVENT_TYPE_PXE_BOOTING is sent when an unprovisioned machine requests a boot image via PXE
|
|
107
|
+
* PROVISIONING_EVENT_TYPE_PXE_BOOTING is sent when an unprovisioned machine requests a boot image via PXE
|
|
108
108
|
*
|
|
109
109
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_PXE_BOOTING = 3;
|
|
110
110
|
*/
|
|
111
111
|
PXE_BOOTING = 3,
|
|
112
112
|
/**
|
|
113
|
-
* PROVISIONING_EVENT_TYPE_PLANNED_REBOOT means the machine was scheduled for reboot
|
|
113
|
+
* PROVISIONING_EVENT_TYPE_PLANNED_REBOOT means the machine was scheduled for reboot
|
|
114
114
|
*
|
|
115
115
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_PLANNED_REBOOT = 4;
|
|
116
116
|
*/
|
|
117
117
|
PLANNED_REBOOT = 4,
|
|
118
118
|
/**
|
|
119
|
-
* PROVISIONING_EVENT_TYPE_PREPARING means the metal-hammer has started
|
|
119
|
+
* PROVISIONING_EVENT_TYPE_PREPARING means the metal-hammer has started
|
|
120
120
|
*
|
|
121
121
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_PREPARING = 5;
|
|
122
122
|
*/
|
|
123
123
|
PREPARING = 5,
|
|
124
124
|
/**
|
|
125
|
-
* PROVISIONING_EVENT_TYPE_REGISTERING means the metal-hammer is attempting to register the machine at the API
|
|
125
|
+
* PROVISIONING_EVENT_TYPE_REGISTERING means the metal-hammer is attempting to register the machine at the API
|
|
126
126
|
*
|
|
127
127
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_REGISTERING = 6;
|
|
128
128
|
*/
|
|
129
129
|
REGISTERING = 6,
|
|
130
130
|
/**
|
|
131
|
-
* PROVISIONING_EVENT_TYPE_WAITING means the machine has successfully reached the state where it is waiting for allocation
|
|
131
|
+
* PROVISIONING_EVENT_TYPE_WAITING means the machine has successfully reached the state where it is waiting for allocation
|
|
132
132
|
*
|
|
133
133
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_WAITING = 7;
|
|
134
134
|
*/
|
|
135
135
|
WAITING = 7,
|
|
136
136
|
/**
|
|
137
|
-
* PROVISIONING_EVENT_TYPE_INSTALLING means the machine was allocated and the requested OS is being installed
|
|
137
|
+
* PROVISIONING_EVENT_TYPE_INSTALLING means the machine was allocated and the requested OS is being installed
|
|
138
138
|
*
|
|
139
139
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_INSTALLING = 8;
|
|
140
140
|
*/
|
|
141
141
|
INSTALLING = 8,
|
|
142
142
|
/**
|
|
143
|
-
* PROVISIONING_EVENT_TYPE_BOOTING_NEW_KERNEL means the machine has successfully been installed and is now booting into the new OS
|
|
143
|
+
* PROVISIONING_EVENT_TYPE_BOOTING_NEW_KERNEL means the machine has successfully been installed and is now booting into the new OS
|
|
144
144
|
*
|
|
145
145
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_BOOTING_NEW_KERNEL = 9;
|
|
146
146
|
*/
|
|
147
147
|
BOOTING_NEW_KERNEL = 9,
|
|
148
148
|
/**
|
|
149
|
-
* PROVISIONING_EVENT_TYPE_PHONED_HOME is sent periodically by an allocated machine to indicate its liveliness
|
|
149
|
+
* PROVISIONING_EVENT_TYPE_PHONED_HOME is sent periodically by an allocated machine to indicate its liveliness
|
|
150
150
|
*
|
|
151
151
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_PHONED_HOME = 10;
|
|
152
152
|
*/
|
|
153
153
|
PHONED_HOME = 10,
|
|
154
154
|
/**
|
|
155
|
-
* PROVISIONING_EVENT_TYPE_MACHINE_RECLAIM means the machine was freed and is about to return into the pool of waiting machines
|
|
155
|
+
* PROVISIONING_EVENT_TYPE_MACHINE_RECLAIM means the machine was freed and is about to return into the pool of waiting machines
|
|
156
156
|
*
|
|
157
157
|
* @generated from enum value: PROVISIONING_EVENT_TYPE_MACHINE_RECLAIM = 11;
|
|
158
158
|
*/
|
|
@@ -163,13 +163,13 @@ export declare enum ProvisioningEventType {
|
|
|
163
163
|
*/
|
|
164
164
|
export declare const ProvisioningEventTypeSchema: GenEnum<ProvisioningEventType>;
|
|
165
165
|
/**
|
|
166
|
-
* EventService
|
|
166
|
+
* EventService provides machine provisioning event logging operations.
|
|
167
167
|
*
|
|
168
168
|
* @generated from service metalstack.infra.v2.EventService
|
|
169
169
|
*/
|
|
170
170
|
export declare const EventService: GenService<{
|
|
171
171
|
/**
|
|
172
|
-
*
|
|
172
|
+
* Sends a series of machine provisioning events.
|
|
173
173
|
*
|
|
174
174
|
* @generated from rpc metalstack.infra.v2.EventService.Send
|
|
175
175
|
*/
|