
Added ability to modify/remove data from structures (like Heat templates) via jsonpatch and thus added ability to clean up Heat resources that was obtained by deleted instances Closes bug: #1296624 Change-Id: I4db226a5ab00ff363f8b5d44a5d690df942622e8
21 lines
388 B
YAML
21 lines
388 B
YAML
Namespaces:
|
|
=: io.murano.windows
|
|
ad: io.murano.windows.activeDirectory
|
|
|
|
Name: DomainHost
|
|
|
|
Extends: Host
|
|
|
|
Properties:
|
|
domain:
|
|
Contract: $.class(ad:ActiveDirectory).notNull()
|
|
|
|
Workflow:
|
|
deploy:
|
|
Arguments:
|
|
Body:
|
|
- $.super($.deploy())
|
|
#- $.joinDomain($.domain)
|
|
# Workaround against broken ResourceManager:
|
|
- $.super($.joinDomain($this.domain))
|