X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=features.properties.md;h=f5e1113b9514a35df2a0cbd0af27b9144fcea494;hb=29a97a7fe7fa9c3c50fba299a7b1cf121be05b07;hp=7b2250b948d2affb1f4754ecb0948d0212fd4679;hpb=ca6f40516028602d3551856301cd9d7cda65f812;p=vid.git diff --git a/features.properties.md b/features.properties.md index 7b2250b94..f5e1113b9 100644 --- a/features.properties.md +++ b/features.properties.md @@ -71,11 +71,6 @@ * Delete Macro service -* FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE - - Enable soft delete for vf-module in view/edit page for a-la-carte only. - - * FLAG_1810_AAI_LOCAL_CACHE Enables the caching of selected AAI responses. @@ -169,4 +164,47 @@ * FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH Add cloud-region and nf-role as an optional search criteria fields when fetching VNF details. - \ No newline at end of file + +* FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE + Let the user set the order of resource instantiation while using drawing board (new view edit) + for a-la-carte instantiation. + +* FLAG_SHOW_ORCHESTRATION_TYPE + enables showing/hiding (true/false) column with orchestration type in Service Model browser. + The types are fetched from aai. + + +* FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI + Any a-la-carte new service deployment will be open in modern UI, besides excluded services : Port mirroring, VLAN Tagging + +* FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS + When flag is true the new popup will be opened with additional options to perform on VFM. + +* FLAG_2002_IDENTIFY_INVARIANT_MACRO_UUID_BY_BACKEND, + When flag is true, VID use macro_services_by_invariant_uuid.json file to identify if csar without instantiation type is macro service. + Otherwise, MACRO_SERVICES list in vidConfiguration.js is used to identify if it's a macro service (in ng1 code) + +* FLAG_2002_VNF_PLATFORM_MULTI_SELECT + When flag is true the platform will appear as a multi select field, if false the platform will be dropdown list. + +* FLAG_2004_INSTANTIATION_STATUS_FILTER + When flag is true the user can filter rows in instantiation status by using text input + +* FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE + When flag is true, the user see in instantiation status page, an option to recreate another instance. + This option is enabled only for instantiate jobs. + If the user clicks on this option, the previous instantiation is opened in drawing board, + and the user can create another one from this template. + +* FLAG_2004_INSTANTIATION_TEMPLATES_POPUP + Enables a designated Templates selection modal, accessible when creating a new instance through "Browse SDC". + +* FLAG_2002_UNLIMITED_MAX + when flag is true and max_instances is not declare than user can add unlimited VND, NETWORK, VFMODULE, + User can duplicate up to 10 record in single time. + If the flag is false and max_instances is not declare the max will be 1 else max_instances value. + +* FLAG_MORE_AUDIT_INFO_LINK_ON_AUDIT_INFO + On the "audit info" modal (available on Instantiation Status page), shows a link navigating to + the read-only RETRY page with more audit info. + \ No newline at end of file