From a6bdca7083bc57982084948592be83689384c74e Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 29 Jul 2015 14:51:13 -0400 Subject: [PATCH] Make simple-init element perform source-based install The simple-init element and the program installed by it, glean, is a fairly new utility and as such it would be best to install from source to ensure that the latest bug fixes are available. Change-Id: I4782580735b7ef5451a9913fe71c1b910a7cfd54 --- playbooks/roles/bifrost-create-dib-image/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/bifrost-create-dib-image/defaults/main.yml b/playbooks/roles/bifrost-create-dib-image/defaults/main.yml index 972175941..855df7ff7 100644 --- a/playbooks/roles/bifrost-create-dib-image/defaults/main.yml +++ b/playbooks/roles/bifrost-create-dib-image/defaults/main.yml @@ -4,6 +4,7 @@ dib_env_vars: ELEMENTS_PATH: "/opt/stack/diskimage-builder/elements" http_proxy: "{{ lookup('env','http_proxy') }}" https_proxy: "{{ lookup('env','https_proxy') }}" + DIB_INSTALL_TYPE_simple_init: repo build_ramdisk: false dib_trace: false dib_uncompressed: false