From 78483b9ce83aa7988fd4abea96fc5de39b9fad5a Mon Sep 17 00:00:00 2001 From: ARUL NAMBI Date: Tue, 1 Aug 2017 22:21:46 -0400 Subject: [PATCH] [AAI-122 Amsterdam] External MS support Issue-ID: AAI-122 Change-Id: Ic14820ff35302d555ab9bf0518ecf37a64280ac1 Signed-off-by: ARUL NAMBI --- data-router/filters/aaiui_filters.json | 48 ++++++++++++++++++++++ .../portal/portal-authentication.properties | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 data-router/filters/aaiui_filters.json 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 ############################## ############################## # -- 2.16.6