Initial files for COMAC and replace M-CORD to COMAC

Change-Id: I8127f362c550b7010cdf6bb683b9a2e453da4343
diff --git a/README.md b/README.md
index 4a05cbd..f03da23 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 This guide describes how to install CORD on a physical POD. It identifies a set of [prerequisites](prereqs/README.md), and then walks through the steps involved in bringing up the [Platform](installation/platform.md). Once the Platform is installed, you are ready to bring up one of the available Profiles:
 
 * [SEBA](./profiles/seba/install.md)
-* [M-CORD](./profiles/mcord/install.md)
+* [COMAC](./profiles/comac/README.md)
 
 Alternatively if you just want to quickly bring up SEBA, try the [SEBA Quick Start](quickstart/seba_quickstart.md).
 
diff --git a/SUMMARY.md b/SUMMARY.md
index bd74a0e..7757383 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -103,11 +103,20 @@
             * [I can't authenticate](profiles/seba/troubleshoot/no-aaa.md)
             * [DHCP is not working](profiles/seba/troubleshoot/no-dhcp.md)
             * [I can't ping](profiles/seba/troubleshoot/no-ping.md)
-    * [M-CORD](profiles/mcord/README.md)
+    * [COMAC](profiles/comac/README.md)
+        * [Release Notes](profiles/comac/release-notes.md)
         * Install
-            * [Install M-CORD Charts](profiles/mcord/install.md)
-            * [EnodeB Setup](profiles/mcord/enodeb-setup.md)
-        * [Configure](profiles/mcord/configuration.md)
+            * [Prerequisites](profiles/comac/install/prerequisites.md)
+            * [Install Kubernetes](profiles/comac/install/kubernetes.md)
+            * [Install OMEC](profiles/comac/install/omec.md)
+            * [Install CDN](profiles/comac/install/cdn.md)
+            * [COMAC-in-a-Box Overview](profiles/comac/install/ciab-overview.md)
+                * [Install COMAC-in-a-Box](profiles/comac/install/ciab.md)
+        * Configure
+            * [Configure OMEC](profiles/comac/configure/omec.md)
+            * [Configure eNodeB](profiles/comac/configure/enodeb.md)
+            * [Configure CDN](profiles/comac/configure/cdn.md)
+        * [Known Issues](profiles/comac/known-issues.md)
 * [Service Reference](operating_cord/services.md)
     * [Fabric](fabric/README.md)
     * [Fabric Crossconnect](fabric-crossconnect/README.md)
diff --git a/navigate.md b/navigate.md
index 56dfed6..1002d90 100644
--- a/navigate.md
+++ b/navigate.md
@@ -25,7 +25,7 @@
   VNFs, other cloud services), including both abstract services
   on-boarded into XOS and SDN control apps running on ONOS.
   Examples of profiles are [SEBA](profiles/seba) and
-  [M-CORD](profiles/mcord).
+  [COMAC](profiles/comac).
 
 * **Workflow:** A Profile typically includes a workflow,
   which defines the business logic and state machine for one of the
@@ -84,12 +84,11 @@
 
 * While the CORD control plane is deployed as a set of Docker
   containers, not all of the services themselves run in containers.
-  Some services run in VMs managed by OpenStack (this is currently
-  the case for M-CORD) and some services are implemented as ONOS
+  Some services are implemented as ONOS
   applications that have been packaged using Maven. In such cases,
-  the VM image and the Maven package are still specified in TOSCA.
+  the Maven package are still specified in TOSCA.
 
-* Every service (whether implemented in Docker, OpenStack, or ONOS)
+* Every service (whether implemented in Docker, or ONOS)
   has a counter-part *synchronizer* container running as part of the CORD
   control plane (e.g., `volt-synchronizer` for the vOLT service). Typically,
   the helm-chart for a service launches this synchronizer container, whereas
diff --git a/prereqs/hardware.md b/prereqs/hardware.md
index 6f1173e..cda6fd9 100644
--- a/prereqs/hardware.md
+++ b/prereqs/hardware.md
@@ -12,7 +12,7 @@
   all the same). The characteristics of these machines depends several
   factors. At the very minimum, each machine should have a 4 cores
   CPU, 32GB of RAM, and 100G of disk capacity. More sophisticated
-  use-cases, for example M-CORD, require more resources (see below).
+  use-cases, for example COMAC, require more resources (see below).
 
 * **Network Cards**: For whatever server use, it should have at the
   very minimum a 1G network interface for management.
@@ -29,7 +29,7 @@
   emulate the fabric in software (e.g., using Mininet), but this applies
   only to specific use-cases.
 
-* **Access Devices**: At the moment, SEBA and M-CORD work
+* **Access Devices**: At the moment, SEBA and COMAC work
   with very specific access devices, as described below. We strongly
   recommend using these tested devices.
 
@@ -96,7 +96,7 @@
                 * Compatible **ONU optics**
                     * SUNSTAR D22799-STCC, EZconn ETP69966-7TB4-I2
 
-* **M-CORD Specific Requirements**
+* **COMAC Specific Requirements**
     * **Servers**: Some components of CORD require at least a Intel XEON CPU with Haswell microarchitecture or better.
     * **eNodeBs**:
         * Cavium Octeon Fusion CNF7100 (for more info <kin-yip.liu@cavium.com>)
diff --git a/profiles/comac/configure/cdn.md b/profiles/comac/configure/cdn.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/configure/cdn.md
diff --git a/profiles/comac/configure/enodeb.md b/profiles/comac/configure/enodeb.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/configure/enodeb.md
diff --git a/profiles/comac/configure/omec.md b/profiles/comac/configure/omec.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/configure/omec.md
diff --git a/profiles/comac/install/cdn.md b/profiles/comac/install/cdn.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/install/cdn.md
diff --git a/profiles/comac/install/ciab-overview.md b/profiles/comac/install/ciab-overview.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/install/ciab-overview.md
diff --git a/profiles/comac/install/ciab.md b/profiles/comac/install/ciab.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/install/ciab.md
diff --git a/profiles/comac/install/kubernetes.md b/profiles/comac/install/kubernetes.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/install/kubernetes.md
diff --git a/profiles/comac/install/omec.md b/profiles/comac/install/omec.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/install/omec.md
diff --git a/profiles/comac/install/prerequisites.md b/profiles/comac/install/prerequisites.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/install/prerequisites.md
diff --git a/profiles/comac/known-issues.md b/profiles/comac/known-issues.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/known-issues.md
diff --git a/profiles/comac/release-notes.md b/profiles/comac/release-notes.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/profiles/comac/release-notes.md