Add Aether cluster and app configs

Change-Id: I1394ca5690267e930bc74eb2602c0473c8d60c1b
diff --git a/deployment-configs/aether/apps/common-multicluster-cord-platform.yaml b/deployment-configs/aether/apps/common-multicluster-cord-platform.yaml
new file mode 100644
index 0000000..baf366f
--- /dev/null
+++ b/deployment-configs/aether/apps/common-multicluster-cord-platform.yaml
@@ -0,0 +1,53 @@
+etcd-operator:
+  enabled: false
+# NOTE: set central=true, edge=false for central cluster
+tags:
+  central: false
+  edge: true
+
+nem-monitoring:
+  kpi_exporter:
+    enabled: true
+
+  prometheus:
+    alertmanager:
+      enabled: false
+    kubeStateMetrics:
+      enabled: true
+      fullnameOverride: "cord-platform-prometheus-kube-state-metrics"
+    nodeExporter:
+      enabled: true
+      fullnameOverride: "cord-platform-prometheus-node-exporter"
+    pushgateway:
+      enabled: false
+    server:
+      enabled: true
+      fullnameOverride: "cord-platform-prometheus-server"
+      # NOTE: set unique datacenter name for each clusters
+      global:
+        external_labels:
+          datacenter: "edge-onf-menlo"
+    extraScrapeConfigs: |
+      - job_name: 'nem-kpi-exporter'
+        metrics_path: /metrics
+        scrape_interval: 15s
+        static_configs:
+          - targets:
+              - cord-platform-nem-kpi-exporter:8080
+
+  grafana:
+    fullnameOverride: "cord-platform-grafana"
+
+  # NOTE: set xos=true, aehterCentralPods=true for central cluster.
+  dashboards:
+    k8s: false
+    nodeExporter: false
+    xos: false
+    onos: true
+    aaa: false
+    voltha: false
+    omec: false
+    aetherClusters: false
+    aetherEdges: false
+    aetherCentralPods: false
+    aetherEdgePods: true
diff --git a/deployment-configs/aether/apps/common-multicluster-omec-dp-cni.yaml b/deployment-configs/aether/apps/common-multicluster-omec-dp-cni.yaml
new file mode 100644
index 0000000..3662c68
--- /dev/null
+++ b/deployment-configs/aether/apps/common-multicluster-omec-dp-cni.yaml
@@ -0,0 +1,6 @@
+config:
+  sriov:
+    resourceList:
+      vfio:
+        pfNames:
+          - eth2
diff --git a/deployment-configs/aether/apps/global-docker-registry.yaml b/deployment-configs/aether/apps/global-docker-registry.yaml
new file mode 100644
index 0000000..5d4d99d
--- /dev/null
+++ b/deployment-configs/aether/apps/global-docker-registry.yaml
@@ -0,0 +1,10 @@
+secrets:
+  htpasswd: ""
+persistence:
+  enabled: false
+ingress:
+  enabled: true
+  hosts:
+    - "registry.aether.opennetworking.org"
+  annotations:
+     "nginx.ingress.kubernetes.io/proxy-body-size": "0"
diff --git a/deployment-configs/aether/apps/global-nem-monitoring.yaml b/deployment-configs/aether/apps/global-nem-monitoring.yaml
new file mode 100644
index 0000000..4c89d1d
--- /dev/null
+++ b/deployment-configs/aether/apps/global-nem-monitoring.yaml
@@ -0,0 +1,49 @@
+kpi_exporter:
+  enabled: false
+
+prometheus:
+  alertmanager:
+    enabled: false
+  kubeStateMetrics:
+    enabled: false
+  nodeExporter:
+    enabled: false
+  pushgateway:
+    enabled: false
+  server:
+    enabled: true
+    fullnameOverride: "nem-monitoring-prometheus-server"
+  serverFiles:
+    prometheus.yml:
+      scrape_configs:
+        - job_name: prometheus-aggregator
+          scrape_interval: 15s
+          honor_labels: true
+          metrics_path: /federate
+          params:
+            match[]:
+              - '{job="kubernetes-nodes-cadvisor"}'
+              - '{job="kubernetes-service-endpoints"}'
+          static_configs:
+            - targets:
+              - cord-platform-prometheus-server.staging-cord-platform-p-rp6p6.svc.staging.central:80
+              - cord-platform-prometheus-server.staging-cord-platform-p-8s6wg.svc.a.staging.edge:80
+              - cord-platform-prometheus-server.staging-cord-platform-p-lmx6j.svc.b.staging.edge:80
+              - cord-platform-prometheus-server.staging-cord-platform-p-867hl.svc.c.staging.edge:80
+  extraScrapeConfigs: ""
+
+grafana:
+  fullnameOverride: "nem-monitoring-grafana"
+
+dashboards:
+  k8s: false
+  nodeExporter: false
+  xos: true
+  onos: false
+  aaa: false
+  voltha: false
+  omec: false
+  aetherClusters: true
+  aetherEdges: true
+  aetherCentralPods: true
+  aetherEdgePods: false
diff --git a/deployment-configs/aether/apps/production-cassandra.yaml b/deployment-configs/aether/apps/production-cassandra.yaml
new file mode 100644
index 0000000..b64461a
--- /dev/null
+++ b/deployment-configs/aether/apps/production-cassandra.yaml
@@ -0,0 +1,9 @@
+fullnameOverride: "cassandra"
+image:
+  tag: "2.1.20"
+persistence:
+  enabled: true
+  storageClass: "zonal-ssd"
+config:
+  cluster_domain: "product.central"
+  endpoint_snitch: "GossipingPropertyFileSnitch"
diff --git a/deployment-configs/aether/apps/production-mcord-profile.yaml b/deployment-configs/aether/apps/production-mcord-profile.yaml
new file mode 100644
index 0000000..66dfb3e
--- /dev/null
+++ b/deployment-configs/aether/apps/production-mcord-profile.yaml
@@ -0,0 +1,19 @@
+progran:
+  enabled: false
+fabric:
+  enabled: true
+
+mcord-subscriber:
+  image:
+    repository: "omecproject/mcord-synchronizer"
+    tag: "comac-1.0.0"
+    pullPolicy: "IfNotPresent"
+
+onos-service:
+  kafkaService: "cord-platform-kafka"
+
+fabric:
+  kafkaService: "cord-platform-kafka"
+
+onosFabricRestHost: "cord-platform-onos-ui.cord-platform-p-x7tlq.svc.menlo.edge"
+onosFabricRestPort: 8181
diff --git a/deployment-configs/aether/apps/production-multicluster-accelleran-cbrs-common.yaml b/deployment-configs/aether/apps/production-multicluster-accelleran-cbrs-common.yaml
new file mode 100644
index 0000000..0012381
--- /dev/null
+++ b/deployment-configs/aether/apps/production-multicluster-accelleran-cbrs-common.yaml
@@ -0,0 +1,3 @@
+config:
+  nats:
+    ip: "119.0.0.30"
diff --git a/deployment-configs/aether/apps/production-multicluster-accelleran-cbrs-cu.yaml b/deployment-configs/aether/apps/production-multicluster-accelleran-cbrs-cu.yaml
new file mode 100644
index 0000000..8cae075
--- /dev/null
+++ b/deployment-configs/aether/apps/production-multicluster-accelleran-cbrs-cu.yaml
@@ -0,0 +1,3 @@
+config:
+  mme:
+    ip: "10.168.0.204"
diff --git a/deployment-configs/aether/apps/production-multicluster-omec-dp.yaml b/deployment-configs/aether/apps/production-multicluster-omec-dp.yaml
new file mode 100644
index 0000000..f776c24
--- /dev/null
+++ b/deployment-configs/aether/apps/production-multicluster-omec-dp.yaml
@@ -0,0 +1,21 @@
+images:
+  tags:
+    spgwu: "registry.aether.opennetworking.org/ngic-dp:1.1.0"
+  pullPolicy: "Always"
+
+config:
+  spgwu:
+    cpComm:
+      addr: "spgwc-headless.omec.svc.product.central"
+    s1u:
+      device: "s1u-net"
+      # NOTE: set different IP for each edge
+      ip: "119.0.0.3/24"
+    sgi:
+      device: "sgi-net"
+      # NOTE: set different IP for each edge
+      ip: "13.1.1.3/24"
+networks:
+  sgi:
+    # NOTE: set correct gateway for each edge
+    gateway: "13.1.1.250" # Vyatta router IP
diff --git a/deployment-configs/aether/apps/production-omec-cp.yaml b/deployment-configs/aether/apps/production-omec-cp.yaml
new file mode 100644
index 0000000..06e7092
--- /dev/null
+++ b/deployment-configs/aether/apps/production-omec-cp.yaml
@@ -0,0 +1,54 @@
+images:
+  tags:
+    hssdb: "registry.aether.opennetworking.org/c3po-hssdb:1.1.0"
+    hss: "registry.aether.opennetworking.org/c3po-hss:1.1.0"
+    mme: "registry.aether.opennetworking.org/openmme:1.1.0"
+    spgwc: "registry.aether.opennetworking.org/ngic-cp:1.1.0"
+  pullPolicy: "Always"
+
+cassandra:
+  deploy: false
+
+resources:
+  enabled: true
+
+config:
+  clusterDomain: "product.central"
+  hss:
+    hssdb: "cassandra"
+  spgwc:
+    s1uAddr: "119.0.0.3"
+  mme:
+    cfgFiles:
+      config.json:
+        mme:
+          mcc:
+            dig1: 7
+            dig2: 3
+            dig3: 2
+          mnc:
+            dig1: 1
+            dig2: 1
+            dig3: 1
+  hss:
+    acl:
+      oldTls: "*.product.central"
+    bootstrap:
+      enabled: true
+      users:
+        - imsi: "732111000000420"
+          msisdn: "1122334455"
+          apn: "apn1"
+          key: "000102030405060708090a0b0c0d0e0f"
+          opc: "69d5c2eb2e2e624750541d3bbc692ba5"
+          sqn: 135
+        - imsi: "732111000000421"
+          msisdn: "1122334455"
+          apn: "apn1"
+          key: "000102030405060708090a0b0c0d0e0f"
+          opc: "69d5c2eb2e2e624750541d3bbc692ba5"
+          sqn: 135
+      mmes:
+        - id: 1
+          isdn: "19136246000"
+          unreachability: 1
diff --git a/deployment-configs/aether/apps/staging-cassandra.yaml b/deployment-configs/aether/apps/staging-cassandra.yaml
new file mode 100644
index 0000000..00fbdde
--- /dev/null
+++ b/deployment-configs/aether/apps/staging-cassandra.yaml
@@ -0,0 +1,9 @@
+fullnameOverride: "cassandra"
+image:
+  tag: "2.1.20"
+persistence:
+  enabled: true
+  storageClass: "zonal-ssd"
+config:
+  cluster_domain: "staging.central"
+  endpoint_snitch: "GossipingPropertyFileSnitch"
diff --git a/deployment-configs/aether/apps/staging-mcord-profile.yaml b/deployment-configs/aether/apps/staging-mcord-profile.yaml
new file mode 100644
index 0000000..ffc5231
--- /dev/null
+++ b/deployment-configs/aether/apps/staging-mcord-profile.yaml
@@ -0,0 +1,19 @@
+progran:
+  enabled: false
+fabric:
+  enabled: true
+
+mcord-subscriber:
+  image:
+    repository: "omecproject/mcord-synchronizer"
+    tag: "comac-1.0.0"
+    pullPolicy: "IfNotPresent"
+
+onos-service:
+  kafkaService: "cord-platform-kafka"
+
+fabric:
+  kafkaService: "cord-platform-kafka"
+
+onosFabricRestHost: "cord-platform-onos-ui.staging-cord-platform-p-8s6wg.svc.a.staging.edge"
+onosFabricRestPort: 8181
diff --git a/deployment-configs/aether/apps/staging-multicluster-accelleran-cbrs-common.yaml b/deployment-configs/aether/apps/staging-multicluster-accelleran-cbrs-common.yaml
new file mode 100644
index 0000000..b91deae
--- /dev/null
+++ b/deployment-configs/aether/apps/staging-multicluster-accelleran-cbrs-common.yaml
@@ -0,0 +1,3 @@
+config:
+  nats:
+    ip: "119.0.0.20"
diff --git a/deployment-configs/aether/apps/staging-multicluster-accelleran-cbrs-cu.yaml b/deployment-configs/aether/apps/staging-multicluster-accelleran-cbrs-cu.yaml
new file mode 100644
index 0000000..b048ac6
--- /dev/null
+++ b/deployment-configs/aether/apps/staging-multicluster-accelleran-cbrs-cu.yaml
@@ -0,0 +1,3 @@
+config:
+  mme:
+    ip: "10.168.0.192"
diff --git a/deployment-configs/aether/apps/staging-multicluster-omec-dp.yaml b/deployment-configs/aether/apps/staging-multicluster-omec-dp.yaml
new file mode 100644
index 0000000..29410c4
--- /dev/null
+++ b/deployment-configs/aether/apps/staging-multicluster-omec-dp.yaml
@@ -0,0 +1,18 @@
+images:
+  tags:
+    spgwu: "registry.aether.opennetworking.org/ngic-dp:1.1.0"
+  pullPolicy: "Always"
+
+config:
+  spgwu:
+    cpComm:
+      addr: "spgwc-headless.omec.svc.staging.central"
+    s1u:
+      device: "s1u-net"
+      ip: "119.0.0.3/24"
+    sgi:
+      device: "sgi-net"
+      ip: "13.1.1.3/24"
+networks:
+  sgi:
+    gateway: "13.1.1.250" # Vyatta router IP
diff --git a/deployment-configs/aether/apps/staging-omec-cp.yaml b/deployment-configs/aether/apps/staging-omec-cp.yaml
new file mode 100644
index 0000000..210c393
--- /dev/null
+++ b/deployment-configs/aether/apps/staging-omec-cp.yaml
@@ -0,0 +1,54 @@
+images:
+  tags:
+    hssdb: "registry.aether.opennetworking.org/c3po-hssdb:1.1.0"
+    hss: "registry.aether.opennetworking.org/c3po-hss:1.1.0"
+    mme: "registry.aether.opennetworking.org/openmme:1.1.0"
+    spgwc: "registry.aether.opennetworking.org/ngic-cp:1.1.0"
+  pullPolicy: "Always"
+
+cassandra:
+  deploy: false
+
+resources:
+  enabled: true
+
+config:
+  clusterDomain: "staging.central"
+  hss:
+    hssdb: cassandra
+  spgwc:
+    s1uAddr: "119.0.0.3"
+  mme:
+    cfgFiles:
+      config.json:
+        mme:
+          mcc:
+            dig1: 7
+            dig2: 3
+            dig3: 2
+          mnc:
+            dig1: 1
+            dig2: 1
+            dig3: 1
+  hss:
+    acl:
+      oldTls: "*.staging.central"
+    bootstrap:
+      enabled: true
+      users:
+        - imsi: "732111000000420"
+          msisdn: "1122334455"
+          apn: "apn1"
+          key: "000102030405060708090a0b0c0d0e0f"
+          opc: "69d5c2eb2e2e624750541d3bbc692ba5"
+          sqn: 135
+        - imsi: "732111000000421"
+          msisdn: "1122334455"
+          apn: "apn1"
+          key: "000102030405060708090a0b0c0d0e0f"
+          opc: "69d5c2eb2e2e624750541d3bbc692ba5"
+          sqn: 135
+      mmes:
+        - id: 1
+          isdn: "19136246000"
+          unreachability: 1