From: Patrick Brady Date: Wed, 28 Nov 2018 20:58:57 +0000 (-0800) Subject: Add files needed for vcpe workaround X-Git-Tag: 1.4.4~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F73825%2F1;p=appc%2Fdeployment.git 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 --- 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.