Steve White informed me yesterday that the newest release of FERRY will add a required parameter to the createFQAN API where the capability set must be specified. This will break the NewCapabilitySet workflow as it is now.
We will need to do three things:
- Switch the order of the
createFQAN
and createCapabilitySet
|
# 4. Create capability set |
calls in the workflow.
- Make sure the
createFQAN call includes the newly-created capability set as a parameter.
- Do away with the last step, "Associate capability set with FQAN", since that will be handled in (2).
Steve White informed me yesterday that the newest release of FERRY will add a required parameter to the
createFQANAPI where the capability set must be specified. This will break theNewCapabilitySetworkflow as it is now.We will need to do three things:
createFQANFerry-CLI/ferry_cli/helpers/supported_workflows/NewCapabilitySet.py
Line 223 in e1b4f40
and
createCapabilitySetFerry-CLI/ferry_cli/helpers/supported_workflows/NewCapabilitySet.py
Line 248 in e1b4f40
calls in the workflow.
createFQANcall includes the newly-created capability set as a parameter.