diff options
author | fpaquett <francis.paquette@amdocs.com> | 2018-10-12 12:01:48 -0400 |
---|---|---|
committer | fpaquett <francis.paquette@amdocs.com> | 2018-10-24 09:34:49 -0400 |
commit | 4869f2198fea14a1fabe2168f01b10af687e706c (patch) | |
tree | e4b85cd9544cad6fbcaac777c9b4cbf1c8eebdba /sparky/appconfig/filters | |
parent | ea2fdc87f565b7a31e171eb7c46d2b692c1ebb54 (diff) |
Updated sparky
Updated to Casablanca image and configuration
Issue-ID: AAI-1736
Change-Id: I5a2bd265ca7f6d496f06eb78e75597997fbecd04
Signed-off-by: fpaquett <francis.paquette@amdocs.com>
Diffstat (limited to 'sparky/appconfig/filters')
-rw-r--r-- | sparky/appconfig/filters/aaiui_filters.json | 79 | ||||
-rw-r--r-- | sparky/appconfig/filters/aaiui_views.json | 21 | ||||
-rw-r--r-- | sparky/appconfig/filters/subscription_object_inspector_mapping.json | 16 |
3 files changed, 0 insertions, 116 deletions
diff --git a/sparky/appconfig/filters/aaiui_filters.json b/sparky/appconfig/filters/aaiui_filters.json deleted file mode 100644 index 62b6811..0000000 --- a/sparky/appconfig/filters/aaiui_filters.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "filters": [ - { - "filterId": "1", - "filterName": "Orchestration-Status", - "displayName": "Orchestration Status", - "dataType": "dropDown", - "multiSelect": "false", - "watermark": "Any Orchestration Status", - "optionsType": "options", - "dataSource": { - "indexName": "aggregate_generic-vnf_index", - "docType": "default", - "fieldName": "orchestration-status" - } - }, - { - "filterId": "2", - "filterName": "Prov-Status", - "displayName": "Provisioning Status", - "dataType": "dropDown", - "multiSelect": "false", - "watermark": "Any Provisioning Status", - "optionsType": "options", - "dataSource": { - "indexName": "aggregate_generic-vnf_index", - "docType": "default", - "fieldName": "prov-status" - } - }, - { - "filterId": "5", - "filterName": "Date", - "displayName": "Date", - "dataType": "date", - "multiSelect": "false", - "watermark": "Choose Date Range", - "defaultValue" : {"decode": "Today", "code": "last_0_hours"}, - "optionsType": "dynamicOptions", - "optionsValues": [ - {"decode": "Today", "code": "last_0_hours"}, - {"decode": "Since Yesterday", "code": "last_1_days"}, - {"decode": "Since Last Week", "code": "last_1_weeks"}, - {"decode": "Since Last Month", "code": "last_1_months"}, - {"decode": "Since Last Year", "code": "last_1_years"}, - {"decode": "Custom Range", "code": "custom_range"} - ] - }, - { - "filterId": "7", - "filterName": "NF-Type", - "displayName": "Network Function Type", - "dataType": "dropDown", - "multiSelect": "false", - "watermark": "Any Network Function Type", - "optionsType": "options", - "dataSource": { - "indexName": "aggregate_generic-vnf_index", - "docType": "default", - "fieldName": "nf-type" - } - }, - { - "filterId": "8", - "filterName": "NF-Role", - "displayName": "Network Function Role", - "dataType": "dropDown", - "multiSelect": "false", - "watermark": "Any Network Function Role", - "optionsType": "options", - "dataSource": { - "indexName": "aggregate_generic-vnf_index", - "docType": "default", - "fieldName": "nf-role" - } - } - - ] -}
\ No newline at end of file diff --git a/sparky/appconfig/filters/aaiui_views.json b/sparky/appconfig/filters/aaiui_views.json deleted file mode 100644 index 9ca0119..0000000 --- a/sparky/appconfig/filters/aaiui_views.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "views": [ - { - "viewName" : "vnfSearch", - "filters" : [ - { - "filterId": "1" - }, - { - "filterId": "2" - }, - { - "filterId": "7" - }, - { - "filterId": "8" - } - ] - } - ] -}
\ No newline at end of file diff --git a/sparky/appconfig/filters/subscription_object_inspector_mapping.json b/sparky/appconfig/filters/subscription_object_inspector_mapping.json deleted file mode 100644 index ad2ab7a..0000000 --- a/sparky/appconfig/filters/subscription_object_inspector_mapping.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "target": "", - "origin": "", - "messageType": "", - "topic": "", - "message": { - "applicationName": "", - "payload": { - "action": "", - "params": { - "objectName": "", - "externalClassId": "" - } - } - } -} |