aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon, Bruce (bb2697) <bb2697@att.com>2019-03-11 14:15:16 +0000
committerDan Timoney <dtimoney@att.com>2019-03-12 14:23:36 +0000
commitd20371cb9c1a5f72f6bdf18e9a63709e07197443 (patch)
treef41340c3530519ecb5108d2917d5d71226bee5d1
parent9f044980443b05e92fc961293416f9cda8deeac7 (diff)
Add dhcp-subnet-assignments container
Add dhcp-subnet-assignments container to vf-module-assignments container in GR-API Change-Id: If76ac0ddecfeea4b54a0db95c655c328d1e3a8a8 Issue-ID: SDNC-688 Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
-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 62d8c7bc..e45447e3 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
@@ -707,6 +707,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 {