X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=osdf%2Fmodels%2Fpolicy%2Fplacement%2Ftosca%2FhpaPolicy-v20180326.yml;fp=osdf%2Fmodels%2Fpolicy%2Fplacement%2Ftosca%2FhpaPolicy-v20180326.yml;h=293cb634adb17b08e537c4722a11e0fdb6b517fa;hb=66f2f109d975641b61f93c0f920034d3ac35a251;hp=24906a63351b49f062a4d06a9ee41f1369ebd5ff;hpb=b92510795fb7b15c3e046d0bf96b8c57b32d8565;p=optf%2Fosdf.git diff --git a/osdf/models/policy/placement/tosca/hpaPolicy-v20180326.yml b/osdf/models/policy/placement/tosca/hpaPolicy-v20180326.yml index 24906a6..293cb63 100644 --- a/osdf/models/policy/placement/tosca/hpaPolicy-v20180326.yml +++ b/osdf/models/policy/placement/tosca/hpaPolicy-v20180326.yml @@ -35,14 +35,38 @@ data_types: policy.data.flavorFeatures_properties: derived_from: tosca.nodes.Root properties: - flavorLabel: + id: type: string required: true + type: + type: string + required: true + directives: + type: list + required: true + entry_schema: + type: policy.data.directives_properties flavorProperties: type: list required: true entry_schema: type: policy.data.flavorProperties_properties + policy.data.directives_properties: + derived_from: tosca.nodes.Root + properties: + type: + type: string + attributes: + type: list + entry_schema: + type: policy.data.directives_attributes_properties + policy.data.directives_attributes_properties: + derived_from: tosca.nodes.Root + properties: + attribute_name: + type: string + attribute_value: + type: string policy.data.flavorProperties_properties: derived_from: tosca.nodes.Root properties: @@ -61,6 +85,11 @@ data_types: hpa-version: type: string required: true + directives: + type: list + required: true + entry_schema: + type: policy.data.directives_properties hpa-feature-attributes: type: list required: true