diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-14 02:10:04 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-14 09:37:14 -0400 |
commit | 2eed3bf971c7eb9638d2399c3d66ece7cf6174a3 (patch) | |
tree | b4059c6dd1749706d8264e321a03314ad5af76ea /aai-schema/src/main/resources/oxm | |
parent | bd1eeb9ee615b7be26686f0221ca893cf9eb0619 (diff) |
Add the vnf changes
Change-Id: I728b32a9c81422224841f84af9c672515791b87b
Issue-Id: AAI-165
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/oxm')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 6 | ||||
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v8.xml | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml index efba01b5..9fae061b 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -2290,7 +2290,7 @@ <java-type name="VnfImage"> <xml-root-element name="vnf-image" /> <java-attributes> - <xml-element java-attribute="attUuid" name="att-uuid" required="true" type="java.lang.String" xml-key="true"> + <xml-element java-attribute="vnfImageUuid" name="vnf-image-uuid" required="true" type="java.lang.String" xml-key="true"> <xml-properties> <xml-property name="description" value="Unique ID of this asset" /> </xml-properties> @@ -2324,8 +2324,8 @@ </java-attributes> <xml-properties> <xml-property name="description" value="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge." /> - <xml-property name="indexedProps" value="application,att-uuid,application-vendor,application-version" /> - <xml-property name="uniqueProps" value="att-uuid" /> + <xml-property name="indexedProps" value="application,vnf-image-uuid,application-vendor,application-version" /> + <xml-property name="uniqueProps" value="vnf-image-uuid" /> <xml-property name="container" value="vnf-images" /> <xml-property name="namespace" value="service-design-and-creation" /> </xml-properties> diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v8.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v8.xml index e00e5df1..ba71f6ac 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v8.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v8.xml @@ -2073,6 +2073,7 @@ <xml-element java-attribute="vnfImageUuid" name="vnf-image-uuid" required="true" type="java.lang.String" xml-key="true"> <xml-properties> <xml-property name="description" value="Unique ID of this asset" /> + <xml-property name="dbAlias" value="vnf-image-uuid" /> </xml-properties> </xml-element> <xml-element java-attribute="application" name="application" required="true" type="java.lang.String"> |