| ... | ... |
@@ -483,6 +483,10 @@ GITBRANCH["ironic-lib"]=${IRONIC_LIB_BRANCH:-master}
|
| 483 | 483 |
# this doesn't exist in a lib file, so set it here |
| 484 | 484 |
GITDIR["ironic-lib"]=$DEST/ironic-lib |
| 485 | 485 |
|
| 486 |
+# diskimage-builder tool |
|
| 487 |
+GITREPO["diskimage-builder"]=${DIB_REPO:-${GIT_BASE}/openstack/diskimage-builder.git}
|
|
| 488 |
+GITBRANCH["diskimage-builder"]=${DIB_BRANCH:-master}
|
|
| 489 |
+GITDIR["diskimage-builder"]=$DEST/diskimage-builder |
|
| 486 | 490 |
|
| 487 | 491 |
################## |
| 488 | 492 |
# |
| ... | ... |
@@ -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 osprofiler" |
| 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[@]}
|