aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/oxm
AgeCommit message (Collapse)AuthorFilesLines
2020-01-17Fix the xml issue for the is-abstract fieldHarish Venkata Kajur1-1/+1
New XML property was added before the closing of the previous xml property which broke schema service Also updating the unit tests so when this happens again the unit tests should fail so this issue shouldn't arise again Issue-ID: AAI-2593 Change-Id: I949c02aa8325c4235198c284e3ceb7538e389e11 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-01-13AAI schema update for sotn nnishashikanth.vh1-0/+5
Added is-abstract field in PNF Change-Id: I363bedc0c7cc97e2f29a6ccd04f6668e13ee5f1f Issue-ID: AAI-2593 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2019-12-13CCVPN use case SOTN NNI AAI schemashashikanth.vh1-0/+15
AAI schema update for te-link-attribute Added fields available-bandwidth, odu-type and number. Change-Id: I484e27853575ee74266ec2061beb49fa8e9ed3a2 Issue-ID: AAI-2593 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2019-12-05CCVPN use case SOTN NNI AAI schemashashikanth.vh1-0/+388
AAI schema update for UNI, te-link-attribute,label-restriction tunnel-termination-point Change-Id: I5a9c5aef805d83c423cc59ef43d466ed7a8e8318 Issue-ID: AAI-2593 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2019-11-05Add orchestration typewsliwka3-0/+18
add orchestration type to model-ver object (it's needed to display type in VID UI) Issue-ID: AAI-2594 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: Icd229d299f5ea94575afcf2a0af40b3408858e03
2019-11-01Add the application id to v19 oxmKajur, Harish (vk250x)1-0/+5
Issue-ID: AAI-2697 Change-Id: I11b7fb1898b05e7cc3bc5ea841b857c438603f4d Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-10-31Add the v17 to v19 schemaKajur, Harish (vk250x)3-0/+26220
Issue-ID: AAI-2607 Change-Id: I409705a81b190e5565f2f7aa1c1e30962eac2161 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-14Add missing model invariant indexesKajur, Harish (vk250x)1-7/+7
Some of the properties in the schema are missing the indexes for the dbalias properties and if they are missing it could potentially cause issues when the application runs the create db schema Adding a junit to ensure that in the future that such properties are properly highlighted to ensure that this doesn't happen Issue-ID: AAI-2374 Change-Id: I01efba764a61881056892458bdf705d94d458650 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-10Adding in-maint properties to zoneKajur, Harish (vk250x)1-1/+7
Issue-ID: AAI-2228 Change-Id: Ibd7607510d4fe9984a6f7e62704f43f807a0f3af Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-10Adding product entry id property in schemaKajur, Harish (vk250x)1-9/+14
Issue-ID: AAI-2226 Change-Id: I5da79ac0bf541b051704916c403e84631df10612 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-03-21Add NFVO external-system in AAIudhaya chandran1-1/+45
Change-Id: I71601180d47fe3de71ddbc07a4c54db7b398f520 Signed-off-by: udhaya Chandran <udhayachandran.m@verizon.com> Issue-ID: AAI-2205
2019-02-18Add the v16 api to schema serviceKajur, Harish (vk250x)1-0/+8685
Issue-ID: AAI-2161 Change-Id: Ie57a1a7435dd84bc3d060518ed94faed57b1cd88 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-11Move the aai-schema, annotations andKajur, Harish (vk250x)8-0/+53600
schema generation code from the aai-common repo to the schema service repo as aai-schema should be in the schema service and all code related to it such as generation of the schema code should also be moved to the service Issue-ID: AAI-2002 Change-Id: Ia792d5ae8822642b1816a0e9664bb21fa511e24f Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>