add contrail installation
Change-Id: If7ec2a5c47be74fa5dcc12bea8fc5d8c034d1a41
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index ddfe37a..da04f62 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -163,6 +163,14 @@
orchestrate.installKubernetesControl(saltMaster)
}
+
+
+ if (common.checkContains('INSTALL', 'contrail')) {
+ state('Install Contrail for Kubernetes') {
+ orchestrate.installContrailNetwork(saltMaster)
+ orchestrate.installContrailCompute(saltMaster)
+ }
+ }
}
// install openstack