VOL-3416 Adding deployment-config for DT job in Tucson

Change-Id: I09f60bd53b3fa07326f82eb67ed30c5980785488
diff --git a/deployment-configs/tucson-pod-DT.yaml b/deployment-configs/tucson-pod-DT.yaml
new file mode 100644
index 0000000..778c85e
--- /dev/null
+++ b/deployment-configs/tucson-pod-DT.yaml
@@ -0,0 +1,127 @@
+---
+
+# 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 Tucson pod
+
+# Change default values in tests
+ONOS_REST_PORT: 30120
+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
+
+# The pipeline requires this even though we don't have a fabric switch
+fabric_switches: []
+
+olts:
+  -
+    ip: 192.168.2.22
+    sship: 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.11
+      container_type: LXC
+      container_name: voltha-client
+      onu: ALPHe3d1ce7b
+      c_tag: 11
+      s_tag: 11
+      onu_type: 'alpha'
+      power_switch_port: 2
+    -
+      ip: 127.0.0.1
+      user: cord
+      pass: cord
+      dp_iface_name: eth1.22
+      container_type: LXC
+      container_name: voltha-client-ISKT71e801a0
+      onu: ISKT71e801a0
+      c_tag: 22
+      s_tag: 22
+      onu_type: 'iskratel'
+      power_switch_port: 3
+    -
+      ip: 127.0.0.1
+      user: cord
+      pass: cord
+      dp_iface_name: eth1.21
+      container_type: LXC
+      container_name: voltha-client-ALPHe3d1cfac
+      onu: ALPHe3d1cfac
+      c_tag: 21
+      s_tag: 21
+      onu_type: 'alpha'
+      power_switch_port: 4
+
+  dst:
+    -
+      dp_iface_ip_qinq: 192.168.11.254
+      ip: null
+      user: null
+      pass: null
+      noroot_ip: 127.0.0.1
+      noroot_user: cord
+      noroot_pass: cord
+      dp_iface_name: enp2s0f1
+      dp_iface_ip: null
+      dp_iface_gateway: null
+      container_type: null
+      container_name: null
+    -
+      dp_iface_ip_qinq: 192.168.22.254
+      ip: null
+      user: null
+      pass: null
+      noroot_ip: 127.0.0.1
+      noroot_user: cord
+      noroot_pass: cord
+      dp_iface_name: enp2s0f1
+      dp_iface_ip: null
+      dp_iface_gateway: null
+      container_type: null
+      container_name: null
+    -
+      dp_iface_ip_qinq: 192.168.21.254
+      ip: null
+      user: null
+      pass: null
+      noroot_ip: 127.0.0.1
+      noroot_user: cord
+      noroot_pass: cord
+      dp_iface_name: enp2s0f1
+      dp_iface_ip: null
+      dp_iface_gateway: null
+      container_type: null
+      container_name: null
+
+web_power_switch:
+  ip: '10.76.28.23'
+  user: 'cord'
+  password: 'cord'
+  type: 'DLI'
diff --git a/kubernetes-configs/voltha/tucson-pod-DT.yml b/kubernetes-configs/voltha/tucson-pod-DT.yml
new file mode 100644
index 0000000..06e9b4f
--- /dev/null
+++ b/kubernetes-configs/voltha/tucson-pod-DT.yml
@@ -0,0 +1,15 @@
+# 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.
+
+# This file can be used to override values in kind-voltha's minimal-values.yaml