CORD-2126 Create base profile

Change-Id: I7fbb21f81d3176b37d6ca7c27e51dd1ab746b1c9
diff --git a/docker_images.yml b/docker_images.yml
index 6d669cf..57a040c 100644
--- a/docker_images.yml
+++ b/docker_images.yml
@@ -224,3 +224,8 @@
     repo: venb
     path: "xos/synchronizer"
     dockerfile: "Dockerfile.synchronizer"
+
+  - name: xosproject/templateservice-synchronizer
+    repo: templateservice
+    path: "xos/synchronizer"
+    dockerfile: "Dockerfile.synchronizer"
diff --git a/podconfig/base-mock.yml b/podconfig/base-mock.yml
new file mode 100644
index 0000000..2c98ac9
--- /dev/null
+++ b/podconfig/base-mock.yml
@@ -0,0 +1,21 @@
+---
+# Copyright 2017-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# base-mock Pod Config
+# Creates a single-node mock CORD pod
+
+cord_scenario: mock
+cord_profile: base-cord
+
diff --git a/podconfig/base-single.yml b/podconfig/base-single.yml
new file mode 100644
index 0000000..bade0e3
--- /dev/null
+++ b/podconfig/base-single.yml
@@ -0,0 +1,21 @@
+---
+# Copyright 2017-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# base-single Pod Config
+# Creates a single-node mock CORD pod w/synchronizers
+
+cord_scenario: single
+cord_profile: base-cord
+
diff --git a/podconfig/base-virtual.yml b/podconfig/base-virtual.yml
new file mode 100644
index 0000000..cf4856a
--- /dev/null
+++ b/podconfig/base-virtual.yml
@@ -0,0 +1,45 @@
+
+# Copyright 2017-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+---
+# base-virtual Pod Config
+# Creates a virtual multi-node CORD pod
+
+cord_scenario: cord
+cord_profile: base-cord
+
+vagrant_up_prereqs:
+  - prereqs-check
+  - 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
diff --git a/scenarios/cord/config.yml b/scenarios/cord/config.yml
index b8d6b0e..2d9df1f 100644
--- a/scenarios/cord/config.yml
+++ b/scenarios/cord/config.yml
@@ -144,6 +144,7 @@
   - "xosproject/vspgwc-synchronizer"
   - "xosproject/vspgwu-synchronizer"
   - "xosproject/venb-synchronizer"
+  - "xosproject/templateservice-synchronizer"
   - "gliderlabs/consul-server"
   - "gliderlabs/registrator"
   - "nginx"
diff --git a/scenarios/single/config.yml b/scenarios/single/config.yml
index 2234520..abca90c 100644
--- a/scenarios/single/config.yml
+++ b/scenarios/single/config.yml
@@ -93,6 +93,7 @@
   - "xosproject/vspgwc-synchronizer"
   - "xosproject/vspgwu-synchronizer"
   - "xosproject/venb-synchronizer"
+  - "xosproject/templateservice-synchronizer"
   - "gliderlabs/consul-server"
   - "gliderlabs/registrator"
   - "nginx"