xpanse icon indicating copy to clipboard operation
xpanse copied to clipboard

add servicetemplate validate method to OrchestratorPlugin interface

Open swaroopar opened this issue 6 months ago • 1 comments

  • [ ] Add a validateServiceTemplate method to OrchestratorPlugin. Returns boolean.
  • [ ] For Huaweicloud plugin - validate the regions in the template with the values available using IamRegion
  • [ ] For Flexible Engine - Check if similar class is available. Otherwise no validation necessary. Just return true.
  • [ ] All other cloud providers - return true.

swaroopar avatar Aug 01 '24 16:08 swaroopar