Add Stacklight v2 deployment

Change-Id: I77d0ebed7d5eae490650e58702080ef4fb3b3c49
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 67efea7..a1d84c1 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -288,10 +288,17 @@
             }
 
 
+            if (common.checkContains('STACK_INSTALL', 'sl-legacy')) {
+                stage('Install StackLight v1') {
+                    orchestrate.installStacklightv1Control(saltMaster)
+                    orchestrate.installStacklightv1Client(saltMaster)
+                }
+            }
+
             if (common.checkContains('STACK_INSTALL', 'stacklight')) {
                 stage('Install StackLight') {
-                    orchestrate.installStacklightControl(saltMaster)
-                    orchestrate.installStacklightClient(saltMaster)
+                    orchestrate.installDockerSwarm(saltMaster)
+                    orchestrate.installStacklight(saltMaster)
                 }
             }