Move CiaB-specific config out of 'cord' scenario.

These config settings are necessary for CiaB, but should not be set for a physical
install, so should not be part of the defaults of the 'cord' scenario.

Change-Id: I9ccbc345cb9f45e7bcb5df2c3eb9497d91d68d82
diff --git a/podconfig/rcord-virtual.yml b/podconfig/rcord-virtual.yml
index 6e7e008..bf826f0 100644
--- a/podconfig/rcord-virtual.yml
+++ b/podconfig/rcord-virtual.yml
@@ -23,4 +23,23 @@
 
 vagrant_up_prereqs:
   - prereqs-check
-  - ciab-ovs
\ No newline at end of file
+  - ciab-ovs
+
+build_targets:
+ - compute1-up
+
+external_iface: 'eth0'
+
+skipTags:
+  - 'set_compute_node_password'
+  - 'switch_support'
+  - 'reboot'
+  - 'interface_config'
+
+# Other old config carried over
+cord_in_a_box: True # what is this for?
+fabric_include_names: eth2
+fabric_include_module_types: omit
+fabric_exclude_names: eth0,eth1
+management_include_names: eth1
+management_exclude_names: eth0,eth2
\ No newline at end of file