From a26983f6c8004b4c745a67adf61811e47fe3a992 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Thu, 2 Oct 2014 11:11:06 +0200 Subject: [PATCH] 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 --- labs/config/scripts.ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/labs/config/scripts.ubuntu b/labs/config/scripts.ubuntu index 3562b370..515da8b0 100644 --- a/labs/config/scripts.ubuntu +++ b/labs/config/scripts.ubuntu @@ -2,3 +2,4 @@ scripts apt_init.sh scripts apt_upgrade.sh scripts apt_pre-download.sh +osbash enable_vagrant_ssh_keys.sh