Updates on deployment configs for Aether

Change-Id: If63e345bbd1e6789b8cce0ef94cbcabe79000351
diff --git a/deployment-configs/aether/apps/menlo-demo/accelleran-b7-cu.yaml b/deployment-configs/aether/apps/menlo-demo/accelleran-b7-cu.yaml
new file mode 100644
index 0000000..38bde54
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-demo/accelleran-b7-cu.yaml
@@ -0,0 +1,23 @@
+images:
+  tags:
+    initCU: registry.central.aetherproject.net/aether/pod-init:1.0.0
+    nats: registry.central.aetherproject.net/aether/accelleran-cu-nats-b17:v1.0.0
+    redis: registry.central.aetherproject.net/aether/accelleran-cu-redis-b17:v1.0.0
+    vranL3: registry.central.aetherproject.net/aether/accelleran-cu-l3-fdd-b17:v1.0.0
+  pullPolicy: IfNotPresent
+
+nodeSelectors:
+  enabled: true
+  accelleranCU:
+    label: omec-dp-b7
+    value: enabled
+
+config:
+  epc:
+    plmnId: 130501
+  nats:
+    ip: 10.93.1.20
+  mme:
+    ip: 172.16.0.8
+  progran:
+    enabled: false
diff --git a/deployment-configs/aether/apps/menlo-demo/accelleran-cbrs-common.yaml b/deployment-configs/aether/apps/menlo-demo/accelleran-cbrs-common.yaml
new file mode 100644
index 0000000..018ef28
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-demo/accelleran-cbrs-common.yaml
@@ -0,0 +1,20 @@
+images:
+  tags:
+    initCU: registry.central.aetherproject.net/aether/pod-init:1.0.0
+    nats: registry.central.aetherproject.net/aether/accelleran-cu-nats:v1.0.0
+    redis: registry.central.aetherproject.net/aether/accelleran-cu-redis:v1.0.0
+    redisClient: registry.central.aetherproject.net/aether/redis:5.0.6-alpine3.10
+    ric: registry.central.aetherproject.net/aether/accelleran-cu-ric:v1.0.0
+    ricWeb: registry.central.aetherproject.net/aether/accelleran-cu-ricweb:v1.0.0
+    depCheck: registry.central.aetherproject.net/aether/kubernetes-entrypoint:v0.3.1
+  pullPolicy: IfNotPresent
+
+nodeSelectors:
+  enabled: true
+  accelleranCBRSCommon:
+    label: omec-dp-cbrs
+    value: enabled
+
+config:
+  nats:
+    ip: "10.93.1.20"
diff --git a/deployment-configs/aether/apps/menlo-demo/accelleran-cbrs-cu.yaml b/deployment-configs/aether/apps/menlo-demo/accelleran-cbrs-cu.yaml
new file mode 100644
index 0000000..b0dbf8a
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-demo/accelleran-cbrs-cu.yaml
@@ -0,0 +1,23 @@
+images:
+  tags:
+    initCU: registry.central.aetherproject.net/aether/pod-init:1.0.0
+    vranL3: registry.central.aetherproject.net/aether/accelleran-cu-l3-tdd:v1.0.2
+    depCheck: registry.central.aetherproject.net/aether/kubernetes-entrypoint:v0.3.1
+  pullPolicy: IfNotPresent
+
+nodeSelectors:
+  enabled: true
+  accelleranCBRSCU:
+    label: omec-dp-cbrs
+    value: enabled
+
+config:
+  mme:
+    ip: "10.168.0.192"
+  vranL3:
+    plmnId: "130501"
+    instanceId: "onfcell203"
+    tac: 203
+    ports:
+      s1ap:
+        nodePort: 31412
diff --git a/deployment-configs/aether/apps/menlo-demo/cdn-local.yaml b/deployment-configs/aether/apps/menlo-demo/cdn-local.yaml
new file mode 100644
index 0000000..bc29386
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-demo/cdn-local.yaml
@@ -0,0 +1,32 @@
+images:
+  tags:
+    nginx: registry.central.aetherproject.net/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: 1450
+  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.254
diff --git a/deployment-configs/aether/apps/menlo-demo/nem-monitoring.yaml b/deployment-configs/aether/apps/menlo-demo/nem-monitoring.yaml
new file mode 100644
index 0000000..8e23ee9
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-demo/nem-monitoring.yaml
@@ -0,0 +1,34 @@
+kpi_exporter:
+  enabled: false
+
+prometheus:
+  alertmanager:
+    enabled: false
+  kubeStateMetrics:
+    enabled: true
+    fullnameOverride: "nem-monitoring-prometheus-kube-state-metrics"
+  nodeExporter:
+    enabled: true
+    fullnameOverride: "nem-monitoring-prometheus-node-exporter"
+  pushgateway:
+    enabled: false
+  server:
+    enabled: true
+    fullnameOverride: "nem-monitoring-prometheus-server"
+    # NOTE: set unique datacenter name for each clusters
+    global:
+      external_labels:
+        datacenter: "edge-onf-menlo-demo"
+
+grafana:
+  fullnameOverride: "nem-monitoring-grafana"
+
+dashboards:
+  k8s: false
+  nodeExporter: false
+  xos: false
+  onos: false
+  aaa: false
+  voltha: false
+  omec: false
+  aether: true
diff --git a/deployment-configs/aether/apps/menlo-demo/omec-dp-b7.yaml b/deployment-configs/aether/apps/menlo-demo/omec-dp-b7.yaml
new file mode 100644
index 0000000..88b0510
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-demo/omec-dp-b7.yaml
@@ -0,0 +1,29 @@
+images:
+  tags:
+    spgwu: "registry.central.aetherproject.net/ngic-dp:1.1.0"
+  pullPolicy: "IfNotPresent"
+
+nodeSelectors:
+  enabled: true
+  spgwu:
+    label: omec-dp-b7
+    value: enabled
+
+config:
+  spgwu:
+    multiUpfs: true
+    cpComm:
+      addr: "spgwc-headless.omec.svc.azure.central"
+    s1u:
+      device: "s1u-net"
+      # NOTE: set different IP for each edge
+      ip: "192.168.251.4/24"
+    sgi:
+      device: "sgi-net"
+      # NOTE: set different IP for each edge
+      ip: "192.168.250.4/24"
+    dpName: "dp-b7"
+networks:
+  sgi:
+    # NOTE: set correct gateway for each edge
+    gateway: "192.168.250.254"
diff --git a/deployment-configs/aether/apps/menlo-demo/omec-dp-cbrs.yaml b/deployment-configs/aether/apps/menlo-demo/omec-dp-cbrs.yaml
new file mode 100644
index 0000000..06d04f8
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-demo/omec-dp-cbrs.yaml
@@ -0,0 +1,29 @@
+images:
+  tags:
+    spgwu: "registry.central.aetherproject.net/ngic-dp:1.1.0"
+  pullPolicy: "IfNotPresent"
+
+nodeSelectors:
+  enabled: true
+  spgwu:
+    label: omec-dp-cbrs
+    value: enabled
+
+config:
+  spgwu:
+    multiUpfs: true
+    cpComm:
+      addr: "spgwc-headless.omec.svc.product.central"
+    s1u:
+      device: "s1u-net"
+      # NOTE: set different IP for each edge
+      ip: "192.168.251.3/24"
+    sgi:
+      device: "sgi-net"
+      # NOTE: set different IP for each edge
+      ip: "192.168.250.3/24"
+    dpName: "dp-demo"
+networks:
+  sgi:
+    # NOTE: set correct gateway for each edge
+    gateway: "192.168.250.254"
diff --git a/deployment-configs/aether/apps/menlo-demo/omec-dp-cni.yaml b/deployment-configs/aether/apps/menlo-demo/omec-dp-cni.yaml
new file mode 100644
index 0000000..8e8a621
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-demo/omec-dp-cni.yaml
@@ -0,0 +1,8 @@
+config:
+  sriov:
+    resourceList:
+      vfio:
+        s1uPfNames:
+          - eth2#0-3
+        sgiPfNames:
+          - eth2#4-7