adding voltha-1.7 siab config

Change-Id: Ie411245c3c6541cd938a3b087198d0761fed9cb8
diff --git a/configs/seba-ponsim-voltha-1.7.yaml b/configs/seba-ponsim-voltha-1.7.yaml
new file mode 100644
index 0000000..5066c51
--- /dev/null
+++ b/configs/seba-ponsim-voltha-1.7.yaml
@@ -0,0 +1,135 @@
+---
+# Copyright 2018-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.
+
+# Values file for deploying SEBA with Ponsim
+# Use this file to deploy the 'master' (dev) versions of all services.
+# This is mainly useful for testing.
+
+# voltha
+etcd-cluster:
+  clusterSize: 1
+
+# in xos-core chart and other charts with multiple images
+images:
+  xos_core:
+    tag: '3.2.5'
+  xos_chameleon:
+    tag: '3.2.2'
+  xos_tosca:
+    tag: '1.3.0'
+  xos_api_tester:
+    tag: 'master'
+  tosca_loader:
+    tag: '1.3.0'
+
+# ONOS
+  onos:
+    repository: 'matteoscandolo/onos'
+    tag: '1.13.9-rc4'
+
+# VOLTHA
+  vcore:
+    tag: 'voltha-1.7'
+  vcli:
+    tag: 'voltha-1.7'
+  ofagent:
+    tag: 'voltha-1.7'
+  netconf:
+    tag: 'voltha-1.7'
+  envoy_for_etcd:
+    tag: 'voltha-1.7'
+  alarm_generator:
+    tag: 'voltha-1.7'
+  freeradius:
+    tag: 'latest'
+
+# Ponsimv2
+  olt:
+    repository: "voltha/voltha-ponsim"
+    tag: "voltha-1.7"
+  onu:
+   repository: "voltha/voltha-ponsim"
+   tag: "voltha-1.7"
+
+# in xos-gui sub-chart required by xos-core chart
+xos-gui:
+  images:
+    xos_gui:
+      tag: '1.0.5'
+    xos_ws:
+      tag: '2.0.2'
+
+# in seba service chart
+fabric:
+  image:
+    tag: '2.2.1'
+fabric-crossconnect:
+  image:
+    tag: '1.2.1'
+onos-service:
+  image:
+    tag: '2.1.1'
+sadis-server:
+  image:
+    tag: 'latest'
+olt-service:
+  image:
+    tag: '2.2.1'
+rcord:
+  image:
+    tag: 'master'
+
+# in base-kubernetes chart
+kubernetes:
+  image:
+    tag: '1.2.1'
+
+# in workflow/att-workflow service chart
+att-workflow-driver:
+  image:
+    tag: '1.2.1'
+
+  # this is mandatory, it's needed to correctly configure the kafka endpoint
+  kafkaService: cord-kafka
+
+# in workflow/tt-workflow service chart
+tt-workflow-driver:
+  image:
+    tag: 'master'
+
+  # this is mandatory, it's needed to correctly configure the kafka endpoint
+  kafkaService: cord-kafka
+
+# in mininet chart
+vlanMatchDepth: 2
+
+# in ponsim-pod chart
+bandwidthProfiles: True
+
+# ONOS applications
+aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
+aaaAppVersion: "1.9.0.SNAPSHOT"
+
+sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
+sadisAppVersion: "3.1.0.SNAPSHOT"
+
+dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
+dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
+
+oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
+oltAppVersion: "3.0.1.SNAPSHOT"
+
+kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
+kafkaAppVersion: "1.1.0.SNAPSHOT"
\ No newline at end of file