This page explains how to install a fuel master node using Jessie.

Add the apt-repository

Add this to your sources.list:

deb http://mitaka-jessie.pkgs.mirantis.com/debian jessie-mitaka-backports main
deb-src http://mitaka-jessie.pkgs.mirantis.com/debian jessie-mitaka-backports main

deb http://mitaka-jessie.pkgs.mirantis.com/debian jessie-mitaka-backports-nochange main
deb-src http://mitaka-jessie.pkgs.mirantis.com/debian jessie-mitaka-backports-nochange main

then run apt-get update.

Prepare the bootstrap image

To do hardware discovery, Fuel starts an OS using PXE. In Debian, this is done by preparing a Debian live distribution using live build. To install the script do:

apt-get install fuel-bootstrap-iso

You should then edit /etc/fuel-bootstrap-iso/config and fix DEBIAN_REPO_MASTER_IP to something like httpredir.debian.org.