labs: add Vagrant key to basedisk

Add the Vagrant insecure public key to the base disk.

For installs over ssh, the public key is already installed by preseed
(or kickstart). For installs over a VirtualBox shared directory, the key
is currently only cached (in lib/vagrant-ssh-keys); a cluster build
without a key in the cache requires an Internet connection -- something
we want to avoid.

Leaving the script in config/scripts.* for the node VMs keeps base disks
built without this change working.

Change-Id: Ic43f8e4809bbf6719e0d404c394c354d6f623449
This commit is contained in:
Roger Luethi 2014-10-02 11:11:06 +02:00
parent 46174a35d4
commit a26983f6c8

View File

@ -2,3 +2,4 @@
scripts apt_init.sh
scripts apt_upgrade.sh
scripts apt_pre-download.sh
osbash enable_vagrant_ssh_keys.sh