[CORD-2466]
Create a multi-node k8s-compatible scenario

Change-Id: I618a66323672d646847e438f1e0c320962e75642
diff --git a/scenarios/preppedpod/config.yml b/scenarios/preppedpod/config.yml
index 9e570c4..12967f9 100644
--- a/scenarios/preppedpod/config.yml
+++ b/scenarios/preppedpod/config.yml
@@ -16,8 +16,8 @@
 # preppedpod Scenario - install CORD on prepared systems with OS installed
 # Only used with a virtual install, physical does not use VMs
 
-# opencloud profile config
 frontend_only: False
+use_maas: False
 
 # create a cord_profile dir next to the cord checkout
 config_cord_dir: "{{ ( playbook_dir ~ '/../..' ) | realpath }}"
@@ -36,7 +36,12 @@
 vagrant_up_prereqs:
   - prereqs-check
 
-# Copy cord and config to physical/virtual nodes
+config_ssh_key_prereqs:
+  - vagrant-ssh-install
+
+copy_cord_prereqs:
+  - vagrant-ssh-install
+
 cord_config_prereqs:
   - vagrant-ssh-install
   - copy-cord