[VOL-2336] Preparing InfoSys POD for jenkins deployment

Change-Id: I24e09c19c81e36f6d7a9944a4355ce3ec661e034
diff --git a/deployment-configs/infosys-pod.yaml b/deployment-configs/infosys-pod.yaml
new file mode 100644
index 0000000..1e712da
--- /dev/null
+++ b/deployment-configs/infosys-pod.yaml
@@ -0,0 +1,72 @@
+# 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 INFOSYS POD , olt/onu are connected to this
+
+---
+
+kube_config: 'infosys.conf'
+
+nodes:
+  -
+    ip: '192.168.10.1'
+    user: 'infosys'
+    pass: 'Engne@12345'
+
+fabric_switches:
+  -
+    mac: 'b8:6a:97:8b:ef:3c'
+    ip: '192.168.10.3'
+    user: 'root'
+    pass: 'onl'
+    bngPort: '3'
+    oltPort: '10'
+    device_id: 'of:0000000000000001'
+
+olts:
+  -
+    ip: '192.168.10.2'
+    user: 'root'
+    pass: 'onl'
+    fortygig: 'true'
+    serial: 'EC1917000121'
+
+onus:
+  -
+    serial: 'ISKT71e82118'
+
+hosts:
+  src:
+    -
+      ip: '192.168.10.7'
+      user: 'voltharg'
+      pass: 'voltharg'
+      dp_iface_name: 'enp0s3'
+      container_type: null
+      container_name: null
+      onu: 'ISKT71e82118'
+      c_tag: '222'
+      s_tag: '111'
+
+  dst:
+    -
+      ip: null
+      user: null
+      pass: null
+      dp_iface_name: null
+      dp_iface_ip_qinq: '192.168.20.254'
+      dp_iface_ip: null
+      dp_iface_gateway: null
+      container_type: null
+      container_name: null
diff --git a/kubernetes-configs/voltha/infosys-pod.yml b/kubernetes-configs/voltha/infosys-pod.yml
new file mode 100644
index 0000000..3a898a7
--- /dev/null
+++ b/kubernetes-configs/voltha/infosys-pod.yml
@@ -0,0 +1,41 @@
+# 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
+
+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"
+
+# Customization for BBSIM
+kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
+pon_ports: 1
+onus_per_pon_port: 1