7ce4e9595d
The install-type element is controlled by the DIB_INSTALLTYPE_* flag[1], not DIB_INSTALL_TYPE. This patch fixes the variable name so that we really are installing glean from the git repository and not from pip. [1] http://docs.openstack.org/developer/diskimage-builder/elements/install-types/README.html#environment-variables Change-Id: I634706f421fbcf3edf1ae9d18a75e2cb9659eefe
15 lines
336 B
YAML
15 lines
336 B
YAML
---
|
|
dib_os_element: "debian"
|
|
dib_env_vars:
|
|
http_proxy: "{{ lookup('env','http_proxy') }}"
|
|
https_proxy: "{{ lookup('env','https_proxy') }}"
|
|
DIB_INSTALLTYPE_simple_init: repo
|
|
build_ramdisk: false
|
|
dib_trace: false
|
|
dib_uncompressed: false
|
|
dib_clearenv: false
|
|
dib_notmpfs: false
|
|
dib_offline: false
|
|
dib_skipbase: false
|
|
dib_packages: ""
|