Merge "Using newest bbsim-sadis-server (temporary workaround untill the chart and the container are published)"
diff --git a/jjb/pipeline/voltha-scale-multi-stack.groovy b/jjb/pipeline/voltha-scale-multi-stack.groovy
index bdb938c..c958f8f 100644
--- a/jjb/pipeline/voltha-scale-multi-stack.groovy
+++ b/jjb/pipeline/voltha-scale-multi-stack.groovy
@@ -211,6 +211,9 @@
# Forward the ETCD port onto $VOLTHA_ETCD_PORT
_TAG=etcd-port-forward kubectl -n \$INFRA_NS port-forward --address 0.0.0.0 -n default service/etcd $VOLTHA_ETCD_PORT:2379&
+
+ # NOTE this is temporary, for now the bbsim-sadis-server service will be overridden and ONOS will use the new server
+ kubectl apply -n infra -f $HOME/bbsim-sadis-server/deployments/bbsim-sadis-server.yaml
'''
}
}