Add CDN local for MWC edge
Change-Id: Id05f5f3228a9ee5b73556334088dc105c332f7da
diff --git a/deployment-configs/aether/apps/production-apps-cdn-local-edge-mwc.yaml b/deployment-configs/aether/apps/production-apps-cdn-local-edge-mwc.yaml
new file mode 100644
index 0000000..b4217f1
--- /dev/null
+++ b/deployment-configs/aether/apps/production-apps-cdn-local-edge-mwc.yaml
@@ -0,0 +1,32 @@
+images:
+ tags:
+ nginx: registry.aether.opennetworking.org/cdn-nginx:1.0.0
+ pullPolicy: IfNotPresent
+
+nodeSelectors:
+ enabled: true
+ nginx:
+ label: aether-apps
+ value: enabled
+
+config:
+ sriov:
+ enabled: false
+ nginx:
+ sgiInterface:
+ name: eth2
+ mtu: 1200
+ cdnRemotes:
+ - name: remote-gcp
+ ip: 10.168.0.200
+ port: 30935
+ streams:
+ - name: 480p
+ value: 480
+
+networks:
+ ipam: static
+ sgi:
+ subnet: 192.168.250.0/24
+ mask: 255.255.255.0
+ gateway: 192.168.250.250
diff --git a/deployment-configs/aether/apps/production-apps-cdn-local-edge-onf-menlo.yaml b/deployment-configs/aether/apps/production-apps-cdn-local-edge-onf-menlo.yaml
index 86cf276..e57ddff 100644
--- a/deployment-configs/aether/apps/production-apps-cdn-local-edge-onf-menlo.yaml
+++ b/deployment-configs/aether/apps/production-apps-cdn-local-edge-onf-menlo.yaml
@@ -25,7 +25,6 @@
value: 480
networks:
- cniPlugin: sriov # which means netdevice
ipam: static
sgi:
subnet: 192.168.250.0/24