updating bbsim 1.7 images version
Change-Id: I0ca1acce06866868c94e6c48256f00e38a066c52
diff --git a/kubernetes-configs/bbsim-voltha-1.7.yml b/kubernetes-configs/bbsim-voltha-1.7.yml
new file mode 100644
index 0000000..9adaa04
--- /dev/null
+++ b/kubernetes-configs/bbsim-voltha-1.7.yml
@@ -0,0 +1,134 @@
+---
+# 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_tosca:
+ tag: '1.3.1'
+
+# ONOS
+ onos:
+ repository: 'matteoscandolo/onos'
+ tag: '1.13.9-rc4'
+
+# VOLTHA
+ vcore:
+ tag: 'voltha-1.7'
+ vcli:
+ tag: 'voltha-1.7'
+ ofagent:
+ tag: 'master'
+ 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.2'
+
+ # 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"
+
+application_logs: |
+ log4j.logger.org.opencord.olt = DEBUG
+ log4j.logger.org.opencord.kafka = TRACE
+ log4j.logger.org.opencord.sadis = DEBUG
+ log4j.logger.org.opencord.aaa = DEBUG
+ log4j.logger.org.opencord.dhcpl2relay = DEBUG
diff --git a/kubernetes-configs/bbsim-voltha-master.yml b/kubernetes-configs/bbsim-voltha-master.yml
index 4ddfcd9..9adaa04 100644
--- a/kubernetes-configs/bbsim-voltha-master.yml
+++ b/kubernetes-configs/bbsim-voltha-master.yml
@@ -23,16 +23,8 @@
# 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.1'
- xos_api_tester:
- tag: 'master'
- tosca_loader:
- tag: '1.3.1'
# ONOS
onos: