aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-12 15:02:17 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-12 15:02:17 +0000
commita4f3c51d4b8d9b834cceccb586c8e4fdde8ac3b4 (patch)
treeb3b91b6254090bca07af104ec1b780b33ffe904c
parentdd6ec30e6a0141de5a4489b1c7c058419927d689 (diff)
parentd20371cb9c1a5f72f6bdf18e9a63709e07197443 (diff)
Merge "Add dhcp-subnet-assignments container"
-rw-r--r--generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang15
1 files changed, 15 insertions, 0 deletions
diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
index ac89e023..30da2c32 100644
--- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
+++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
@@ -794,6 +794,21 @@ module GENERIC-RESOURCE-API {
}
}
uses vlan-vnfc-instance-groups;
+ container dhcp-subnet-assignments {
+ list dhcp-subnet-assignment {
+ key "neutron-subnet-id";
+ leaf neutron-subnet-id {
+ description "Same as subnet-id in subnet-data structure";
+ type string;
+ }
+ leaf network-role {
+ type string;
+ }
+ leaf ip-version {
+ type string;
+ }
+ }
+ }
}
}
grouping vm-topology-data {