809ea6f700
Change base methods for actions with packages and add tests for this actions Change-Id: Ib6af8933c18ea9670a388dca53f1c55a92180208
20 lines
321 B
YAML
20 lines
321 B
YAML
Namespaces:
|
|
=: io.murano.windows.Dummy
|
|
std: io.murano
|
|
sys: io.murano.system
|
|
win: io.murano.windows
|
|
|
|
Name: Controller
|
|
|
|
Properties:
|
|
host:
|
|
Contract: $.class(win:Host).notNull()
|
|
|
|
recoveryPassword:
|
|
Contract: $.string().notNull()
|
|
Default: P@ssw0rd
|
|
|
|
Workflow:
|
|
deploy:
|
|
Body: $.host.deploy()
|