Updates on deployment configs for Aether
Change-Id: If63e345bbd1e6789b8cce0ef94cbcabe79000351
diff --git a/deployment-configs/aether/apps/menlo-stg/accelleran-cbrs-common.yaml b/deployment-configs/aether/apps/menlo-stg/accelleran-cbrs-common.yaml
new file mode 100644
index 0000000..e779924
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-stg/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: accelleran
+ value: enabled
+
+config:
+ nats:
+ ip: "10.92.1.30"
diff --git a/deployment-configs/aether/apps/menlo-stg/accelleran-cbrs-cu-b42.yaml b/deployment-configs/aether/apps/menlo-stg/accelleran-cbrs-cu-b42.yaml
new file mode 100644
index 0000000..8946dca
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-stg/accelleran-cbrs-cu-b42.yaml
@@ -0,0 +1,11 @@
+config:
+ mwc: true
+ mme:
+ ip: "10.168.0.204"
+ vranL3:
+ plmnId: "130501"
+ instanceId: "onfcell221"
+ freqBand: 42
+ earfcnDl: 42590
+ earfcnUl: 42590
+ tac: 221
diff --git a/deployment-configs/aether/apps/menlo-stg/accelleran-cbrs-cu.yaml b/deployment-configs/aether/apps/menlo-stg/accelleran-cbrs-cu.yaml
new file mode 100644
index 0000000..dc93f4a
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-stg/accelleran-cbrs-cu.yaml
@@ -0,0 +1,20 @@
+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: accelleran
+ value: enabled
+
+config:
+ mme:
+ ip: "10.168.0.194"
+ vranL3:
+ plmnId: "130501"
+ instanceId: "onfcell202"
+ tac: 202
diff --git a/deployment-configs/aether/apps/menlo-stg/cdn-local.yaml b/deployment-configs/aether/apps/menlo-stg/cdn-local.yaml
new file mode 100644
index 0000000..df762b3
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-stg/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.1
diff --git a/deployment-configs/aether/apps/menlo-stg/nem-monitoring.yaml b/deployment-configs/aether/apps/menlo-stg/nem-monitoring.yaml
new file mode 100644
index 0000000..46dc58a
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-stg/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-staging"
+
+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-stg/omec-dp-cni.yaml b/deployment-configs/aether/apps/menlo-stg/omec-dp-cni.yaml
new file mode 100644
index 0000000..8e8a621
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-stg/omec-dp-cni.yaml
@@ -0,0 +1,8 @@
+config:
+ sriov:
+ resourceList:
+ vfio:
+ s1uPfNames:
+ - eth2#0-3
+ sgiPfNames:
+ - eth2#4-7
diff --git a/deployment-configs/aether/apps/menlo-stg/omec-dp.yaml b/deployment-configs/aether/apps/menlo-stg/omec-dp.yaml
new file mode 100644
index 0000000..f069c0a
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-stg/omec-dp.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
+ value: enabled
+
+config:
+ spgwu:
+ multiUpfs: true
+ cpComm:
+ addr: "spgwc-headless.omec.svc.staging.central"
+ s1u:
+ device: "s1u-net"
+ # NOTE: set different IP for each edge
+ ip: "192.168.251.7/24"
+ sgi:
+ device: "sgi-net"
+ # NOTE: set different IP for each edge
+ ip: "192.168.250.7/24"
+ dpName: "dp-staging"
+networks:
+ sgi:
+ # NOTE: set correct gateway for each edge
+ gateway: "192.168.250.1"