summaryrefslogtreecommitdiffstats
path: root/prototypes/xci
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-04-05 16:49:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-05 16:49:29 +0000
commit4f6a549044da900b0cc785f442bffa8120a12dc0 (patch)
tree4a3533e2ce3f6bfe48614f1dab5bc3bd961d36bb /prototypes/xci
parent88395f5f3a5b4c5b41451fbff6a69ecba05a5e20 (diff)
parentaf6c4a595ae49709a07e0bdb7cc9357d92793b20 (diff)
Merge "xci: Start developer documentation"
Diffstat (limited to 'prototypes/xci')
-rw-r--r--prototypes/xci/docs/developer-guide.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/prototypes/xci/docs/developer-guide.rst b/prototypes/xci/docs/developer-guide.rst
new file mode 100644
index 000000000..9a07b1267
--- /dev/null
+++ b/prototypes/xci/docs/developer-guide.rst
@@ -0,0 +1,31 @@
+#########################
+OPNFV XCI Developer Guide
+#########################
+
+This document will contain details about the XCI and how things are put
+together in order to support different flavors and different distros in future.
+
+Document is for anyone who will
+
+- do hands on development with XCI such as new features to XCI itself or
+ bugfixes
+- integrate new features
+- want to know what is going on behind the scenes
+
+It will also have guidance regarding how to develop for the sandbox.
+
+If you are looking for User's Guide, please check README.rst in the root of
+xci folder or take a look at
+`Wiki <https://wiki.opnfv.org/display/INF/OpenStack>`_.
+
+===================================
+Components of XCI Developer Sandbox
+===================================
+
+TBD
+
+=============
+Detailed Flow
+=============
+
+TBD