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
This commit is contained in:
Julia Kreger 2015-07-29 14:51:13 -04:00
parent b555c8633b
commit a6bdca7083

View File

@ -4,6 +4,7 @@ dib_env_vars:
ELEMENTS_PATH: "/opt/stack/diskimage-builder/elements" ELEMENTS_PATH: "/opt/stack/diskimage-builder/elements"
http_proxy: "{{ lookup('env','http_proxy') }}" http_proxy: "{{ lookup('env','http_proxy') }}"
https_proxy: "{{ lookup('env','https_proxy') }}" https_proxy: "{{ lookup('env','https_proxy') }}"
DIB_INSTALL_TYPE_simple_init: repo
build_ramdisk: false build_ramdisk: false
dib_trace: false dib_trace: false
dib_uncompressed: false dib_uncompressed: false