-
Notifications
You must be signed in to change notification settings - Fork 91
Description
From the README explanation it is clear that renaming existing objects (like Managed Servers) is not supported.
...the WebLogic Deploy Tooling does not support the use of the Name attribute in these folders and any attempt to set the Name attribute will not be honored.
But would it be possible to model a "not wanted object any more" into the model? Which will be deleted when the domain is updateDomain
(or even on createDomain
where the template adds a not wanted object)?
Possible modelling solution in yaml model_file
could be to put an exclamation mark "!" in front of the object name, causing it to be deleted or removed to be set.
(Rationale: When creating a default Forms domain, the managed server from the extentionTemplate "Oracle Forms" is defaulted to "WLS_FORMS" and cannot be overwritten with the createDomain
resulting in a obsolete Managed Server after initial run.