Add install Ironic conductor step
Change-Id: Idc108d775ffb12f68c97876d64fda2285ca627de
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 84f5dcf..b3f78d5 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -221,6 +221,13 @@
salt.runSaltProcessStep(saltMaster, 'I@keystone:server', 'cmd.run', ['. /root/keystonerc; nova net-list'])
}
+ if (salt.testTarget(saltMaster, 'I@ironic:conductor')){
+ stage('Install OpenStack Ironic conductor') {
+ orchestrate.installIronicConductor(saltMaster)
+ }
+ }
+
+
stage('Install OpenStack compute') {
orchestrate.installOpenstackCompute(saltMaster)