COMAC-237,COMAC-255 Refactor mcord profile

- Rename mcord to mcord-services
- Use the onos chart instead of onos-progran chart for bring up progran on onos
  No need to manually restart progran app after deploying anymore
- Make onos rest URL configurable for xos-services/progran service
- Enable and disable fabric conditionally
- Change service dependency

Change-Id: Icc20305349b78bd5b16e6e80ff1621ced733f69d
diff --git a/xos-profiles/comac/Chart.yaml b/xos-profiles/comac/Chart.yaml
index ccbab52..1e996b4 100644
--- a/xos-profiles/comac/Chart.yaml
+++ b/xos-profiles/comac/Chart.yaml
@@ -17,7 +17,7 @@
 name: comac
 description: A Helm chart for the "COMAC" profile
 icon: https://guide.opencord.org/logos/cord.svg
-version: 0.0.8
+version: 0.0.9
 
 # xosproject/tosca-loader version
 appVersion: 1.3.1
diff --git a/xos-profiles/comac/requirements.yaml b/xos-profiles/comac/requirements.yaml
index ee1c608..abac4c8 100644
--- a/xos-profiles/comac/requirements.yaml
+++ b/xos-profiles/comac/requirements.yaml
@@ -50,6 +50,6 @@
   repository: file://../../xos-services/vrouter
   condition: vrouter.enabled
 - name: progran
-  version: 2.0.7
+  version: 2.0.8
   repository: file://../../xos-services/progran
-  condition: progran.enabled
\ No newline at end of file
+  condition: progran.enabled