File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -483,6 +483,10 @@ GITBRANCH["ironic-lib"]=${IRONIC_LIB_BRANCH:-master}
483483# this doesn't exist in a lib file, so set it here
484484GITDIR[" ironic-lib" ]=$DEST /ironic-lib
485485
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
486490
487491# #################
488492#
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ ALL_LIBS+=" python-neutronclient tooz ceilometermiddleware oslo.policy"
4242ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service"
4343ALL_LIBS+=" oslo.cache oslo.reports osprofiler"
4444ALL_LIBS+=" keystoneauth ironic-lib oslo.privsep"
45+ ALL_LIBS+=" diskimage-builder"
4546
4647# Generate the above list with
4748# echo ${!GITREPO[@]}
You can’t perform that action at this time.
0 commit comments