Adding configs for ONF-DEMO-POD
Change-Id: If4ff61ff2aac906be59dc205e5992c5c2fe6ca52
diff --git a/kubernetes-configs/onf-demo-pod.yml b/kubernetes-configs/onf-demo-pod.yml
index 003f628..7a2168c 100644
--- a/kubernetes-configs/onf-demo-pod.yml
+++ b/kubernetes-configs/onf-demo-pod.yml
@@ -13,21 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
-
-xos-gui:
- xos_projectName: "SEBA"
- xos_payoff: "Brought to you by the CORD Platform"
- cord_version: 2.0.0-alpha
- images:
- xos_gui:
- repository: '192.168.100.1:30500/xosproject/xos-gui'
- tag: "candidate"
-
-rcord:
- image:
- repository: "192.168.100.1:30500/xosproject/rcord-synchronizer"
- tag: 'candidate'
+# Automated deployment configuration for ONF DEMO POD, olt/onu are connected to this
application_logs: |
log4j.logger.org.opencord.olt = DEBUG
diff --git a/kubernetes-configs/voltha/onf-demo-pod.yml b/kubernetes-configs/voltha/onf-demo-pod.yml
new file mode 100644
index 0000000..1ae6459
--- /dev/null
+++ b/kubernetes-configs/voltha/onf-demo-pod.yml
@@ -0,0 +1,57 @@
+---
+# Copyright 2017-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Automated deployment configuration for ONF DEMO POD, olt/onu are connected to this
+
+defaults:
+ image_tag: voltha-2.1
+ image_pullPolicy: Always
+
+images:
+ adapter_open_olt:
+ tag_go: voltha-2.1
+ pullPolicy: Always
+ onos:
+ tag: dhcp-fix
+ repository: matteoscandolo/voltha-onos
+ pullPolicy: Always
+ bbsim:
+ tag: 2.0.2
+ pullPolicy: Always
+ afrouter:
+ repository: voltha/voltha-afrouter
+ tag: master
+ afrouterd:
+ repository: voltha/voltha-afrouterd
+ tag: master
+
+deployments:
+ etcdOperator: true
+ backupOperator: false
+ restoreOperator: false
+
+voltha-etcd-cluster:
+ clusterSize: 1
+onos_env:
+- name: POD_IP
+ valueFrom:
+ fieldRef:
+ fieldPath: status.podIP
+- name: NAMESPACE
+ valueFrom:
+ fieldRef:
+ fieldPath: metadata.namespace
+- name: ONOS_APPS
+ value: "drivers,openflow-base,hostprovider"