diff options
-rw-r--r-- | data-router/filters/aaiui_filters.json | 48 | ||||
-rw-r--r-- | sparky/appconfig/portal/portal-authentication.properties | 2 |
2 files changed, 49 insertions, 1 deletions
diff --git a/data-router/filters/aaiui_filters.json b/data-router/filters/aaiui_filters.json new file mode 100644 index 0000000..c2600fc --- /dev/null +++ b/data-router/filters/aaiui_filters.json @@ -0,0 +1,48 @@ +{ + "filters": [ + { + "filterId": "1", + "filterName": "Orchestration-Status", + "displayName": "Orchestration Status", + "dataType": "list", + "dataSource": { + "indexName": "aggregate_generic-vnf_index-localhost", + "docType": "default", + "fieldName": "orchestration-status" + } + }, + { + "filterId": "2", + "filterName": "Prov-Status", + "displayName": "Provisioning Status", + "dataType": "list", + "dataSource": { + "indexName": "aggregate_generic-vnf_index-localhost", + "docType": "default", + "fieldName": "prov-status" + } + }, + { + "filterId": "7", + "filterName": "NF-Type", + "displayName": "Network Function Type", + "dataType": "list", + "dataSource": { + "indexName": "aggregate_generic-vnf_index-localhost", + "docType": "default", + "fieldName": "nf-type" + } + }, + { + "filterId": "8", + "filterName": "NF-Role", + "displayName": "Network Function Role", + "dataType": "list", + "dataSource": { + "indexName": "aggregate_generic-vnf_index-localhost", + "docType": "default", + "fieldName": "nf-role" + } + } + ] +}
\ No newline at end of file diff --git a/sparky/appconfig/portal/portal-authentication.properties b/sparky/appconfig/portal/portal-authentication.properties index 9c96aad..d87e34a 100644 --- a/sparky/appconfig/portal/portal-authentication.properties +++ b/sparky/appconfig/portal/portal-authentication.properties @@ -4,7 +4,7 @@ ############################## Auth ##############################
username=aaiui
-password=aaiui
+password=1t2v1vfv1unz1vgz1t3b
############################## ##############################
#
|