From 112bec233e11ca2d6e5a4bd884d194d4f3400ba1 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Wed, 18 Jun 2014 08:51:41 +0200 Subject: [PATCH] Pre-download files This script pre-downloads Ubuntu packages and the CirrOS image needed for an OpenStack installation. Partial-Bug: 1312764 Implements: blueprint openstack-training-labs Change-Id: Ia7d95a13aeb841b1f88deaf33a1aa081749776a8 --- labs/scripts/apt_pre-download.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 labs/scripts/apt_pre-download.sh diff --git a/labs/scripts/apt_pre-download.sh b/labs/scripts/apt_pre-download.sh new file mode 100644 index 00000000..1c6af895 --- /dev/null +++ b/labs/scripts/apt_pre-download.sh @@ -0,0 +1,18 @@ +#!/usr/bin/env bash +TOP_DIR=$(cd $(dirname "$0")/.. && pwd) +source "$TOP_DIR/config/paths" +source "$CONFIG_DIR/openstack" +source "$LIB_DIR/functions.guest" + +exec_logfile + +indicate_current_auto + +# Download CirrOS image +CIRROS_URL="http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img" +if [ ! -f "$IMG_DIR/$(basename "$CIRROS_URL")" ]; then + wget --directory-prefix="$IMG_DIR" "$CIRROS_URL" +fi + +# Download packages for all nodes +sudo apt-get install -y --download-only bridge-utils cinder-api cinder-scheduler cinder-volume glance iscsitarget iscsitarget-dkms keystone libvirt-bin memcached mysql-server neutron-dhcp-agent neutron-l3-agent neutron-plugin-openvswitch-agent neutron-server nova-ajax-console-proxy nova-api nova-cert nova-compute-kvm nova-conductor nova-consoleauth nova-doc nova-novncproxy nova-scheduler novnc ntp open-iscsi openstack-dashboard openvswitch-datapath-dkms openvswitch-switch pm-utils python-guestfs python-mysqldb python-novaclient rabbitmq-server vlan