Configuration for the Tucson pod
Change-Id: Idd9732833220d933903a036706f4e7f4efe87cf7
diff --git a/deployment-configs/tucson-pod.yaml b/deployment-configs/tucson-pod.yaml
new file mode 100644
index 0000000..83bb350
--- /dev/null
+++ b/deployment-configs/tucson-pod.yaml
@@ -0,0 +1,65 @@
+---
+
+# 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 kind-voltha running BBSim
+
+# Change default values in tests
+has_dataplane: True
+external_libs: True
+teardown_device: False
+ONOS_REST_PORT: 8181
+ONOS_SSH_PORT: 30115
+OLT_PORT: 9191
+KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
+
+# This tells the control node how to reach the Kubernetes nodes.
+# Since we're running kind-voltha, the nodes are reached on localhost.
+nodes:
+ -
+ ip: 127.0.0.1
+
+olts:
+ -
+ ip: 192.168.2.22
+ user: root
+ pass: onl
+ fortygig: True
+ serial: EC1925000157
+
+hosts:
+ src:
+ -
+ ip: 127.0.0.1
+ user: cord
+ pass: cord
+ dp_iface_name: eth1
+ container_type: LXC
+ container_name: voltha-client
+ onu: ALPHe3d1ce7b
+ c_tag: 11
+ s_tag: 11
+
+ dst:
+ -
+ dp_iface_ip_qinq: 192.168.11.254
+ ip: null
+ user: null
+ pass: null
+ dp_iface_name: null
+ dp_iface_ip: null
+ dp_iface_gateway: null
+ container_type: null
+ container_name: null
diff --git a/kubernetes-configs/tucson-pod.conf b/kubernetes-configs/tucson-pod.conf
new file mode 100644
index 0000000..0eb472f
--- /dev/null
+++ b/kubernetes-configs/tucson-pod.conf
@@ -0,0 +1,3 @@
+# The Tucson pod is using kind-voltha to set up an emulated Kubernetes cluster.
+# kind-voltha regenerates the Kubernetes config when the cluster is rebuilt.
+# The KUBECONFIG lives in $HOME/.kube/kind-config-voltha-minimal
diff --git a/kubernetes-configs/voltha/tucson-pod.yml b/kubernetes-configs/voltha/tucson-pod.yml
new file mode 100644
index 0000000..be6cbe0
--- /dev/null
+++ b/kubernetes-configs/voltha/tucson-pod.yml
@@ -0,0 +1,17 @@
+# Copyright 2019 Ciena Corporation
+#
+# 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.
+
+defaults:
+ image_tag: master
+ image_pullPolicy: Always