[VOL-3385] Adding GPON jobs to ONF demo pod

Change-Id: Ic9506e967daae3246c8ba9d07ba01fd086237f2f
diff --git a/deployment-configs/onf-demo-pod-DT-gpon.yaml b/deployment-configs/onf-demo-pod-DT-gpon.yaml
new file mode 100644
index 0000000..38cb23d
--- /dev/null
+++ b/deployment-configs/onf-demo-pod-DT-gpon.yaml
@@ -0,0 +1,133 @@
+---
+
+  # Copyright 2020-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.
+
+  kube_config: '/var/k8.conf'
+
+  # This tells the control node how to reach the Kubernetes nodes.
+  nodes:
+    -
+      ip: '10.128.100.70'
+      user: 'cord'
+      pass: 'cord'
+    -
+      ip: '10.128.100.71'
+      user: 'cord'
+      pass: 'cord'
+    -
+      ip: '10.128.100.72'
+      user: 'cord'
+      pass: 'cord'
+
+  fabric_switches:
+    -
+      mac: 'cc:37:ab:61:80:ca'
+      ip: '10.128.100.80'
+      user: 'root'
+      pass: 'onl'
+      bngPort: '31'
+      device_id: 'of:0000000000000001'
+
+  olts:
+  # Gpon OLT
+    -
+      ip:  10.90.0.115
+      sship:  10.90.0.115
+      user: root
+      pass: onl
+      fortygig: True
+      aggPort: 9
+      serial: EC1912001818
+      oltDebVersion: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
+      oltDebVersion23: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
+
+  hosts:
+    src:
+      #GPON ONU
+      -
+        ip: 10.90.0.51
+        user: ubuntu
+        pass: null
+        dp_iface_name: eth1.7
+        container_type: LXC
+        container_name: SCOM00001ca7
+        onu: SCOM00001ca7
+        olt: EC1912001818
+        c_tag: 7
+        s_tag: 31
+      -
+        ip: 10.90.0.51
+        user: ubuntu
+        pass: null
+        dp_iface_name: eth1.7
+        container_type: LXC
+        container_name: SCOM00001c8d
+        onu: SCOM00001c8d
+        olt: EC1912001818
+        c_tag: 7
+        s_tag: 32
+      -
+        ip: 10.90.0.51
+        user: ubuntu
+        pass: null
+        dp_iface_name: eth1.7
+        container_type: LXC
+        container_name: SCOM00001c7f
+        onu: SCOM00001c7f
+        olt: EC1912001818
+        c_tag: 7
+        s_tag: 33
+
+    dst:
+      -
+        ip: null
+        user: null
+        pass: null
+        noroot_ip: '10.128.100.70'
+        noroot_user: cord
+        noroot_pass: cord
+        dp_iface_name: enp3s0f0
+        dp_iface_ip_qinq: '10.31.7.254'
+        dp_iface_ip: null
+        dp_iface_gateway: null
+        container_type: null
+        container_name: null
+      -
+        ip: null
+        user: null
+        pass: null
+        noroot_ip: '10.128.100.70'
+        noroot_user: cord
+        noroot_pass: cord
+        dp_iface_name: enp3s0f0
+        dp_iface_ip_qinq: '10.32.7.254'
+        dp_iface_ip: null
+        dp_iface_gateway: null
+        container_type: null
+        container_name: null
+      -
+        ip: null
+        user: null
+        pass: null
+        noroot_ip: '10.128.100.70'
+        noroot_user: cord
+        noroot_pass: cord
+        dp_iface_name: enp3s0f0
+        dp_iface_ip_qinq: '10.33.7.254'
+        dp_iface_ip: null
+        dp_iface_gateway: null
+        container_type: null
+        container_name: null
+