summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorARUL NAMBI <arul.nambi@amdocs.com>2017-08-01 22:21:46 -0400
committerARUL NAMBI <arul.nambi@amdocs.com>2017-08-01 22:22:19 -0400
commit78483b9ce83aa7988fd4abea96fc5de39b9fad5a (patch)
tree993faf7507a11018aeb5a1e9389c75562a8c80f7
parent64e41f7584a3d90e5ccdb2ef84065f9e18928057 (diff)
[AAI-122 Amsterdam] External MS support
Issue-ID: AAI-122 Change-Id: Ic14820ff35302d555ab9bf0518ecf37a64280ac1 Signed-off-by: ARUL NAMBI <arul.nambi@amdocs.com>
-rw-r--r--data-router/filters/aaiui_filters.json48
-rw-r--r--sparky/appconfig/portal/portal-authentication.properties2
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
############################## ##############################
#