While trying to build systemvm templates I noticed that the urls to download the debian images are invalid as in definition.rb in respective folders:
For 64 bit template http://cdimage.debian.org/mirror/cdimage/archive/7.0.0/i386/iso-cd/debian-7.0.0-i386-netinst.iso For 32 bit template http://cdimage.debian.org/mirror/cdimage/archive/7.0.0/i386/iso-cd/debian-7.0.0-i386-netinst.iso I will be updating these to following respectively, once I have a successful local build: http://ftp.acc.umu.se/mirror/cdimage/release/7.3.0/i386/iso-cd/debian-7.3.0-i386-netinst.iso MD5: 04c58f30744e64a0459caf7d7cace479 http://ftp.acc.umu.se/mirror/cdimage/release/7.3.0/ia64/iso-cd/debian-7.3.0-ia64-netinst.iso MD5: a6b93666a5393334accb7ac4ee28d949 Not sure if jenkins job is building the right templates now ? -abhi