Hi , We were running the test for Configure and ConfigScaleout against single VNF. It seems that at any point of time APPC can support the latest action against which the CDT templates are uploaded. For e.g. If we load CDT templates against the Configure and Configuscaleout against same VNF then, the configure request will be rejected with error as 450:Request not supported.. The query which is implemented looks like below, which always finds the max from ASDC artifacts and fetches the latest updated templates .
The SQL query is - select max(internal_version) as maxInternalVersion, artifact_name as artifactName from ASDC_ARTIFACTS where artifact_name in (select artifact_name from ASDC_REFERENCE where vnf_type= $vnf_type and file_category = 'capability' ); Few queries regarding this behaviour are - 1. Any specific architectural/design constraints by which we have restricted such progression? 2. Can we change this behaviour to make sure we should be able to utilize the different action against the same VNF by checking the latest templates against the specific action? Regards Chandrashekhar Thakare ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html <http://www.techmahindra.com/Disclaimer.html> externally http://tim.techmahindra.com/tim/disclaimer.html <http://tim.techmahindra.com/tim/disclaimer.html> internally within TechMahindra. ============================================================================================================================ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14708): https://lists.onap.org/g/onap-discuss/message/14708 Mute This Topic: https://lists.onap.org/mt/28863462/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
