Hello,

I am trying to modify the edge rules. I have tried modifying the edge rules 
while the pods are running and re-running the graphadmin create-db-schema with 
no luck.

I have also tried building from a new docker image;
FROMĀ  nexus3.onap.org:10001/onap/aai-schema-service:1.7.14
copy DbEdgeRules_v19.json 
/opt/app/aai-schema-service/resources/schema/onap/dbedgerules/v19/DbEdgeRules_v19.json

I've done the same for aai-resources aai-graphadmin & aai-traversal

I have verified that the DbEdgerules file inĀ 
resources/schema/onap/dbedgerules/v19/DbEdgeRules_v19.json for all containers 
mentioned above is what I want.

And still no luck;

These are the following changes I made:

{
"from": "l-interface",
"to": "logical-link",
"label": "tosca.relationships.network.LinksTo",
"direction": "OUT",
"multiplicity": "MANY2MANY",
"contains-other-v": "NONE",
"delete-other-v": "NONE",
"prevent-delete": "NONE",
"default": "true",
"description":""
},
{
"from": "logical-link",
"to": "l-interface",
"label": "org.onap.relationships.inventory.Source",
"direction": "OUT",
"multiplicity": "MANY2MANY",
"contains-other-v": "NONE",
"delete-other-v": "NONE",
"prevent-delete": "NONE",
"default": "false",
"description":""
},
{
"from": "logical-link",
"to": "l-interface",
"label": "org.onap.relationships.inventory.Destination",
"direction": "OUT",
"multiplicity": "MANY2MANY",
"contains-other-v": "NONE",
"delete-other-v": "NONE",
"prevent-delete": "NONE",
"default": "false",
"description":""
}

Also I have tried this:

{
"from": "l-interface",
"to": "logical-link",
"label": "tosca.relationships.network.LinksTo",
"direction": "OUT",
"multiplicity": "MANY2MANY",
"contains-other-v": "NONE",
"delete-other-v": "NONE",
"prevent-delete": "IN",
"default": "true",
"description":""
},
{
"from": "logical-link",
"to": "l-interface",
"label": "org.onap.relationships.inventory.Source",
"direction": "OUT",
"multiplicity": "MANY2MANY",
"contains-other-v": "NONE",
"delete-other-v": "NONE",
"prevent-delete": "OUT",
"default": "false",
"description":""
},
{
"from": "logical-link",
"to": "l-interface",
"label": "org.onap.relationships.inventory.Destination",
"direction": "OUT",
"multiplicity": "MANY2MANY",
"contains-other-v": "NONE",
"delete-other-v": "NONE",
"prevent-delete": "OUT",
"default": "false",
"description":""
}

Am I missing a microservice ?

Thanks


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23292): https://lists.onap.org/g/onap-discuss/message/23292
Mute This Topic: https://lists.onap.org/mt/83278740/21656
Mute #aai:https://lists.onap.org/g/onap-discuss/mutehashtag/aai
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to