Use installer and stage3 files from v9, with minor modifications
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index ff329b9..d8a6171 100644 (file)
@@ -424,7 +424,7 @@ node("${params.NODE}") {
                         withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'gitlab-registry',
                                         usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD']]) {
                             sshCommand remote: remote, command: """
-                                ./install_osm.sh -y \
+                                ./install_osm.sh -y -c k8s \
                                     ${repo_base_url} \
                                     ${repo_key_name} \
                                     ${release} -r unstable \