Scale in and scale out operations fail to instantiate new resources with one of the following error messages
"UPDATE_FAILED"
"CREATE_FAILED: Resource CREATE failed"
"StackValidationFailed"
"Task failed: Scale out operation failed"
type: DSC::Scaling::Server to an external nested YAML file definition
type: Resources/HotFiles/<########_CUSTOM_SCALING_FILE>.yaml
1. Validate the OpenStack Heat template against the application orchestration template and identify if there are any resource type parameters with mismatches.
2. Modify the resource type parameter in Orchestration template (VNFM / CSAR) used by the application to match with the resource type parameter in the VIO Heat stack template.
3. Modifying Heat templates from VIO on live VNF workloads is not supported and may introduce severe data layer discrepancies between the VIO running state and the external orchestrator
4. If the the parameters in the third party Orchestration template are hardcoded, edit the Heat stack template and perform a dry run in a non-production or test environment first to validate there is no impact using the below command
# openstack stack update --dry-run --template <updated_blueprint_file.yaml> <target_stack_name>
5. Post-validation, after confirming there is no destructive disruption to the application, execute the template update:
# openstack stack update --template <updated_blueprint_file.yaml> <target_stack_name>