Add final augments for NSD
[osm/IM.git] / augments / ns-vld.yang
index 492f990..49f5752 100644 (file)
@@ -28,10 +28,6 @@ module ns-vld {
         prefix common;
     }
 
-    import ietf-inet-types {
-        prefix inet;
-    }
-
     grouping extended-vld {
         container provider-network {
             description
@@ -50,13 +46,6 @@ module ns-vld {
             }
         }
 
-        leaf vim-network-name {
-            description
-              "Name of network in VIM account. This is used to indicate
-                pre-provisioned network name in cloud account.";
-            type string;
-        }
-
         leaf mgmt-network {
             description
               "Flag indicating whether this network is a VIM management network";
@@ -65,19 +54,8 @@ module ns-vld {
         }
     }
 
-    grouping extended-ip-address {
-        leaf ip-address {
-            description
-              "IP address of the connection point";
-            type inet:ip-address;
-        }
-    }
 
     augment "/nsd:nsd/nsd:nsd/nsd:virtual-link-desc" {
         uses extended-vld;
     }
-
-    augment "/nsd:nsd/nsd:nsd/nsd:df/nsd:vnf-profile/nsd:virtual-link-connectivity/nsd:constituent-cpd-id" {
-        uses extended-ip-address;
-    }
 }