instack-undercloud/elements/os-disk-config/environment.d/10-os-disk-config-install-options.bash
Ben Nemec 26508884ef Add os-disk-config element and image
Initial version of the os-disk-config element and an image target
to allow building a minimal image for testing and demo purposes.

None of this has been tested yet, but the image build completes
successfully so it should be a starting point anyway.
2015-02-09 17:27:29 -06:00

8 lines
243 B
Bash

#!/bin/bash
export DIB_INSTALLTYPE_os_disk_config="${DIB_INSTALLTYPE_os_cloud_config:-"source"}"
if [ -z "${OS_DISK_CONFIG_VENV_DIR:-}" ]; then
export OS_DISK_CONFIG_VENV_DIR="${OPENSTACK_VENV_DIR:-"/opt/stack/venvs/os-disk-config"}"
fi