add VSG network

Change-Id: I43758a916ccac190d04f88427737899ed66ed69d
(cherry picked from commit f90e2c345e34e30e2695ea64f6f56e3495a3bd08)
diff --git a/mcord/mcord.yaml b/mcord/mcord.yaml
index 00d36ba..e2addad 100644
--- a/mcord/mcord.yaml
+++ b/mcord/mcord.yaml
@@ -318,6 +318,29 @@
               node: mysite_management

               relationship: tosca.relationships.MemberOfSlice

 

+    vsg_template:

+      type: tosca.nodes.NetworkTemplate

+      properties:

+        visibility: private

+        translation: none

+        vtn_kind: VSG

+

+    vsg_network:

+      type: tosca.nodes.network.Network

+      properties:

+          ip_version: 4

+          cidr: 101.0.0.0/24

+      requirements:

+          - network_template:

+              node: vsg_template

+              relationship: tosca.relationships.UsesNetworkTemplate

+          - owner:

+              node: mysite_vbbu_slice1

+              relationship: tosca.relationships.MemberOfSlice

+          - connection:

+              node: mysite_vbbu_slice1

+              relationship: tosca.relationships.ConnectsToSlice

+

 #    lan_3gpp_s1mme_network:

 #      type: tosca.nodes.network.Network.XOS

 #      properties: