
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
25 lines
481 B
Plaintext
25 lines
481 B
Plaintext
{
|
|
"Scripts": [
|
|
"ImportCoreFunctions.ps1",
|
|
"Join-Domain.ps1"
|
|
],
|
|
"Commands": [
|
|
{
|
|
"Name": "Set-NetworkAdapterConfiguration",
|
|
"Arguments": {
|
|
"FirstAvailable": true,
|
|
"DNSServer": "$dnsIp"
|
|
}
|
|
},
|
|
{
|
|
"Name": "Join-Domain",
|
|
"Arguments": {
|
|
"Username": "$domainUser",
|
|
"Password": "$domainPassword",
|
|
"DomainName": "$domain",
|
|
"OUPath": "$ouPath"
|
|
}
|
|
}
|
|
],
|
|
"RebootOnCompletion": 1
|
|
} |