Merge "Add dhcp-subnet-assignments container"
authorDan Timoney <dtimoney@att.com>
Tue, 12 Mar 2019 15:02:17 +0000 (15:02 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 12 Mar 2019 15:02:17 +0000 (15:02 +0000)
generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang

index ac89e02..30da2c3 100644 (file)
@@ -794,6 +794,21 @@ module GENERIC-RESOURCE-API {
             }\r
          }\r
          uses vlan-vnfc-instance-groups;\r
+         container dhcp-subnet-assignments {\r
+            list dhcp-subnet-assignment {\r
+               key "neutron-subnet-id";\r
+               leaf neutron-subnet-id {\r
+                  description "Same as subnet-id in subnet-data structure";\r
+                  type string;\r
+               }\r
+               leaf network-role {\r
+                  type string;\r
+               }\r
+               leaf ip-version {\r
+                  type string;\r
+               }\r
+            }\r
+         }\r
       }\r
    }\r
    grouping vm-topology-data {\r