Aria Automation 8.18.x
Aria Automation Config
The RaaS server address can not be changed as this requires a migration of the deployed Salt components to the new salt-master connected to the new RaaS server
Unregister Deployments which are using the Salt component, then the Integration can be deleted & recreated. Afterwards VM's can be re-imported.
/iaas/api/integrations/iaas/api/integrations/{id}/iaas/api/integrations/{id}
integrationProperties and also in customProperties from the response from Step 2.3 as body, we need to update each hostname reference in integrationProperties and also in customPropertiesprivateKeyId can be moved to the root of the body (outside integrationProperties / customProperties) and also has to include the field privateKey containing the password for this account{
"privateKeyId": "###", // RaaS Username
"privateKey": "###", // RaaS Password
"customProperties": {
"hostName": "raas.example.com"
},
"integrationProperties": {
"hostName": "raas.example.com"
}
}