aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features.properties.md5
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java1
-rw-r--r--vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties1
-rw-r--r--vid-automation/src/main/java/vid/automation/test/infra/Features.java13
-rw-r--r--vid-automation/src/test/resources/features.properties1
5 files changed, 15 insertions, 6 deletions
diff --git a/features.properties.md b/features.properties.md
index a61893f29..7b2250b94 100644
--- a/features.properties.md
+++ b/features.properties.md
@@ -167,7 +167,6 @@
* FLAG_1908_MACRO_NOT_TRANSPORT_NEW_VIEW_EDIT
Enable New UI on View Edit for Macro, NON TRANSPORT services
-
-
-
+* 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
diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
index a400a6168..394fc9cd4 100644
--- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
+++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
@@ -75,6 +75,7 @@ public enum Features implements Feature {
FLAG_HANDLE_SO_WORKFLOWS,
FLAG_CREATE_ERROR_REPORTS,
FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT,
+ FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH,
;
diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties
index ae57a3175..70eaae964 100644
--- a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties
+++ b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties
@@ -32,3 +32,4 @@ FLAG_1810_AAI_LOCAL_CACHE = true
FLAG_1902_NEW_VIEW_EDIT= false
FLAG_EXP_USE_DEFAULT_HOST_NAME_VERIFIER = false
FLAG_1902_VNF_GROUPING = true
+FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH=false \ No newline at end of file
diff --git a/vid-automation/src/main/java/vid/automation/test/infra/Features.java b/vid-automation/src/main/java/vid/automation/test/infra/Features.java
index bf1147a6d..ff187d6c6 100644
--- a/vid-automation/src/main/java/vid/automation/test/infra/Features.java
+++ b/vid-automation/src/main/java/vid/automation/test/infra/Features.java
@@ -11,6 +11,7 @@ public enum Features implements Feature {
FLAG_SERVICE_MODEL_CACHE,
FLAG_NETWORK_TO_ASYNC_INSTANTIATION,
FLAG_SHOW_ASSIGNMENTS,
+ FLAG_UNASSIGN_SERVICE,
FLAG_FABRIC_CONFIGURATION_ASSIGNMENTS,
FLAG_SHOW_VERIFY_SERVICE,
FLAG_DEFAULT_VNF,
@@ -27,6 +28,7 @@ public enum Features implements Feature {
FLAG_1810_CR_LET_SELECTING_COLLECTOR_TYPE_UNCONDITIONALLY,
FLAG_1810_CR_ADD_CLOUD_OWNER_TO_MSO_REQUEST,
FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE,
+ FLAG_1810_AAI_LOCAL_CACHE,
FLAG_1810_IDENTIFY_SERVICE_FOR_NEW_UI,
FLAG_1902_NEW_VIEW_EDIT,
FLAG_EXP_USE_DEFAULT_HOST_NAME_VERIFIER,
@@ -34,17 +36,22 @@ public enum Features implements Feature {
FLAG_1902_RETRY_JOB,
FLAG_VF_MODULE_RESUME_STATUS_CREATE,
FLAG_EXP_CREATE_RESOURCES_IN_PARALLEL,
+ FLAG_1906_COMPONENT_INFO,
FLAG_1906_INSTANTIATION_API_USER_VALIDATION,
+ FLAG_1906_AAI_SUB_DETAILS_REDUCE_DEPTH,
FLAG_1908_TRANSPORT_SERVICE_NEW_INSTANTIATION_UI,
FLAG_1908_COLLECTION_RESOURCE_NEW_INSTANTIATION_UI,
FLAG_1908_INFRASTRUCTURE_VPN,
FLAG_1908_RESUME_MACRO_SERVICE,
FLAG_1908_RELEASE_TENANT_ISOLATION,
- FLAG_1908_VNF_FC_NEW_INSTANTIATION_UI,
- FLAG_HANDLE_SO_WORKFLOWS,
- FLAG_1908_MACRO_NOT_TRANSPORT_NEW_VIEW_EDIT,
+ FLAG_1908_A_LA_CARTE_VNF_NEW_INSTANTIATION_UI,
FLAG_FLASH_REPLACE_VF_MODULE,
+ FLAG_1908_MACRO_NOT_TRANSPORT_NEW_VIEW_EDIT,
+ FLAG_PNP_INSTANTIATION,
+ FLAG_HANDLE_SO_WORKFLOWS,
+ FLAG_CREATE_ERROR_REPORTS,
FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT,
+ FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH,
;
public boolean isActive() {
diff --git a/vid-automation/src/test/resources/features.properties b/vid-automation/src/test/resources/features.properties
index 7c5f0e470..36c72374a 100644
--- a/vid-automation/src/test/resources/features.properties
+++ b/vid-automation/src/test/resources/features.properties
@@ -32,3 +32,4 @@ FLAG_1906_INSTANTIATION_API_USER_VALIDATION = true
FLAG_1908_RESUME_MACRO_SERVICE=true
FLAG_1908_RELEASE_TENANT_ISOLATION=true
FLAG_1908_MACRO_NOT_TRANSPORT_NEW_VIEW_EDIT=true
+FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH=false