Commit 9dc6143f authored by ppree's avatar ppree
Browse files

issue #40 Add missing Dependencies definition in vnf



Signed-off-by: ppree's avatarPreethika <preethika.p@tataelxsi.co.in>
parent 73602a92
Pipeline #6550 passed with stage
in 0 seconds
......@@ -3006,6 +3006,44 @@ submodule etsi-nfv-vnf {
information element";
}
}
list dependencies {
key "id";
description
"Specifies the order in which instances of the VNFCs
have to be created.";
reference
"GS NFV IFA011: Section 7.1.8.2 VnfDf information element";
leaf id {
type string;
}
leaf primary-id {
type leafref {
path "../../vdu-profile/id";
}
description
"References a VduProfile for describing dependencies
between VNFCs in terms of primary entities.";
reference
"GS NFV IFA011: Section 7.1.8.19 Dependencies
information element";
}
leaf secondary-id {
type leafref {
path "../../vdu-profile/id";
}
description
"References a VduProfile for describing dependencies
between VNFCs in terms of secondary entities.";
reference
"GS NFV IFA011: Section 7.1.8.19 Dependencies
information element";
}
}
}
container configurable-properties {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment