X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv15%2FDbEdgeRules_hpa_v15.json;fp=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv15%2FDbEdgeRules_hpa_v15.json;h=0000000000000000000000000000000000000000;hb=0ca153b6f70c0b18e88ab802b67f7a10065269e1;hp=a2d444422131f0113ff79c6455fa8a3adaa360df;hpb=bdc84f8bedd6e9f83d45fd8d116de10ae2c8c92a;p=aai%2Faai-common.git diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_hpa_v15.json b/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_hpa_v15.json deleted file mode 100644 index a2d44442..00000000 --- a/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_hpa_v15.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "rules": [ - { - "from": "hpa-capability", - "to": "flavor", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "NONE", - "SVC-INFRA": "NONE", - "prevent-delete": "!${direction}", - "default": "true", - "description":"" - }, - { - "from": "hpa-capability", - "to": "cloud-region", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "NONE", - "SVC-INFRA": "NONE", - "prevent-delete": "!${direction}", - "default": "true", - "description":"" - }, - { - "from": "hpa-feature-attributes", - "to": "hpa-capability", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "!${direction}", - "SVC-INFRA": "!${direction}", - "prevent-delete": "NONE", - "default": "true", - "description":"" - }, - { - "from": "hpa-capacity", - "to": "pserver", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "!${direction}", - "SVC-INFRA": "!${direction}", - "prevent-delete": "NONE", - "default": "true", - "description":"HPA Capacity KV for given compute node" - }, - { - "from": "flavor", - "to": "pserver", - "label": "org.onap.relationships.inventory.CanBeInstantiatedIn", - "direction": "OUT", - "multiplicity": "MANY2MANY", - "contains-other-v": "NONE", - "delete-other-v": "NONE", - "prevent-delete": "NONE", - "default": "true", - "description":"HPA Capacity getting the compute nodes from given flavor" - } - ] -}