Reduce complexity when using bifrost roles 73/63173/6
authorManuel Buil <mbuil@suse.com>
Thu, 4 Oct 2018 13:33:04 +0000 (15:33 +0200)
committerManuel Buil <mbuil@suse.com>
Fri, 26 Oct 2018 07:56:02 +0000 (09:56 +0200)
commitc473915f5515eb6bb66a6ae4e8e2352dc9177654
treeb095691d05f69b11caa9db771f083f7a285be620
parentebe6bd459f7751fe7a82a6f5c5f78c393465e3fc
Reduce complexity when using bifrost roles

We are using two variables which have a similar scope:
- create_image_via_dib
- use_prebuilt_images

We could use one of them and not both. create_image_via_dib is selected
because it also exists in upstream bifrost

use_prebuilt_images = false is the same as create_image_via_dib = true
use_prebuilt_images = true is the same as create_image_via_dib = false

Change-Id: Ieaab78f1dc2d199746a2b13ebc82e9dc615d92e9
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/config/user-vars
xci/infra/bifrost/infra-provision.sh
xci/infra/bifrost/playbooks/opnfv-virtual.yml