summaryrefslogtreecommitdiffstats
path: root/xci/infra/bifrost/infra-provision.sh
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-10-26 13:54:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-26 13:54:17 +0000
commitdba57fa5862e40cd005a0acd4679530a46c85d73 (patch)
tree9073f273453a4779d703496d6dfadc8738c03d3d /xci/infra/bifrost/infra-provision.sh
parent94a953b8d99377095b70ab5708d7c0eb9aefd784 (diff)
parentc473915f5515eb6bb66a6ae4e8e2352dc9177654 (diff)
Merge "Reduce complexity when using bifrost roles"
Diffstat (limited to 'xci/infra/bifrost/infra-provision.sh')
-rw-r--r--xci/infra/bifrost/infra-provision.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/infra/bifrost/infra-provision.sh b/xci/infra/bifrost/infra-provision.sh
index e60e9de0..01019eae 100644
--- a/xci/infra/bifrost/infra-provision.sh
+++ b/xci/infra/bifrost/infra-provision.sh
@@ -71,7 +71,7 @@ ansible-playbook ${XCI_ANSIBLE_PARAMS} \
-e ironicclient_source_install=true \
-e ironicclient_git_branch=${BIFROST_IRONIC_CLIENT_VERSION:-master} \
-e ironic_git_branch=${BIFROST_IRONIC_VERSION:-master} \
- -e use_prebuilt_images=${BIFROST_USE_PREBUILT_IMAGES:-false} \
+ -e create_image_via_dib=${BIFROST_CREATE_IMAGE_VIA_DIB:-true} \
-e xci_distro=${XCI_DISTRO} \
-e ironic_url="http://192.168.122.2:6385/" \
${BIFROST_ROOT_DIR}/playbooks/opnfv-virtual.yml