Browse code

Add diskimage-builder to the list of libraries

Add diskimage-builder to the list of libraries so it can be installed
from source to be tested in gate.

Change-Id: I6cefac1eb4ebf0196a6b4d4bfc038c00921f0d70

Lucas Alvares Gomes authored on 2015/12/14 21:02:55
Showing 2 changed files
... ...
@@ -473,6 +473,10 @@ GITBRANCH["ironic-lib"]=${IRONIC_LIB_BRANCH:-master}
473 473
 # this doesn't exist in a lib file, so set it here
474 474
 GITDIR["ironic-lib"]=$DEST/ironic-lib
475 475
 
476
+# diskimage-builder tool
477
+GITREPO["diskimage-builder"]=${DIB_REPO:-${GIT_BASE}/openstack/diskimage-builder.git}
478
+GITBRANCH["diskimage-builder"]=${DIB_BRANCH:-master}
479
+GITDIR["diskimage-builder"]=$DEST/diskimage-builder
476 480
 
477 481
 ##################
478 482
 #
... ...
@@ -42,6 +42,7 @@ ALL_LIBS+=" python-neutronclient tooz ceilometermiddleware oslo.policy"
42 42
 ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service"
43 43
 ALL_LIBS+=" oslo.cache oslo.reports"
44 44
 ALL_LIBS+=" keystoneauth ironic-lib oslo.privsep"
45
+ALL_LIBS+=" diskimage-builder"
45 46
 
46 47
 # Generate the above list with
47 48
 # echo ${!GITREPO[@]}