From 8c38ec350a350429e55dc7ac2d94f0fac7b924e8 Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Wed, 13 Aug 2014 19:18:28 +0530 Subject: [PATCH] Updates pre-download section This patch removes some of the packages that are currently pre-downloaded to the basedisk even though they are not needed for the training cluster. Implements: blueprint openstack-training-labs Change-Id: If3808436a218cc15ce2fd037ea52ec2fa5176a1e --- labs/scripts/apt_pre-download.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/labs/scripts/apt_pre-download.sh b/labs/scripts/apt_pre-download.sh index 1c6af895..42e84b0f 100755 --- a/labs/scripts/apt_pre-download.sh +++ b/labs/scripts/apt_pre-download.sh @@ -15,4 +15,8 @@ if [ ! -f "$IMG_DIR/$(basename "$CIRROS_URL")" ]; then 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 +sudo apt-get install -y --download-only cinder-api cinder-scheduler lvm2 \ + cinder-volume glance openstack-dashboard memcached keystone \ + neutron-server neutron-plugin-ml2 nova-api nova-cert nova-conductor \ + nova-consoleauth nova-novncproxy nova-scheduler python-novaclient +