Define one more SR-IOV network for NetDevice type

SPGW-U and the other regular network applications (e.g., CDN and BBU/CU)
use SR-IOV/VFIO and SR-IOV/NetDevice, respectively.
Thus, need to define one more SR-IOV network.

Change-Id: Iff331fcb8f2040ce4127be5d591c6bd4e1aa32bd
diff --git a/mcord-release/cdn-services/cdn-local/values.yaml b/mcord-release/cdn-services/cdn-local/values.yaml
index e7cfba3..b790a9c 100644
--- a/mcord-release/cdn-services/cdn-local/values.yaml
+++ b/mcord-release/cdn-services/cdn-local/values.yaml
@@ -21,6 +21,7 @@
 spgwu_sgiip: 13.0.0.83
 ue_ip_subnet1: 16.0.0.0/8
 ue_ip_subnet2: 17.0.0.0/8
+etcdurl: http://node1:32379
 
 nginx:
   images:
@@ -31,3 +32,13 @@
   replicas: 1
   nodeselector:
     sriov: netdevice
+
+network:
+  sriov:
+    enabled: true
+  networks:
+    - name: sgi-net-nd
+      type: sriov
+      ipam: centralip
+      subnet: 13.1.1.0/24
+      gateway: 13.1.1.254
\ No newline at end of file