Commit 4d228637 authored by jethanandani's avatar jethanandani
Browse files

Merge branch 'issue#8' into 'dev-v3.3.1'

#8 - Add external LifeCycleManagementScript events that are new to release 3.

See merge request !63
parents bf933431 a18d3aa1
Pipeline #2189 passed with stage
in 0 seconds
......@@ -399,6 +399,14 @@ submodule etsi-nfv-common {
}
}
typedef external-lifecycle-management-script-event {
type enumeration {
enum "vnf-snapshot-creation";
enum "vnf-snapshot-reverting-to";
enum "change-current-vnf-package";
}
}
grouping local-affinity-or-anti-affinity-rule {
list local-affinity-or-anti-affinity-rule {
key "type scope";
......
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