HUBS-1709 | cluster_node_ids wrong schema type #57
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context:
The parameter for cluster_node_ids was configured with a wrong schema type. More Info: https://delphix.atlassian.net/browse/HUBS-1709
Problem:
cluster_node_ids parameter defined as a string whereas DCT takes it as a list of string.
Solution:
Conform the type of the param to conform to DCT request type(list of string)
"cluster_node_ids": [ "ORACLE_CLUSTER_NODE-1" ],Testing:
Payload:
Result:(Log Level = TRACE)
PS: for some oracle rac mumbo jumbo, the provision failed but it atleast started the provision process in the UI.
Error: [NOT OK] Job d24b87a062924001ba8ffc7c106d4dc6 FAILED with error Failed to mount database instance. See command output for more information.