From: Dan Timoney Date: Tue, 12 Mar 2019 15:02:17 +0000 (+0000) Subject: Merge "Add dhcp-subnet-assignments container" X-Git-Tag: 1.5.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a4f3c51d4b8d9b834cceccb586c8e4fdde8ac3b4;hp=dd6ec30e6a0141de5a4489b1c7c058419927d689;p=sdnc%2Fnorthbound.git Merge "Add dhcp-subnet-assignments container" --- 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 {