From 020869ea13ed7f88bc59b5db6a2d6e355225dba2 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 28 Nov 2018 12:58:57 -0800 Subject: [PATCH] Add files needed for vcpe workaround These files will not be included in a docker image. They are here so that they can be downloaded and used in the workaround. Change-Id: Iae88157c41860a0baefb2dd252bdf48fbaaf1a7e Signed-off-by: Patrick Brady Issue-ID: APPC-1249 --- .../APPC_method_Generic_Restart_3.0.0.xml | 278 +++++++++++++++++++++ vcpe-workaround-files/aai-named-query.json | 14 ++ vcpe-workaround-files/readme.txt | 1 + 3 files changed, 293 insertions(+) create mode 100644 vcpe-workaround-files/APPC_method_Generic_Restart_3.0.0.xml create mode 100755 vcpe-workaround-files/aai-named-query.json create mode 100644 vcpe-workaround-files/readme.txt diff --git a/vcpe-workaround-files/APPC_method_Generic_Restart_3.0.0.xml b/vcpe-workaround-files/APPC_method_Generic_Restart_3.0.0.xml new file mode 100644 index 0000000..b277708 --- /dev/null +++ b/vcpe-workaround-files/APPC_method_Generic_Restart_3.0.0.xml @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vcpe-workaround-files/aai-named-query.json b/vcpe-workaround-files/aai-named-query.json new file mode 100755 index 0000000..6ccb5de --- /dev/null +++ b/vcpe-workaround-files/aai-named-query.json @@ -0,0 +1,14 @@ +{ + "query-parameters": { + "named-query": { + "named-query-uuid": ${tmp.named-query-uuid} + } + }, + "instance-filters":{ + "instance-filter":[ { + "generic-vnf": { + "vnf-id": ${tmp.named-query-vnf-id} + } + } ] + } +} diff --git a/vcpe-workaround-files/readme.txt b/vcpe-workaround-files/readme.txt new file mode 100644 index 0000000..26283db --- /dev/null +++ b/vcpe-workaround-files/readme.txt @@ -0,0 +1 @@ +These files are here so that they can be downloaded for the workaround that is required for the first Appc Casablanca release version in order for the vCPE use case to work correctly. -- 2.16.6