Adding monitoring to the M-CORD pipeline
Change-Id: I42c2fe929d807d833d5ed800d1b25dd1f996e9d5
diff --git a/Jenkinsfile-mcord-local-build b/Jenkinsfile-mcord-local-build
index 3e79754..65e4e6b 100644
--- a/Jenkinsfile-mcord-local-build
+++ b/Jenkinsfile-mcord-local-build
@@ -153,7 +153,7 @@
}
}
-
+
dir ("helm-charts") {
stage('Install SR-IOV CNI and SR-IOV Network Device Plugin') {
sh returnStdout: true, script: """
@@ -235,15 +235,15 @@
// """
// }
// }
- // stage('Install Monitoring Infrastructure') {
- // timeout(10) {
- // sh returnStdout: true, script: """
- // export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
- // helm install -f $WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.yml -n nem-monitoring cord/nem-monitoring
- // helm-repo-tools/wait_for_pods.sh
- // """
- // }
- // }
+ stage('Install Monitoring Infrastructure') {
+ timeout(10) {
+ sh returnStdout: true, script: """
+ export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
+ helm install -f $WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.yml -n nem-monitoring cord/nem-monitoring --version 1.0.1
+ helm-repo-tools/wait_for_pods.sh
+ """
+ }
+ }
stage('Install ONOS') {
timeout(10) {
sh returnStdout: true, script: """