summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-10 09:48:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-10 09:48:17 +0000
commita27157c8f7a4af128de6b7a470fa5eddb158fa53 (patch)
tree7b6f3e71ae26e7bdf3289de01aceb8537f9e4485 /xci/xci-deploy.sh
parent941bfd7be7cf37f33a2b4f821bbb869e25ebcfd2 (diff)
parentd26cd5fcee626d001e9312460e38725d72fe53ef (diff)
Merge "bifrost: Move DIB configuration variables to bifrost"
Diffstat (limited to 'xci/xci-deploy.sh')
-rwxr-xr-xxci/xci-deploy.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index ff73a56b..85a04fc4 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -103,25 +103,6 @@ echo "-------------------------------------------------------------------------"
bash files/install-ansible.sh
echo "-------------------------------------------------------------------------"
-case ${XCI_DISTRO,,} in
- # These should ideally match the CI jobs
- ubuntu)
- export DIB_OS_RELEASE="${DIB_OS_RELEASE:-xenial}"
- export DIB_OS_ELEMENT="${DIB_OS_ELEMENT:-ubuntu-minimal}"
- export DIB_OS_PACKAGES="${DIB_OS_PACKAGES:-vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl,iptables}"
- ;;
- centos)
- export DIB_OS_RELEASE="${DIB_OS_RELEASE:-7}"
- export DIB_OS_ELEMENT="${DIB_OS_ELEMENT:-centos-minimal}"
- export DIB_OS_PACKAGES="${DIB_OS_PACKAGES:-vim,less,bridge-utils,iputils,rsyslog,curl,iptables}"
- ;;
- opensuse)
- export DIB_OS_RELEASE="${DIB_OS_RELEASE:-42.3}"
- export DIB_OS_ELEMENT="${DIB_OS_ELEMENT:-opensuse-minimal}"
- export DIB_OS_PACKAGES="${DIB_OS_PACKAGES:-vim,less,bridge-utils,iputils,rsyslog,curl,iptables}"
- ;;
-esac
-
# Clone OPNFV scenario repositories
#-------------------------------------------------------------------------------
# This playbook