diff options
author | 2016-09-12 09:42:16 +0000 | |
---|---|---|
committer | 2016-09-12 09:42:16 +0000 | |
commit | 17e6f6028541a1d5cbdb4bec843f6d04c07c62f6 (patch) | |
tree | ab292166f13d24a5e55e623092270c470e6c1448 /prototypes/bifrost/scripts | |
parent | 34c9b73f09d61a9177f4f6aeeec0dfc51cb37232 (diff) | |
parent | 2dae7e0c3f318e3adce19bbbccea4abe84f781d4 (diff) |
Merge "Parameterize infracloud playbook by platforms"
Diffstat (limited to 'prototypes/bifrost/scripts')
-rwxr-xr-x | prototypes/bifrost/scripts/test-bifrost-deployment.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/prototypes/bifrost/scripts/test-bifrost-deployment.sh b/prototypes/bifrost/scripts/test-bifrost-deployment.sh index d796f3509..fb49afc42 100755 --- a/prototypes/bifrost/scripts/test-bifrost-deployment.sh +++ b/prototypes/bifrost/scripts/test-bifrost-deployment.sh @@ -57,6 +57,13 @@ export ELEMENTS_PATH=/usr/share/diskimage-builder/elements:/opt/puppet-infraclou export DIB_DEV_USER_PWDLESS_SUDO=yes export DIB_DEV_USER_PASSWORD=devuser +# settings for distro: trusty/ubuntu-minimal, 7/centos-minimal +export DIB_OS_RELEASE=${DIB_OS_RELEASE:-trusty} +export DIB_OS_ELEMENT=${DIB_OS_ELEMENT:-ubuntu-minimal} + +# for centos 7: "openssh-server,vim,less,bridge-utils,iputils,rsyslog,curl" +export DIB_OS_PACKAGES=${DIB_OS_PACKAGES:-"openssh-server,vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl"} + # Source Ansible # NOTE(TheJulia): Ansible stable-1.9 source method tosses an error deep # under the hood which -x will detect, so for this step, we need to suspend |