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
This commit is contained in:
parent
fb325cb33b
commit
8c38ec350a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user