Remove unnecessary mcord-setup and etcd cluster from comac-platform

Change-Id: I7d998f8ccff1dca9961b35a489c286e9ec5b1659
diff --git a/comac-platform/Chart.yaml b/comac-platform/Chart.yaml
index 2920708..946904b 100644
--- a/comac-platform/Chart.yaml
+++ b/comac-platform/Chart.yaml
@@ -16,5 +16,5 @@
 description: A Helm chart to install the COMAC profile on top of the CORD-Platform
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.0.8
+version: 0.0.9
 appVersion: 0.0.7
diff --git a/comac-platform/requirements.yaml b/comac-platform/requirements.yaml
index fe446eb..4e85cd1 100644
--- a/comac-platform/requirements.yaml
+++ b/comac-platform/requirements.yaml
@@ -16,10 +16,6 @@
 # To-Do: Add SEBA platform here
 
 dependencies:
-- name: etcd-cluster
-  version: 0.1.2
-  repository: https://charts.opencord.org
-  condition: etcd-cluster.enabled
 - name: mcord
   version: 1.1.8
   repository: https://charts.opencord.org
@@ -27,4 +23,4 @@
 - name: base-kubernetes
   version: 1.2.1
   repository: https://charts.opencord.org
-  condition: profile.base-kubernetes.enabled
\ No newline at end of file
+  condition: profile.base-kubernetes.enabled
diff --git a/comac-platform/values.yaml b/comac-platform/values.yaml
index 6aa8f3a..169eaa4 100644
--- a/comac-platform/values.yaml
+++ b/comac-platform/values.yaml
@@ -23,12 +23,6 @@
 progran:
   enabled: false
 
-# 2. etcd-cluster parameters
-etcd-cluster:
-  enabled: true
-  etcdNodePort: 32379
-  clusterSize: 1
-
 # 3. mcord parameters
 # To-Do: need to change it to COMAC profile in xos-service charts
 mcord:
@@ -71,19 +65,3 @@
       repository: 'woojoong/kubernetes-synchronizer'
       tag: 'onf-19'
       pullPolicy: 'Always'
-
-# 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks
-mcord-setup:
-  enabled: true
-
-  sriov_vfio:
-    name: sriov_vfio
-    devicepci: 04:00.0
-    devicetype: vfio
-
-  sriov_netdevice:
-    name: sriov_netdevice
-    devicepci: 04:00.0
-    devicetype: netdevice
-
-