You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloudforms upgrade to 5.10.6.1 doing miqimport (with --overwrite) of domain that does not have highest priority, imports the domain as the highest priority?
For example if have domains -
DomainB (priority 3)
DomainA (priority 2)
RedHat (priority 1)
ManageIQ (priority 0)
miqexport-ing of DomainA, and then doing - miqimport with --overwrite, will change priority of DomainA and import it as highest priority (above DomainB).
The text was updated successfully, but these errors were encountered:
@branic Thanks for quick response.
Our deployment process hasn't changed. Prior to CloudForms 4.7 priority specified in __domain__.yaml was preserved on miqimport. i.e. we could import a domain (even after deletion) to priority that is not the highest. Seems as of CloudForms 4.7 new automation domain can only be imported to top priority and we have to manually change priority through UI.
(edited formatting)
After cloudforms upgrade to 5.10.6.1 doing miqimport (with --overwrite) of domain that does not have highest priority, imports the domain as the highest priority?
For example if have domains -
DomainB (priority 3)
DomainA (priority 2)
RedHat (priority 1)
ManageIQ (priority 0)
miqexport-ing of DomainA, and then doing - miqimport with --overwrite, will change priority of DomainA and import it as highest priority (above DomainB).
The text was updated successfully, but these errors were encountered: