[CORD-2094] v2
Make SSH config key gen and copy not reliant on vagrant

Change-Id: I2df8e06b080321ff79a246381e93710479582457
(cherry picked from commit 39c9aa90a23c69682c67572ae96be09beecf57a7)
diff --git a/Makefile b/Makefile
index 91f92cd..24218ef 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@
 VAGRANT_UP_PREREQS       ?=
 COPY_CORD_PREREQS        ?=
 CORD_CONFIG_PREREQS      ?=
-COPY_CONFIG_PREREQS      ?=
+CONFIG_SSH_KEY_PREREQS   ?=
 PREP_BUILDNODE_PREREQS   ?=
 PREP_HEADNODE_PREREQS    ?=
 DOCKER_IMAGES_PREREQS    ?=
@@ -204,7 +204,7 @@
 	$(ANSIBLE_PB) $(BUILD)/ansible/vagrant-ssh-install.yml $(LOGCMD)
 	touch $@
 
-$(M)/config-ssh-key: | $(M)/vagrant-up
+$(M)/config-ssh-key: | $(CONFIG_SSH_KEY_PREREQS)
 	$(ANSIBLE_PB) $(BUILD)/ansible/config-ssh-key.yml $(LOGCMD)
 	touch $@