diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-22 17:09:57 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-25 11:02:30 +0000 |
commit | b96fc5eb0980ce7bff21c61fe73f7e14b14b002b (patch) | |
tree | 606a2de5ba934ae1adfcce6c67c6a6758e3846d7 /examples/examples-onap-vcpe/src/main/resources/schemas | |
parent | 96499223e328440c3623bcd3f8b9a648255a43ca (diff) |
Update vCPE example for A&AI custom query
The change in policy-models to use custom queries means that the named
queries used in apex examples must be updated to use custom queries.
This review is the second of two reviews to implement this change.
This patch updates the policy and its associated tests to work with A&AI
custom queries.
Issue-ID: POLICY-2125
Change-Id: I6a5b90002e43272e3cf296158f09f91a0f6d6907
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'examples/examples-onap-vcpe/src/main/resources/schemas')
-rw-r--r-- | examples/examples-onap-vcpe/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/examples-onap-vcpe/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc b/examples/examples-onap-vcpe/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc index cc83c5219..b02287d2a 100644 --- a/examples/examples-onap-vcpe/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc +++ b/examples/examples-onap-vcpe/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc @@ -44,6 +44,18 @@ { "name": "genericVnfVnfId", "type": "string" + }, + { + "name": "vserverIsClosedLoopDisabled", + "type": "string" + }, + { + "name": "vserverName", + "type": "string" + }, + { + "name": "vserverProvStatus", + "type": "string" } ] } |