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:
parent
46174a35d4
commit
a26983f6c8
@ -2,3 +2,4 @@
|
||||
scripts apt_init.sh
|
||||
scripts apt_upgrade.sh
|
||||
scripts apt_pre-download.sh
|
||||
osbash enable_vagrant_ssh_keys.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user