commit | dadf55a3ab5f8b8805db0818ca1a04148e5fb095 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Tue Jul 06 16:27:28 2021 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Tue Jul 06 16:27:28 2021 +0200 |
tree | e77c5aa3b3998b48f135b386251078ff7155ce3c | |
parent | 4f6bfd6d1df470fd7cd26793527fa06090eaeeb1 [diff] |
Removing segmentrouting from default apps in the multi-stack cluster as well Change-Id: Ife383106def5330a1356f44758c03224d6254af3
diff --git a/jjb/pipeline/voltha/master/voltha-scale-multi-stack.groovy b/jjb/pipeline/voltha/master/voltha-scale-multi-stack.groovy index 6d75846..8c2f72e 100644 --- a/jjb/pipeline/voltha/master/voltha-scale-multi-stack.groovy +++ b/jjb/pipeline/voltha/master/voltha-scale-multi-stack.groovy
@@ -115,6 +115,7 @@ helm upgrade --install -n infra voltha-infra onf/voltha-infra \ -f $WORKSPACE/voltha-helm-charts/examples/${workflow}-values.yaml \ + -f /home/jenkins/voltha-scale/voltha-values.yaml \ --set onos-classic.replicas=${onosReplicas},onos-classic.atomix.replicas=${atomixReplicas} \ --set radius.enabled=${withEapol} \ --set global.log_level=${logLevel} \