Skip to content
Snippets Groups Projects
Commit 2323c364 authored by garciadeblas's avatar garciadeblas
Browse files

Fix osm_health for the default installation


Change-Id: Idd5198f3a3ea1605742342379ac9a5b071c6d9af
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent bcf6fa23
No related branches found
No related tags found
No related merge requests found
......@@ -443,11 +443,7 @@ node("${params.NODE}") {
stage_archive = false
if ( params.DO_SMOKE ) {
stage("OSM Health") {
if ( useCharmedInstaller ) {
stackName = "osm"
} else {
stackName = container_name
}
stackName = "osm"
sshCommand remote: remote, command: """
/usr/share/osm-devops/installers/osm_health.sh -k -s ${stackName}
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment