feat: from_stands.py — конвертер STANDS YAML → polygon configs (37 сервисов)
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
name: vc_vm_v2
|
||||
service_id: 27
|
||||
service_display_name: VM в Cloud Director (vc_vmV2)
|
||||
service_short_name: vc_vm_v2
|
||||
lifecycle:
|
||||
suspendOnDestroyDefault: true
|
||||
adoptExistingOnCreateDefault: false
|
||||
operations:
|
||||
- svcOperationId: 100
|
||||
operation: create
|
||||
kind: instance
|
||||
action: create
|
||||
- svcOperationId: 101
|
||||
operation: delete
|
||||
kind: instance
|
||||
action: delete
|
||||
- svcOperationId: 104
|
||||
operation: modify
|
||||
kind: instance
|
||||
action: modify
|
||||
- svcOperationId: 102
|
||||
operation: resume
|
||||
kind: instance
|
||||
action: resume
|
||||
- svcOperationId: 103
|
||||
operation: suspend
|
||||
kind: instance
|
||||
action: suspend
|
||||
stateOut: {}
|
||||
cfsParams:
|
||||
- svcOperationCfsParamId: 301
|
||||
svcOperationCfsParam: serverListJson
|
||||
dataType: json
|
||||
isRequired: true
|
||||
defaultValue: '[{}]'
|
||||
isModifiable: true
|
||||
- svcOperationCfsParamId: 302
|
||||
svcOperationCfsParam: serverListJson
|
||||
dataType: json
|
||||
isRequired: true
|
||||
defaultValue: '[{}]'
|
||||
isModifiable: true
|
||||
cfsParamsByOp:
|
||||
100:
|
||||
- 301
|
||||
101: []
|
||||
104:
|
||||
- 302
|
||||
102: []
|
||||
103: []
|
||||
stateParams:
|
||||
serverListJson: '[{}]'
|
||||
Reference in New Issue
Block a user