Hi Jimmy, Lizi,

               I would like to make the request to add 2 more perperties in the 
cloud-region:

1, add property “cloud-extra-info“ to the cloud-region
               This property is to allow ONAP user to register VIM/Cloud with 
extra information which is unique to specific VIM/Cloud, and it is expected to 
be opaque to all other components except MultiVIM plugin, certain MultiVIM 
plugin need this extra information and will decode it as it will while 
onboarding a VIM/Cloud instance. So I prefer this property as a string.

The added schema might look like as below (please correct me if I put it wrong):
        <xs:element name="cloud-extra-info" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:appinfo>
              <annox:annotate 
target="field">@org.openecomp.aai.annotations.Metadata(description="ESR inputs 
extra information about the VIM or Cloud which will be decoded by 
MultiVIM.")</annox:annotate>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>

2, add property “cloud-epa-caps” to cloud-region
               This property is used by MultiVIM (actually certain MultiVIM 
plugin within MultiVIM project) to store the discovered VIM capabilities. 
Discovering and exposing VIM capabilities including EPA is the goal of MultiVIM 
project and this is the first step in R1. It will be an optional property and 
it up to specific MultiVIM plugin to decide whether to populate it or not. 
Since EPA capabilities varies from one VIM/Cloud instance to another, I would 
prefer this property as a string or an array.

The added schema might look like as below:
        <xs:element name="cloud-epa-caps" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:appinfo>
              <annox:annotate 
target="field">@org.openecomp.aai.annotations.Metadata(description="MultiVIM 
will discover and expose EPA capabilities.")</annox:annotate>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>

Please let me know your thoughts, thanks.

Best Regards,
Bin Yang,    Solution Readiness Team,    Wind River
Direct +86,10,84777126    Mobile +86,13811391682    Fax +86,10,64398189
Skype: yangbincs993

_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to