Add examples for devel / testing workflow

Change-Id: I1acb410ab5557c73256a490db8b9c2b17db39bd0
diff --git a/examples/candidate-tag-values.yaml b/examples/candidate-tag-values.yaml
new file mode 100644
index 0000000..7810141
--- /dev/null
+++ b/examples/candidate-tag-values.yaml
@@ -0,0 +1,51 @@
+---
+
+# Copyright 2018-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.
+
+# Set all image tags to "candidate" to use imagebuilder's local images
+
+images:
+  xos_core:
+    tag: 'candidate'
+  xos_gui:
+    tag: 'candidate'
+  xos_db:
+    tag: 'candidate'
+  xos_tosca:
+    tag: 'candidate'
+  xos_chameleon:
+    tag: 'candidate'
+  xos_ws:
+    tag: 'candidate'
+
+image:
+  rcordSynchronizer:
+    tag: 'candidate'
+
+addressmanager:
+  image:
+    tag: 'candidate'
+fabric:
+  image:
+    tag: 'candidate'
+onos-service:
+  image:
+    tag: 'candidate'
+volt:
+  image:
+    tag: 'candidate'
+vsg-hw:
+  image:
+    tag: 'candidate'
\ No newline at end of file