From 3539b3d39458b0b12fec158290a90cc5060f64eb Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 8 Jun 2017 00:11:22 -0400 Subject: [AAI-ONAP] Keep the latest code in sync Change-Id: Iebcff01ef3b79d04d14837d842fec0a1d6148703 Signed-off-by: Venkata Harish K Kajur --- aai-traversal/bundleconfig-local/etc/.gitignore | 1 + aai-traversal/bundleconfig-local/etc/query/stored-queries.properties | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 aai-traversal/bundleconfig-local/etc/.gitignore (limited to 'aai-traversal/bundleconfig-local') diff --git a/aai-traversal/bundleconfig-local/etc/.gitignore b/aai-traversal/bundleconfig-local/etc/.gitignore new file mode 100644 index 0000000..48bd738 --- /dev/null +++ b/aai-traversal/bundleconfig-local/etc/.gitignore @@ -0,0 +1 @@ +/oxm/ diff --git a/aai-traversal/bundleconfig-local/etc/query/stored-queries.properties b/aai-traversal/bundleconfig-local/etc/query/stored-queries.properties index 31154a1..af76574 100644 --- a/aai-traversal/bundleconfig-local/etc/query/stored-queries.properties +++ b/aai-traversal/bundleconfig-local/etc/query/stored-queries.properties @@ -10,8 +10,7 @@ service-sites=has('global-customer-id', customerId).out('subscribesTo')\ __.in('owns').in('has').has('aai-node-type', 'cloud-region')\ ).store('x')\ .cap('x').unfold().dedup() -edge-tag=repeat(__.union(bothE().has(tag, true), __.bothE().has(tag + '-REV', true)).bothV().dedup().store('x'))\ - .until(__.union(bothE().has(tag, true), __.bothE().has(tag + '-REV', true)).count().is(0)).cap('x').unfold() +edge-tag=emit().repeat(__.union(__.outE().has(tag, true).inV(), __.inE().has(tag + "-REV", true).outV()).dedup()) ucpe-topology=store('x').union(\ __.out('hasPinterface').has('aai-node-type', 'p-interface')\ .where(__.outE('usesPhysicalLink')).as('item').store('x')\ -- cgit 1.2.3-korg